git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: ab69ea9) | patch
Integrate recovery.conf into postgresql.conf
2018年11月25日 15:31:16 +0000 (16:31 +0100)
2018年11月25日 15:33:40 +0000 (16:33 +0100)
commit 2dedf4d9a899b36d1a8ed29be5efbd1b31a8fe85
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/
40 files changed:
contrib/pg_standby/pg_standby.c diff | blob | blame | history
doc/src/sgml/backup.sgml diff | blob | blame | history
doc/src/sgml/config.sgml diff | blob | blame | history
doc/src/sgml/filelist.sgml diff | blob | blame | history
doc/src/sgml/func.sgml diff | blob | blame | history
doc/src/sgml/high-availability.sgml diff | blob | blame | history
doc/src/sgml/pgstandby.sgml diff | blob | blame | history
doc/src/sgml/postgres.sgml diff | blob | blame | history
doc/src/sgml/recovery-config.sgml [deleted file] blob | blame | history
doc/src/sgml/ref/pg_basebackup.sgml diff | blob | blame | history
doc/src/sgml/ref/pg_rewind.sgml diff | blob | blame | history
doc/src/sgml/ref/pgarchivecleanup.sgml diff | blob | blame | history
doc/src/sgml/ref/pgupgrade.sgml diff | blob | blame | history
doc/src/sgml/release-10.sgml diff | blob | blame | history
doc/src/sgml/release-9.1.sgml diff | blob | blame | history
doc/src/sgml/release-9.4.sgml diff | blob | blame | history
doc/src/sgml/release-9.5.sgml diff | blob | blame | history
doc/src/sgml/release.sgml diff | blob | blame | history
src/backend/Makefile diff | blob | blame | history
src/backend/access/transam/recovery.conf.sample [deleted file] blob | blame | history
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/access/transam/xlogarchive.c diff | blob | blame | history
src/backend/commands/extension.c diff | blob | blame | history
src/backend/utils/misc/guc.c diff | blob | blame | history
src/backend/utils/misc/postgresql.conf.sample diff | blob | blame | history
src/bin/pg_archivecleanup/pg_archivecleanup.c diff | blob | blame | history
src/bin/pg_basebackup/pg_basebackup.c diff | blob | blame | history
src/bin/pg_basebackup/t/010_pg_basebackup.pl diff | blob | blame | history
src/bin/pg_rewind/RewindTest.pm diff | blob | blame | history
src/include/access/xlog.h diff | blob | blame | history
src/include/utils/guc_tables.h diff | blob | blame | history
src/port/quotes.c diff | blob | blame | history
src/test/perl/PostgresNode.pm diff | blob | blame | history
src/test/recovery/t/001_stream_rep.pl diff | blob | blame | history
src/test/recovery/t/003_recovery_targets.pl diff | blob | blame | history
src/test/recovery/t/004_timeline_switch.pl diff | blob | blame | history
src/test/recovery/t/005_replay_delay.pl diff | blob | blame | history
src/test/recovery/t/009_twophase.pl diff | blob | blame | history
src/test/recovery/t/010_logical_decoding_timelines.pl diff | blob | blame | history
src/test/recovery/t/012_subtransactions.pl diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /