aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Fix bogus comment that claimed that the new BACKUP METHOD line inHeikki Linnakangas2011-08-16
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Shut down WAL receiver if it's still running at end of recovery. We used toHeikki Linnakangas2011-05-11
* recoveryStopsHere() must check the resource manager ID.Robert Haas2011-04-18
* Revert the patch to check if we've reached end-of-backup also when doingHeikki Linnakangas2011-04-13
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Improve error message when WAL ends before reaching end of online backup.Heikki Linnakangas2011-03-31
* Check that we've reached end-of-backup also when we're not performingHeikki Linnakangas2011-03-30
* Minor changes to recovery pause behaviour.Simon Riggs2011-03-23
* Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs2011-03-23
* When two base backups are started at the same time with pg_basebackup,Heikki Linnakangas2011-03-21
* Remove bogus semicolons in recoveryPausesHere.Robert Haas2011-03-18
* Clarify C comment that O_SYNC/O_FSYNC are really the same settting, asBruce Momjian2011-03-10
* Emit a LOG message when pausing at the recovery target.Robert Haas2011-03-10
* Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas2011-03-08
* If recovery_target_timeline is set to 'latest' and standby mode is enabled,Heikki Linnakangas2011-03-07
* Named restore point improvements.Robert Haas2011-02-24
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* pg_ctl promoteRobert Haas2011-02-15
* PITR can stop at a named restore point when recovery target = timeSimon Riggs2011-02-15
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander2011-02-09
* Named restore points in recovery. Users can record named points, thenSimon Riggs2011-02-08
* Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs2011-02-08
* Remove rare corner case for data loss when triggering standby server.Simon Riggs2011-02-08
* Log restartpoints in the same fashion as checkpoints.Robert Haas2011-02-02
* Support multiple concurrent pg_basebackup backups.Heikki Linnakangas2011-01-31
* Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane2011-01-22
* Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Instrument checkpoint sync calls.Robert Haas2010-12-14
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Fix two typos, by Fujii Masao.Heikki Linnakangas2010-12-06
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-03
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-11
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-09