postgresql/src
Peter Eisentraut ebdf5bf7d1 Delay updating control file to "in production"
Move the updating of the control file to "in production" status until
the point where WAL writes are allowed.  Before, there could be a
significant gap between the control file update and write transactions
actually being allowed.  This makes it more reliable to use the control
status to verify the end of a promotion.

From: Michael Paquier <michael.paquier@gmail.com>
2016-09-21 12:00:00 -04:00
..
backend Delay updating control file to "in production" 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 Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
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 Remove some remains from Alpha support removal 2015-10-29 16:40:14 -04:00
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 Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
DEVELOPERS
Makefile Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
Makefile.global.in Provide and use a makefile target to build all generated headers. 2016-07-01 15:09:02 -04:00
Makefile.shlib Make the AIX case of Makefile.shlib safe for parallel make. 2016-07-23 20:30:03 -04:00
bcc32.mak
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak