postgresql/src/backend
2001-01-24 05:24:43 +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
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
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 Make critical sections (elog->crash) and interrupt holdoff sections 2001-01-19 22:08:47 +00:00
tioga
utils Remove useless leftover global variable Ps_status_buffer. 2001-01-23 20:33:29 +00:00
Makefile