postgresql/src/backend
Tom Lane 04fa5ca544 Clean up memory leakage in find_inheritors() by using pg_list lists
(which are palloc'd) instead of DLLists (which are malloc'd).  Not very
significant, since this routine seldom has anything useful to do, but
a leak is a leak...
1999-12-07 04:09:39 +00:00
..
access Mention index name when reporting corruption. 1999-12-01 00:29:54 +00:00
bootstrap Rename heap_replace to heap_update. 1999-11-24 00:58:48 +00:00
catalog Delete pg_statistics rows for a relation during heap_destroy_with_catalog. 1999-11-28 02:03:04 +00:00
commands Completed FOREIGN KEY syntax. 1999-12-06 18:02:47 +00:00
executor Rename heap_replace to heap_update. 1999-11-24 00:44:37 +00:00
lib Inline check for full buffer in appendStringInfoChar. 1999-11-01 05:10:32 +00:00
libpq verify_password() leaked a file descriptor if it failed to find the given 1999-11-23 01:04:38 +00:00
main Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodes Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 1999-11-23 20:07:06 +00:00
optimizer Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 1999-11-23 20:07:06 +00:00
parser Clean up memory leakage in find_inheritors() by using pg_list lists 1999-12-07 04:09:39 +00:00
port 'extern char *pg_pathname' in these files fails to agree with 1999-10-25 02:31:47 +00:00
postmaster Fix bugs regarding pid file. 1999-12-06 07:21:12 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Add pg_statistic index, add missing Hiroshi file. 1999-11-24 16:52:50 +00:00
storage lmgr.c didn't check for failure return from LockAcquire(). Boo hiss. 1999-11-28 01:58:08 +00:00
tcop Add system indexes to match all caches. 1999-11-22 17:56:41 +00:00
tioga Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Again updated INSIDE TODO 1999-12-07 00:13:41 +00:00
Makefile Tweak make rules for parse.h and fmgr.h to avoid bug in old 1999-11-14 17:12:42 +00:00