postgresql/src/bin
Joe Conway 56c8ce8f65 Reestablish alignment of pg_controldata output.
Until 9.4, pg_controldata output was all aligned. At some point
during 9.5 development, a new item was added, namely
"Current track_commit_timestamp setting:" which is two characters
too long to be aligned with the rest of the output. Fix this by
removing the noise word "Current" and adding the requisite number
of padding spaces. Since the six preceding items are also similar
in nature, remove "Current" and pad those as well in order to
maintain overall consistency. Backpatch to 9.5 where new offending
item was added.
2015-08-25 18:45:44 -07:00
..
initdb Translation updates 2015-06-28 23:56:55 -04:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c. 2015-08-12 17:35:50 +02:00
pg_config Translation updates 2015-06-28 23:56:55 -04:00
pg_controldata Reestablish alignment of pg_controldata output. 2015-08-25 18:45:44 -07:00
pg_ctl Allow TAP tests to run under Msys 2015-08-02 20:58:18 -04:00
pg_dump Use the correct type for TableInfo->relreplident. 2015-08-15 16:18:44 +02:00
pg_resetxlog Don't use function definitions looking like old-style ones. 2015-08-15 17:25:00 +02:00
pg_rewind More fixes to allow pg_rewind tests to run on Msys. 2015-08-11 08:58:58 -04: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 Remove redundant "make install" from pg_upgrade test suite. 2015-07-29 22:49:36 -04:00
pg_xlogdump Improve includes introduced in the replication origins patch. 2015-08-06 12:41:46 +02:00
pgbench Add hint to run "pgbench -i", if test tables don't exist. 2015-08-22 14:19:10 +01:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql psql: Make EXECUTE PROCEDURE tab completion a bit narrower. 2015-08-18 12:50:09 -04:00
scripts vacuumdb: Don't assign negative values to a boolean. 2015-08-15 16:51:34 +02:00
Makefile Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00