postgresql/src
Tom Lane 7839d35991 Add an "argisrow" field to NullTest nodes, following a plan made way back in
8.2beta but never carried out.  This avoids repetitive tests of whether the
argument is of scalar or composite type.  Also, be a bit more paranoid about
composite arguments in some places where we previously weren't checking.
2010-01-01 23:03:10 +00:00
..
backend Add an "argisrow" field to NullTest nodes, following a plan made way back in 2010-01-01 23:03:10 +00:00
bin Add backend and pg_dump code to allow preservation of pg_enum oids, for 2009-12-27 14:50:46 +00:00
include Add an "argisrow" field to NullTest nodes, following a plan made way back in 2010-01-01 23:03:10 +00:00
interfaces Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
makefiles
pl Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
port Make the win32 putenv() override update *all* present versions of the 2010-01-01 14:57:16 +00:00
template
test Support "x IS NOT NULL" clauses as indexscan conditions. This turns out 2010-01-01 21:53:49 +00:00
timezone Update time zone data files to tzdata release 2009s: DST law changes in 2009-12-09 00:35:32 +00:00
tools Detect a 64-bit build environment on Windows, and generate the appropriate 2010-01-01 17:34:25 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Python 3 support in PL/Python 2009-12-15 22:59:55 +00:00
Makefile.shlib Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
nls-global.mk
win32.mak