postgresql/src
Tom Lane e7257b8eb2 Fix nasty memory leak in pg_restore: _PrintData called inflateInit but
never did inflateEnd, thus leaking some tens of KB per call.  Which
added up *real fast* when dealing with, say, thousands of BLOBs.
Thanks to Lane Rollins for the bug report.
2001-11-27 23:48:12 +00:00
..
backend Fix unportable, non-spec-compliant use of offsetof() with a nonconstant 2001-11-26 22:31:08 +00:00
bin Fix nasty memory leak in pg_restore: _PrintData called inflateInit but 2001-11-27 23:48:12 +00:00
corba
data
include Remove compile errors of psql.exe and libpq.dll under 2001-11-22 10:18:52 +00:00
interfaces strcat should obviously be strcpy here. 2001-11-27 18:21:51 +00:00
makefiles Fix for compiling libpq++ on Solaris with Sun SPRO6U2. 2001-11-11 19:20:53 +00:00
pl plpython security and error handling fixes, from 2001-11-16 18:04:31 +00:00
template
test Remove extraneous space that somehow got into expected alter_table.out. 2001-11-24 04:10:47 +00:00
tools Rename make_keywords.README to make_keywords. 2001-11-26 22:41:58 +00:00
tutorial
utils Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. 2001-11-26 19:30:58 +00:00
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in
Makefile.shlib Fix for compiling libpq++ on Solaris with Sun SPRO6U2. 2001-11-11 19:20:53 +00:00
nls-global.mk
win32.mak