postgresql/src
Tom Lane 9a3ddecdd9 Fix one-byte buffer overrun in PQprintTuples().
This bug goes back to the original Postgres95 sources.  Its significance
to modern PG versions is marginal, since we have not used PQprintTuples()
internally in a very long time, and it doesn't seem to have ever been
documented either.  Still, it *is* exposed to client apps, so somebody
out there might possibly be using it.

Xi Wang
2013-01-20 23:43:51 -05:00
..
backend Fix error-checking typo in check_TSCurrentConfig(). 2013-01-20 23:10:00 -05:00
bin On second thought, use an empty string instead of "none" when not connected. 2013-01-15 22:12:54 +02:00
include Invent a "one-shot" variant of CachedPlans for better performance. 2013-01-04 17:42:25 -05:00
interfaces Fix one-byte buffer overrun in PQprintTuples(). 2013-01-20 23:43:51 -05:00
makefiles Make pgxs build executables with the right suffix. 2013-01-19 14:54:29 -05:00
pl Translation updates 2012-12-03 08:00:46 -05:00
port Stamp 9.2.2. 2012-12-03 15:16:10 -05:00
template Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
test Prevent passing gmake's environment variables down through pg_regress. 2012-12-01 17:23:55 -05:00
timezone Add new timezone abbrevation "FET". 2013-01-14 14:46:09 -05:00
tools Properly install ecpg_compat and pgtypes libraries on msvc 2013-01-09 17:31:04 +01:00
tutorial Modernize string literal syntax in tutorial example. 2013-01-19 17:20:56 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Add mode where contrib installcheck runs each module in a separately named database. 2012-12-11 11:52:23 -05:00
Makefile.shlib Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00