postgresql/src/bin
Tom Lane 4806f26f9e Fix pg_dump to work against pre-9.0 servers again.
getBlobs' queries for pre-9.0 servers were broken in two ways:
the 7.x/8.x query uses DISTINCT so it can't have unspecified-type
NULLs in the target list, and both that query and the 7.0 one
failed to provide the correct output column labels, so that the
subsequent code to extract data from the PGresult would fail.

Back-patch to 9.6 where the breakage was introduced (by commit 23f34fa4b).

Amit Langote and Tom Lane

Discussion: <0a3e7a0e-37bd-8427-29bd-958135862f0a@lab.ntt.co.jp>
2016-10-07 09:51:18 -04:00
..
initdb Move fsync routines of initdb into src/common/ 2016-09-29 12:00:00 -04:00
pg_archivecleanup Fix a bunch of places that called malloc and friends with no NULL check. 2016-08-30 18:22:43 -04:00
pg_basebackup Avoid leaking FDs after an fsync failure. 2016-10-02 12:33:46 -04:00
pg_config Translation updates 2016-08-08 11:08:00 -04:00
pg_controldata Fix CRC check handling in get_controlfile 2016-09-28 12:00:00 -04:00
pg_ctl Fix CRC check handling in get_controlfile 2016-09-28 12:00:00 -04:00
pg_dump Fix pg_dump to work against pre-9.0 servers again. 2016-10-07 09:51:18 -04:00
pg_resetxlog Translation updates 2016-08-08 11:08:00 -04:00
pg_rewind Don't allow both --source-server and --source-target args to pg_rewind. 2016-10-07 14:35:17 +03:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Enforce a specific order for probing library loadability in pg_upgrade. 2016-10-03 10:07:49 -04:00
pg_xlogdump Retry opening new segments in pg_xlogdump --folllow 2016-09-30 11:22:00 +02:00
pgbench Fix newly-introduced issues in pgbench. 2016-09-26 20:23:50 -04:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Refer to OS X as "macOS", except for the port name which is still "darwin". 2016-09-25 15:40:57 -04:00
scripts Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00