postgresql/src/backend
Bruce Momjian 59191b2245 I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recover
deleted tuples. Of course it is only to be used for disaster recovery.
2005-02-20 04:56:00 +00:00
..
access Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
bootstrap Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
catalog Check that aggregate creator has the right to execute the transition 2005-01-27 23:42:18 +00:00
commands Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
executor Fix SPI cursor support to allow scanning the results of utility commands 2005-02-10 20:36:28 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Flat file cleanup phase 2: make it work for pg_group. The flat group 2005-02-20 04:45:59 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +00:00
optimizer Adjust constant-folding of CASE expressions so that the simple comparison 2005-02-02 21:49:09 +00:00
parser Ensure that the resolved datatype of any unknown Param is propagated 2005-02-19 19:33:08 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c 2005-02-05 20:07:16 +00:00
postmaster Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
regex Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from 2004-11-24 22:56:54 +00:00
rewrite Change heap_modifytuple() to require a TupleDesc rather than a 2005-01-27 23:24:11 +00:00
storage Refactor some duplicated code in lock.c: create UnGrantLock(), move code 2005-02-04 02:04:53 +00:00
tcop Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
utils I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recover 2005-02-20 04:56:00 +00:00
Makefile On Windows, set the postmaster executable's stack size to 4MB, so that 2005-01-26 21:55:26 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00