postgresql/src/backend
2001-09-23 21:52:36 +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 Give VACUUM its own GUC parameter for memory usage, rather than 2001-09-21 03:32:36 +00:00
executor Quick-and-dirty fix for recursive plpgsql functions, per bug report from 2001-09-21 00:11:31 +00:00
lib Fix unportable coding for FRONTEND case. 2001-07-31 02:02:45 +00:00
libpq Code review for MD5 authorization patch. Clean up some breakage 2001-09-21 20:31:49 +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 Produce slightly saner-looking EXPLAIN output for a Result node. 2001-09-21 04:06:04 +00:00
parser Implement TODO item: 2001-09-23 03:39:01 +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 Code review for MD5 authorization patch. Clean up some breakage 2001-09-21 20:31:49 +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 Add an overall timeout on the client authentication cycle, so that 2001-09-21 17:06:12 +00:00
tcop Add an overall timeout on the client authentication cycle, so that 2001-09-21 17:06:12 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Rename collect_* options to more user-friendly names. 2001-09-23 21:52:36 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00