postgresql/src
Tom Lane c36418be40 Fix getDatumCopy(): don't use store_att_byval to copy into a Datum
variable (this accounts for regression failures on PPC64, and in fact
won't work on any big-endian machine).  Get rid of hardwired knowledge
about datum size rules; make it look just like datumCopy().
2006-07-16 00:54:22 +00:00
..
backend Fix getDatumCopy(): don't use store_att_byval to copy into a Datum 2006-07-16 00:54:22 +00:00
bin Fix some missing inclusions identified with new pgcheckdefines tool. 2006-07-15 03:35:21 +00:00
include Fix some missing inclusions identified with new pgcheckdefines tool. 2006-07-15 03:35:21 +00:00
interfaces Fix some makefiles that fail to yield good results from 'make -qp'. 2006-07-15 03:33:14 +00:00
makefiles Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
pl Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
port Add dependency to fix parallel-make race condition. Alexander Dupuy 2006-07-14 16:45:43 +00:00
template Remove extra 'else' in solaris compiler code. 2006-04-28 04:32:10 +00:00
test Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
timezone Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
tools Create a tool to catch #include omissions that might not result in any 2006-07-15 03:27:42 +00:00
tutorial Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
Makefile.global.in Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
Makefile.shlib Arrange to strip libpq.so of symbols that aren't officially supposed to 2006-04-28 02:53:20 +00:00
nls-global.mk When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak WIN32 fixes: 2006-07-06 02:12:32 +00:00