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