postgresql/src/backend
2007-02-28 15:59:30 +00:00
..
access Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
bootstrap Remove useless database name from bootstrap argument processing (including 2007-02-16 02:10:07 +00:00
catalog Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
commands Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to 2007-02-23 21:59:45 +00:00
executor Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
lib Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
libpq Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
main Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
nodes Get rid of the separate EState for subplans, and just let them share the 2007-02-27 01:11:26 +00:00
optimizer Get rid of the separate EState for subplans, and just let them share the 2007-02-27 01:11:26 +00:00
parser Turn the rangetable used by the executor into a flat list, and avoid storing 2007-02-22 22:00:26 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix typo in comment. 2007-02-06 16:20:23 +00:00
postmaster Code review for SSLKEY patch. 2007-02-16 17:07:00 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
storage Remove temporary Windows-specific debugging code. 2007-02-28 15:59:30 +00:00
tcop Remove the Query structure from the executor's API. This allows us to stop 2007-02-20 17:32:18 +00:00
utils Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00