postgresql/src
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
..
backend pg_ctl: Detect current standby state from pg_control 2016-09-21 12:00:00 -04:00
bin pg_ctl: Detect current standby state from pg_control 2016-09-21 12:00:00 -04:00
common pg_ctl: Detect current standby state from pg_control 2016-09-21 12:00:00 -04:00
fe_utils Teach appendShellString() to not quote strings containing "-". 2016-09-06 14:53:31 -04:00
include pg_ctl: Detect current standby state from pg_control 2016-09-21 12:00:00 -04:00
interfaces Fix ecpg -? option on Windows, add -V alias for --version. 2016-09-18 13:46:32 +03:00
makefiles
pl Improve parser's and planner's handling of set-returning functions. 2016-09-13 13:54:24 -04:00
port Re-add translation markers that were lost 2016-09-20 12:00:00 -04:00
template
test pg_ctl: Add tests for promote action 2016-09-21 12:00:00 -04:00
timezone Add regression test coverage for non-default timezone abbreviation sets. 2016-09-04 20:02:16 -04:00
tools MSVC: Include pg_recvlogical in client-only install. 2016-09-19 14:25:57 -04:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak