postgresql/src/backend
Peter Eisentraut 718fc7e0d1 Fix bogus pattern for STRING. 2001-01-24 19:01:31 +00:00
..
access Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19. 2001-01-23 23:29:22 +00:00
bootstrap Change lcons(x, NIL) to makeList(x) where appropriate. 2001-01-17 17:26:45 +00:00
catalog Removed a dangerours DropRelationBuffers() call. 2001-01-24 00:36:17 +00:00
commands Narrow scope of critical section, per discussion 1/19/01. 2001-01-23 23:32:45 +00:00
executor Clean up per-tuple memory leaks in trigger firing and plpgsql 2001-01-22 00:50:07 +00:00
lib Clean up non-reentrant interface for hash_seq/HashTableWalk, so that 2001-01-02 04:33:24 +00:00
libpq Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 2000-12-18 00:44:50 +00:00
main Add comment for getpwid() safety. 2001-01-24 05:24:43 +00:00
nodes Add missing piece of BitString support to node output functions. Expand 2001-01-20 00:15:59 +00:00
optimizer Fix performance issue with qualifications on VIEWs: outer query should 2001-01-18 07:12:37 +00:00
parser Give 'a_expr ::= a_expr Op' production a slightly lower precedence than 2001-01-23 22:39:08 +00:00
port attached is a patch that makes SysV semaphore emulation 2001-01-17 22:11:19 +00:00
postmaster New WAL version - CRC and data blocks backup. 2000-12-28 13:00:29 +00:00
regex Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
rewrite Fix all the places that called heap_update() and heap_delete() without 2001-01-23 04:32:23 +00:00
storage Fix all the places that called heap_update() and heap_delete() without 2001-01-23 04:32:23 +00:00
tcop Add "idle in transaction" status message 2001-01-24 15:53:59 +00:00
tioga Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
utils Fix bogus pattern for STRING. 2001-01-24 19:01:31 +00:00
Makefile Make all commands that link a program look like 2000-11-30 20:36:13 +00:00