postgresql/src/bin
Peter Eisentraut ebe608915c psql: Fix invalid memory access
Due to an apparent thinko, when printing a table in expanded mode
(\x), space would be allocated for 1 slot plus 1 byte per line,
instead of 1 slot per line plus 1 slot for the NULL terminator.  When
the line count is small, reading or writing the terminator would
therefore access memory beyond what was allocated.
2012-03-11 00:51:07 +02:00
..
initdb Translation updates 2012-02-23 20:36:36 +02:00
pg_config Translation updates 2012-02-23 20:36:36 +02:00
pg_controldata Translation updates 2012-02-23 20:36:36 +02:00
pg_ctl Translation updates 2012-02-23 20:36:36 +02:00
pg_dump Convert newlines to spaces in names written in pg_dump comments. 2012-02-23 15:53:24 -05:00
pg_resetxlog Translation updates 2012-02-23 20:36:36 +02:00
pgevent Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. 2010-12-24 13:31:48 -05:00
psql psql: Fix invalid memory access 2012-03-11 00:51:07 +02:00
scripts Translation updates 2012-02-23 20:36:36 +02:00
Makefile Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00