postgresql/src/backend/utils
Tom Lane e932a724a4 To suppress memory leakage in long-lived Lists, lremove() should pfree
the cons cell it's deleting from the list.  Do this, and fix a few callers
that were bogusly assuming it wouldn't free the cons cell.
2002-12-17 01:18:35 +00:00
..
adt To suppress memory leakage in long-lived Lists, lremove() should pfree 2002-12-17 01:18:35 +00:00
cache Fix ALTER TABLE ADD COLUMN to disallow the same column types that are 2002-12-16 18:39:22 +00:00
error Rename server_min_messages to log_min_messages. Part of consolidation 2002-11-14 23:53:27 +00:00
fmgr More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
hash Got tired of explaining why this Assert is not wrong. 2002-10-31 21:59:32 +00:00
init More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
mb Fix Latin9/Unicode conversion by selecting the right table. 2002-12-09 19:47:21 +00:00
misc More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
mmgr Code review for palloc0 patch --- avoid dangerous and unnecessary 2002-12-16 16:22:46 +00:00
sort Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
time Move responsibility for setting QuerySnapshot for utility statements 2002-10-08 17:17:19 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00