postgresql/src/backend/access
Bruce Momjian 823ac7c2b4 This is a cleanup patch for access/transam/xact.c. It only removes some
#ifdef NOT_USED code, and adds a new TBLOCK state which signals the fact
that StartTransaction() has been executed.

Alvaro Herrera
2004-04-05 03:11:39 +00:00
..
common Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
gist Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 2004-03-30 15:45:33 +00:00
hash Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
heap Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
index
nbtree Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
rtree Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
transam This is a cleanup patch for access/transam/xact.c. It only removes some 2004-04-05 03:11:39 +00:00
Makefile