postgresql/src/backend
Tom Lane 1bbf8706ae It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().
Therefore we must xmlCleanupParser(), or we risk leaving behind
dangling pointers to whatever memory context is current when xml_init()
is called.  This seems to fix bug #3860, though we might still want
the more invasive solution being worked on by Alvaro.
2008-01-12 21:14:08 +00:00
..
access Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 2008-01-03 21:23:15 +00:00
bootstrap Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
catalog The original implementation of polymorphic aggregates didn't really get the 2008-01-11 18:39:41 +00:00
commands Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual 2008-01-09 21:52:36 +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 logical errors in constraint exclusion: we cannot assume that a CHECK 2008-01-12 00:11:39 +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 Restructure the shutdown procedure for the archiver process to allow it to 2008-01-11 00:54:09 +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 Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
utils It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser(). 2008-01-12 21:14:08 +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