postgresql/src/backend
Peter Eisentraut fd5e95971e Remove old file. 2001-09-19 21:28:55 +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 Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug 2001-09-19 15:19:12 +00:00
executor EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +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 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
optimizer Fix handling of pg_type.typdefault per bug report from Dave Blasby. 2001-09-06 02:07:42 +00:00
parser EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +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 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Remove old file. 2001-09-19 21:28:55 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00