postgresql/src/backend/utils
Tom Lane c66f4ec569 During CatCacheRemoveCList, we must now remove any members that are
dead and have become unreferenced.  Before 8.1, such members were left
for AtEOXact_CatCache() to clean up, but now AtEOXact_CatCache isn't
supposed to have anything to do.  In an assert-enabled build this bug
leads to an assertion failure at transaction end, but in a non-assert
build the dead member is effectively just a small memory leak.
Per report from Jeremy Drake.
2006-01-07 21:16:44 +00:00
..
adt Arrange to set the LC_XXX environment variables to match our locale setup. 2006-01-05 00:54:51 +00:00
cache During CatCacheRemoveCList, we must now remove any members that are 2006-01-07 21:16:44 +00:00
error Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
fmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
hash Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
init Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
mb Fix long standing Asian multibyte charsets bug. 2005-12-24 09:42:30 +00:00
misc Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. 2006-01-02 19:55:31 +00:00
mmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
resowner Fix bgwriter's failure to release buffer pins and open files after an 2005-12-08 19:19:31 +00:00
sort Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
time Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00