postgresql/src
Tom Lane b02cd9c727 Fix memory leak in ARRAY(SELECT ...) subqueries.
Repeated execution of an uncorrelated ARRAY_SUBLINK sub-select (which
I think can only happen if the sub-select is embedded in a larger,
correlated subquery) would leak memory for the duration of the query,
due to not reclaiming the array generated in the previous execution.
Per bug #6698 from Armando Miraglia.  Diagnosis and fix idea by Heikki,
patch itself by me.

This has been like this all along, so back-patch to all supported versions.
2012-06-21 17:26:36 -04:00
..
backend Fix memory leak in ARRAY(SELECT ...) subqueries. 2012-06-21 17:26:36 -04:00
bin pg_dump: Fix verbosity level in LO progress messages 2012-06-19 17:26:44 -04:00
include Fix memory leak in ARRAY(SELECT ...) subqueries. 2012-06-21 17:26:36 -04:00
interfaces Update copyright year in forgotten places 2012-06-19 21:32:51 +03:00
makefiles Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:24:45 -04:00
pl Fix GET DIAGNOSTICS for case of assignment to function's first variable. 2012-03-22 14:14:20 -04:00
port Stamp 8.3.19. 2012-05-31 19:14:08 -04:00
template Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 2007-09-26 00:32:46 +00:00
test Honor inputdir and outputdir when converting regression files. 2012-03-17 17:24:14 -04:00
timezone Update time zone data files to tzdata release 2012c. 2012-05-31 00:48:23 -04:00
tools Backpatch "Use the preferred version of xsubpp." 2011-11-28 07:46:15 -05:00
tutorial Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:12 +02:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
Makefile.global.in Back-patch creation of tar.bz2 tarball during "make dist". 2011-07-03 16:40:34 -04:00
Makefile.shlib Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:24:45 -04:00
nls-global.mk When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00