postgresql/src/backend
2001-10-01 04:19:18 +00:00
..
access Tweak btree page split logic so that when splitting a page that is 2001-09-29 23:49:51 +00:00
bootstrap Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
catalog Repair oversight in recent changes to index-creation: tuple time qual 2001-09-26 21:09:27 +00:00
commands Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
executor Keep the contents of ItemPointerData not the pointers so that 2001-09-29 07:57:06 +00:00
lib Fix unportable coding for FRONTEND case. 2001-07-31 02:02:45 +00:00
libpq Clean up comments. 2001-09-29 19:49:50 +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 Suppress timestamp_ops for backwards compatibility with 7.1 pg_dump. 2001-10-01 04:19:18 +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 ISTM that IsUnderPostmaster should mean we are a child process of the 2001-09-30 20:08:18 +00:00
regex
rewrite Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will 2001-09-07 20:52:31 +00:00
storage Create a GUC parameter max_files_per_process that is a configurable 2001-09-30 18:57:45 +00:00
tcop Remove useless LockDisable() function and associated overhead, per my 2001-09-27 16:29:13 +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 C++ style comment. Some compilers won't accept it. 2001-10-01 02:31:33 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00