postgresql/src/backend
Tom Lane ace1b29b04 Fix two different copy-and-paste-os in CSV log rotation logic; one that led to
a double-pfree crash and another that effectively disabled size-based rotation
for CSV logs.  Also suppress a memory leak and make some trivial cosmetic
improvements.  Per bug #3901 from Chris Hoover and additional code-reading.
2008-01-25 20:42:10 +00:00
..
access Provide a clearer error message if the pg_control version number looks 2008-01-21 11:17:46 +00:00
bootstrap Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
catalog Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane. 2008-01-23 15:36:38 +00:00
commands Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key 2008-01-17 18:56:54 +00:00
executor The original implementation of polymorphic aggregates didn't really get the 2008-01-11 18:39:41 +00:00
lib Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
libpq Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
main Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodes Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdx 2008-01-09 08:46:44 +00:00
optimizer Fix subselect.c to avoid assuming that a SubLink's testexpr references each 2008-01-17 20:35:27 +00:00
parser The original implementation of polymorphic aggregates didn't really get the 2008-01-11 18:39:41 +00:00
po Translation updates 2007-11-29 08:50:36 +00:00
port Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
postmaster Fix two different copy-and-paste-os in CSV log rotation logic; one that led to 2008-01-25 20:42:10 +00:00
regex Fix assorted security-grade bugs in the regex engine. All of these problems 2008-01-03 20:47:55 +00:00
rewrite Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
snowball Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
storage Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual 2008-01-09 21:52:36 +00:00
tcop Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsearch Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid 2008-01-21 02:46:11 +00:00
utils Release any detoasted copies of arrays that are made temporarily in 2008-01-25 04:46:07 +00:00
Makefile Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00