Named restore points in recovery. Users can record named points, then
Simon Riggs <simon@2ndQuadrant.com>
Named restore points in recovery. Users can record named points, then new recovery.conf parameter recovery_target_name allows PITR to specify named points as recovery targets. Jaime Casanova, reviewed by Euler Taveira de Oliveira, plus minor edits
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/backup.sgml | modified | +4 −3 |
| doc/src/sgml/func.sgml | modified | +10 −0 |
| doc/src/sgml/recovery-config.sgml | modified | +23 −2 |
| src/backend/access/transam/recovery.conf.sample | modified | +5 −2 |
| src/backend/access/transam/xlog.c | modified | +161 −9 |
| src/include/access/xlog.h | modified | +3 −1 |
| src/include/access/xlog_internal.h | modified | +1 −0 |
| src/include/catalog/pg_control.h | modified | +1 −0 |
| src/include/catalog/pg_proc.h | modified | +1 −0 |