postgresql/src/common
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
..
Makefile Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
config_info.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
controldata_utils.c pg_ctl: Detect current standby state from pg_control 2016-09-21 12:00:00 -04:00
exec.c Fix a bunch of places that called malloc and friends with no NULL check. 2016-08-30 18:22:43 -04:00
fe_memutils.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
ip.c Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
keywords.c Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
md5.c Move code shared between libpq and backend from backend/libpq/ to common/. 2016-09-02 13:49:59 +03:00
pg_lzcompress.c Fix typos in comments 2016-02-01 11:43:48 +01:00
pgfnames.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
psprintf.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
relpath.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
restricted_token.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
rmtree.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
string.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
username.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
wait_error.c Update copyright for 2016 2016-01-02 13:33:40 -05:00