postgresql/src/bin
Peter Eisentraut c1dc51d484 pg_ctl: Detect current standby state from pg_control
pg_ctl used to determine whether a server was in standby mode by looking
for a recovery.conf file.  With this change, it instead looks into
pg_control, which is potentially more accurate.  There are also
occasional discussions about removing recovery.conf, so this removes one
dependency.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2016-09-21 12:00:00 -04:00
..
initdb Repair whitespace in initdb message. 2016-09-06 13:26:43 -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 pg_basebackup: Clean created directories on failure 2016-09-12 12:00:00 -04:00
pg_config Translation updates 2016-08-08 11:08:00 -04:00
pg_controldata pg_ctl: Detect current standby state from pg_control 2016-09-21 12:00:00 -04:00
pg_ctl pg_ctl: Detect current standby state from pg_control 2016-09-21 12:00:00 -04:00
pg_dump pg_restore: Add -N option to exclude schemas 2016-09-20 12:00:00 -04:00
pg_resetxlog Translation updates 2016-08-08 11:08:00 -04:00
pg_rewind Translation updates 2016-08-08 11:08:00 -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 Stamp HEAD as 10devel. 2016-08-15 13:49:49 -04:00
pg_xlogdump Split hash.h → hash_xlog.h 2016-08-29 18:55:49 -03:00
pgbench Print test parameters like "foo: 123", and results like "foo = 123". 2016-09-21 13:24:13 +03:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Fix recent commit for tab-completion of database template. 2016-09-12 09:22:57 -05:00
scripts Simplify correct use of simple_prompt(). 2016-08-30 17:02:02 -04:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00