postgresql/src/bin
Tom Lane c0a552921b Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.
pg_dump knew about printing ALTER TABLE ... REPLICA IDENTITY USING INDEX
for indexes declared as indexes, but it failed to print that for indexes
declared as unique or primary-key constraints.  Per report from Achilleas
Mantzios.

This has been broken since the feature was introduced, AFAICS.
Back-patch to 9.4.

Discussion: https://postgr.es/m/1e6cc5ad-b84a-7c07-8c08-a4d0c3cdc938@matrix.gatewaynet.com
2018-07-30 12:35:49 -04:00
..
initdb Fix misc typos, mostly in comments. 2018-07-18 16:17:32 +03:00
pg_archivecleanup Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
pg_basebackup Add verbosity to pg_basebackup for sync 2018-07-29 07:53:11 +09:00
pg_config Translation updates 2018-05-21 12:29:52 -04:00
pg_controldata Translation updates 2018-06-25 12:37:18 +02:00
pg_ctl Translation updates 2018-05-21 12:29:52 -04:00
pg_dump Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes. 2018-07-30 12:35:49 -04:00
pg_resetwal Flip argument order in XLogSegNoOffsetToRecPtr 2018-07-09 14:33:38 -04:00
pg_rewind Rework error messages around file handling 2018-07-18 08:01:23 +09:00
pg_test_fsync Translation updates 2018-05-21 12:29:52 -04:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade pg_upgrade: check for clean server shutdowns 2018-07-28 15:01:55 -04:00
pg_verify_checksums Add missing include 2018-06-20 18:19:35 +02:00
pg_waldump Rework error messages around file handling 2018-07-18 08:01:23 +09:00
pgbench Fix handling of pgbench's hash when no argument is provided 2018-07-27 13:40:24 +09:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql psql: Add option for procedures to \df 2018-07-24 11:38:53 +02:00
scripts Translation updates 2018-05-21 12:29:52 -04:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00