postgresql/src/backend
Peter Eisentraut c340c21865 Remove useless DLLIMPORT (only needed in header files). 2001-01-11 23:27:05 +00:00
..
access 1. Checkpoint.undo may be after checkpoint itself: 2001-01-09 06:24:33 +00:00
bootstrap New WAL version - CRC and data blocks backup. 2000-12-28 13:00:29 +00:00
catalog Ensure attcacheoff is written out as -1 when writing pg_attribute 2001-01-01 21:33:31 +00:00
commands Do The Right Thing (tm) if asked to cluster a temp table. Previous 2001-01-10 01:12:28 +00:00
executor Repair guaranteed core dump in SPI_exec(). Guess this routine wasn't 2001-01-04 02:36:52 +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 Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot- 2000-12-31 18:04:35 +00:00
nodes Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean up 2001-01-08 00:31:43 +00:00
optimizer Fix oversight in planning of GROUP queries: when an expression is used 2001-01-09 03:48:51 +00:00
parser Remove compiler warning about uninitialized warnings. 2001-01-08 20:54:24 +00:00
port Be more careful about the difference between signed and unsigned ints. 2000-12-30 19:17:47 +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 breakage of rules using NOTIFY actions, per bug report and patch 2001-01-03 22:01:05 +00:00
storage Removed a no longer needed SetWaitingForLock() call in 2001-01-10 01:24:19 +00:00
tcop Fix recent breakage of query-cancel logic, see my pghackers message 2001-01-07 04:17:29 +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 Remove useless DLLIMPORT (only needed in header files). 2001-01-11 23:27:05 +00:00
Makefile Make all commands that link a program look like 2000-11-30 20:36:13 +00:00