pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,

Simon Riggs <simon@2ndquadrant.com>

From: Simon Riggs <simon@2ndQuadrant.com>
To: pgsql-committers@postgresql.org
Date: 2011-02-08T18:30:55Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Basic Recovery Control functions for use in Hot Standby. Pause, Resume,

Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
Status check functions only. Also, new recovery.conf parameter to
pause_at_recovery_target, default on.

Simon Riggs, reviewed by Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8c6e3adbf792c2bba448e88cbf2c8e03fb802e73

Modified Files
--------------
doc/src/sgml/func.sgml             |   58 +++++++++++++++
doc/src/sgml/recovery-config.sgml  |   25 +++++++
src/backend/access/transam/xlog.c  |  137 ++++++++++++++++++++++++++++++++++++
src/include/access/xlog_internal.h |    3 +
src/include/catalog/pg_proc.h      |    7 ++
5 files changed, 230 insertions(+), 0 deletions(-)