postgresql/src/backend/access
Peter Eisentraut 2dedf4d9a8 Integrate recovery.conf into postgresql.conf
recovery.conf settings are now set in postgresql.conf (or other GUC
sources).  Currently, all the affected settings are PGC_POSTMASTER;
this could be refined in the future case by case.

Recovery is now initiated by a file recovery.signal.  Standby mode is
initiated by a file standby.signal.  The standby_mode setting is
gone.  If a recovery.conf file is found, an error is issued.

The trigger_file setting has been renamed to promote_trigger_file as
part of the move.

The documentation chapter "Recovery Configuration" has been integrated
into "Server Configuration".

pg_basebackup -R now appends settings to postgresql.auto.conf and
creates a standby.signal file.

Author: Fujii Masao <masao.fujii@gmail.com>
Author: Simon Riggs <simon@2ndquadrant.com>
Author: Abhijit Menon-Sen <ams@2ndquadrant.com>
Author: Sergei Kornilov <sk@zsrv.org>
Discussion: https://www.postgresql.org/message-id/flat/607741529606767@web3g.yandex.ru/
2018-11-25 16:33:40 +01:00
..
brin Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
common Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
gin Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
gist Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
hash Remove deprecated abstime, reltime, tinterval datatypes. 2018-10-11 11:59:15 -07:00
heap Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
index Add support for nearest-neighbor (KNN) searches to SP-GiST 2018-09-19 01:54:10 +03:00
nbtree Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
rmgrdesc Make WAL description output more consistent 2018-11-20 13:30:01 +01:00
spgist Fix memory leak in repeated SPGIST index scans. 2018-10-31 17:05:03 -04:00
tablesample Rethink how to get float.h in old Windows API for isnan/isinf 2018-07-11 09:11:48 -04:00
transam Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00