postgresql/src/backend
Tom Lane 4677334ced Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
was being called twice in normal operation, leading to a leak of one set
of relcache subsidiary info.  Per report from Jeff Gold.
2005-06-25 16:54:12 +00:00
..
access Add test to WAL replay to verify that xl_prev points back to the previous 2005-05-31 19:10:57 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo 2005-06-25 16:54:12 +00:00
commands Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not 2005-06-05 01:48:55 +00:00
executor Back-patch fix for a typo that unintentionally disabled backward scans 2005-02-10 20:37:15 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:38 +00:00
libpq Push enable/disable of notify and catchup interrupts all the way down 2005-06-02 21:04:08 +00:00
main Cleanup on --help-config: Now called --describe-config, no further options, 2003-10-18 22:59:09 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer The random selection in function linear() could deliver a value equal to max 2005-06-14 14:21:31 +00:00
parser expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 2005-05-29 17:10:52 +00:00
po Translation updates 2005-06-17 11:30:57 +00:00
port In PGSharedMemoryIsInUse, assume that EACCES indicates a shmem segment 2004-11-09 20:35:16 +00:00
postmaster Flush any remaining statistics counts out to the collector at process 2005-03-31 23:21:32 +00:00
regex Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from 2004-11-24 22:57:09 +00:00
rewrite Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of 2004-01-14 03:39:29 +00:00
storage Release proclock immediately in RemoveFromWaitQueue() if it represents 2005-03-01 21:15:26 +00:00
tcop Push enable/disable of notify and catchup interrupts all the way down 2005-06-02 21:04:08 +00:00
utils When using C-string lookup keys in a dynahash.c hash table, use strncpy() 2005-06-18 20:51:59 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk New translation 2004-07-25 11:44:57 +00:00