pgsql: Allow time delayed standbys and recovery - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Allow time delayed standbys and recovery
Date
Msg-id E1Vr3wa-000671-1b@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Allow time delayed standbys and recovery  (Bernd Helmle <mailings@oopsware.de>)
Re: pgsql: Allow time delayed standbys and recovery  (Thom Brown <thom@linux.com>)
List pgsql-committers
Allow time delayed standbys and recovery

Set min_recovery_apply_delay to force a delay in recovery apply for commit and
restore point WAL records. Other records are replayed immediately. Delay is
measured between WAL record time and local standby time.

Robert Haas, Fabrízio de Royes Mello and Simon Riggs
Detailed review by Mitsumasa Kondo

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/36da3cfb457b77a55582f68208d815f11ac1399e

Modified Files
--------------
doc/src/sgml/recovery-config.sgml               |   50 ++++++++++
src/backend/access/transam/recovery.conf.sample |    9 ++
src/backend/access/transam/xlog.c               |  119 ++++++++++++++++++++++-
3 files changed, 174 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix progress logging when scale factor is large.
Next
From: Simon Riggs
Date:
Subject: pgsql: New autovacuum_work_mem parameter