postgresql/src/backend
2001-09-17 00:29:10 +00:00
..
access Add some debugging details to some of the elog(STOP) conditions for WAL. 2001-09-06 02:02:48 +00:00
bootstrap Hide backend debug output in initdb by default. To that end, the bootstrap 2001-08-25 00:31:17 +00:00
catalog Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 2001-09-08 15:24:00 +00:00
commands Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 2001-09-08 15:24:00 +00:00
executor Suppress compiler warning. 2001-09-17 00:29:10 +00:00
lib Fix unportable coding for FRONTEND case. 2001-07-31 02:02:45 +00:00
libpq Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
main Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
nodes Transaction IDs wrap around, per my proposal of 13-Aug-01. More 2001-08-26 16:56:03 +00:00
optimizer Fix handling of pg_type.typdefault per bug report from Dave Blasby. 2001-09-06 02:07:42 +00:00
parser Bug #1: attribute name when column is type cast: 2001-09-10 14:53:10 +00:00
po Add explicit '-print' to 'find' commands. 2001-09-10 22:25:48 +00:00
port Get rid of PID entries in shmem hash table; there is no longer any need 2001-09-07 00:27:30 +00:00
postmaster Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will 2001-09-07 20:52:31 +00:00
storage Get rid of PID entries in shmem hash table; there is no longer any need 2001-09-07 00:27:30 +00:00
tcop Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Suppress compiler warning. 2001-09-17 00:29:10 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00