postgresql/src
Tom Lane d20f503a28 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
memory if the result had zero rows, and also if there was any sort of error
while converting the result tuples into Python data.  Reported and partially
fixed by Andres Freund.

Back-patch to all supported versions.  Note: I haven't tested the 7.4 fix.
7.4's configure check for python is so obsolete it doesn't work on my
current machines :-(.  The logic change is pretty straightforward though.
2010-04-30 19:16:04 +00:00
..
backend On Windows, syslogger runs in two threads. The main thread processes config 2010-04-16 09:52:15 +00:00
bin Fix psql's \copy to not insert spaces around dots and commas in the text of 2010-04-15 21:05:23 +00:00
include Don't pass an invalid file handle to dup2(). That causes a crash on 2010-04-01 20:12:43 +00:00
interfaces tag 8.2.16 2010-03-12 03:44:14 +00:00
makefiles Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 2006-11-28 05:45:43 +00:00
pl Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak 2010-04-30 19:16:04 +00:00
port tag 8.2.16 2010-03-12 03:44:14 +00:00
template Make --with-ldap build on Unixware, per Olivier Prenant. 2006-12-14 21:50:07 +00:00
test Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 2009-04-25 16:45:12 +00:00
timezone Clean up inconsistent commas 2010-04-09 11:49:56 +00:00
tools Backpatch MSVC build fix for XSLT 2010-03-02 15:43:11 +00:00
tutorial Fix some misuses of strncat(). 2006-09-27 16:19:42 +00:00
bcc32.mak Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently 2006-10-06 18:53:53 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
Makefile.global.in On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
Makefile.shlib Fix shared library creation to work properly on AIX. Albe Laurenz 2006-09-19 15:36:08 +00: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 Fix win32.mak for config cleanup. 2006-08-08 22:44:05 +00:00