aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/recovery.conf.sample
Commit message (Expand)AuthorAge
* Add pause_at_recovery_target to recovery.conf.sample; improve docs.Robert Haas2011-03-17
* Named restore points in recovery. Users can record named points, thenSimon Riggs2011-02-08
* Improve recovery.conf.sample comments.Robert Haas2011-01-07
* Remove quotes from boolean recovery.conf.sample parameters, now that theBruce Momjian2010-12-24
* Remove now-outdated mention of quotes being required in recovery.conf.Robert Haas2010-12-03
* Rename restartpoint_command to archive_cleanup_command.Itagaki Takahiro2010-06-10
* Rename "Log-streaming replication parameters" header to "Standby serverHeikki Linnakangas2010-04-06
* Change recovery.conf.sample to match postgresql.conf by showing onlyBruce Momjian2010-03-31
* Edit recovery.conf.sample so it matches docs. Change standby_modeSimon Riggs2010-03-29
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Include recovery_end_command in recovery.conf.sample.Tom Lane2009-05-14
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Remove unportable use of strptime() to parse recovery target time spec.Tom Lane2004-07-19
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19