postgresql/src/backend
2005-12-01 21:16:13 +00:00
..
access Some marginal additional hacking to shave a few more cycles off 2005-11-26 05:03:06 +00:00
bootstrap Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
catalog Refactor some bits in aclchk.c in order to reduce code duplication. 2005-12-01 02:03:01 +00:00
commands Fix EXPLAIN and EXECUTE commands to pass portal parameters through to 2005-11-29 01:25:50 +00:00
executor Tweak hash join code to use an additional heuristic for deciding whether 2005-11-28 23:46:03 +00:00
lib
libpq Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
main Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
nodes Change the parser to translate "foo [NOT] IN (expression-list)" to 2005-11-28 04:35:32 +00:00
optimizer Tweak choose_bitmap_and() heuristics in the light of example provided in bug 2005-11-30 17:10:19 +00:00
parser Change the parser to translate "foo [NOT] IN (expression-list)" to 2005-11-28 04:35:32 +00:00
po
port Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
postmaster Install a more future-proof fix for the snapshot-unset bug just found. 2005-11-28 17:23:11 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Fix problems with rewriter failing to set Query.hasSubLinks when inserting 2005-11-23 17:21:04 +00:00
storage Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. 2005-12-01 20:24:18 +00:00
tcop Fix EXPLAIN and EXECUTE commands to pass portal parameters through to 2005-11-29 01:25:50 +00:00
utils Add comment to pg_atoi. 2005-12-01 21:16:13 +00:00
Makefile Come to think of it, the backend doesn't use -lz either. 2005-11-28 22:43:30 +00:00
nls.mk