summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2011-12-09Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-09-05Adjust translator comment format to xgettext expectationsAlvaro Herrera
2011-09-05Mark some untranslatable messages with errmsg_internalAlvaro Herrera
2011-08-17If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas
2011-08-10Back-patch assorted latch-related fixes.Tom Lane
2011-08-09Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane
2011-07-02Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-10Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-11Shut down WAL receiver if it's still running at end of recovery. We used toHeikki Linnakangas
2011-04-18recoveryStopsHere() must check the resource manager ID.Robert Haas
2011-04-13Revert the patch to check if we've reached end-of-backup also when doingHeikki Linnakangas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-03-31Improve error message when WAL ends before reaching end of online backup.Heikki Linnakangas
2011-03-30Check that we've reached end-of-backup also when we're not performingHeikki Linnakangas
2011-03-23Minor changes to recovery pause behaviour.Simon Riggs
2011-03-23Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs
2011-03-21When two base backups are started at the same time with pg_basebackup,Heikki Linnakangas
2011-03-18Remove bogus semicolons in recoveryPausesHere.Robert Haas
2011-03-10Clarify C comment that O_SYNC/O_FSYNC are really the same settting, asBruce Momjian
2011-03-10Emit a LOG message when pausing at the recovery target.Robert Haas
2011-03-08Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas
2011-03-07If recovery_target_timeline is set to 'latest' and standby mode is enabled,Heikki Linnakangas
2011-02-24Named restore point improvements.Robert Haas
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-15pg_ctl promoteRobert Haas
2011-02-15PITR can stop at a named restore point when recovery target = timeSimon Riggs
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-09Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander
2011-02-08Named restore points in recovery. Users can record named points, thenSimon Riggs
2011-02-08Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs
2011-02-08Remove rare corner case for data loss when triggering standby server.Simon Riggs
2011-02-02Log restartpoints in the same fashion as checkpoints.Robert Haas
2011-01-31Support multiple concurrent pg_basebackup backups.Heikki Linnakangas
2011-01-22Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane
2011-01-09Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-14Instrument checkpoint sync calls.Robert Haas
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-12-07Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas
2010-12-06Fix two typos, by Fujii Masao.Heikki Linnakangas
2010-12-03Use GUC lexer for recovery.conf parsing.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-11Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas
2010-11-09Add monitoring function pg_last_xact_replay_timestamp.Robert Haas