| Commit message (Expand) | Author | Age |
* | Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. | Heikki Linnakangas | 2012-11-22 |
* | Fix multiple problems in WAL replay. | Tom Lane | 2012-11-12 |
* | Fix inappropriate error messages for Hot Standby misconfiguration errors. | Tom Lane | 2012-09-05 |
* | fsync backup_label after pg_start_backup() | Simon Riggs | 2012-08-07 |
* | Initialize shared memory copy of ckptXidEpoch correctly when not in recovery. | Heikki Linnakangas | 2012-06-29 |
* | Wake WALSender to reduce data loss at failover for async commit. | Simon Riggs | 2012-06-07 |
* | Correct epoch of txid_current() when executed on a Hot Standby server. | Simon Riggs | 2012-03-29 |
* | Correctly initialise shared recoveryLastRecPtr in recovery. | Simon Riggs | 2012-02-22 |
* | Avoid problems with OID wraparound during WAL replay. | Tom Lane | 2012-02-06 |
* | Fix transient clobbering of shared buffers during WAL replay. | Tom Lane | 2012-02-05 |
* | Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, | Heikki Linnakangas | 2011-12-09 |
* | 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-11-02 |
* | Adjust translator comment format to xgettext expectations | Alvaro Herrera | 2011-09-05 |
* | Mark some untranslatable messages with errmsg_internal | Alvaro Herrera | 2011-09-05 |
* | If backup-end record is not seen, and we reach end of recovery from a | Heikki Linnakangas | 2011-08-17 |
* | Back-patch assorted latch-related fixes. | Tom Lane | 2011-08-10 |
* | Measure WaitLatch's timeout parameter in milliseconds, not microseconds. | Tom Lane | 2011-08-09 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-07-02 |
* | Work around gcc 4.6.0 bug that breaks WAL replay. | Tom Lane | 2011-06-10 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Shut down WAL receiver if it's still running at end of recovery. We used to | Heikki Linnakangas | 2011-05-11 |
* | recoveryStopsHere() must check the resource manager ID. | Robert Haas | 2011-04-18 |
* | Revert the patch to check if we've reached end-of-backup also when doing | Heikki Linnakangas | 2011-04-13 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Improve error message when WAL ends before reaching end of online backup. | Heikki Linnakangas | 2011-03-31 |
* | Check that we've reached end-of-backup also when we're not performing | Heikki Linnakangas | 2011-03-30 |
* | Minor changes to recovery pause behaviour. | Simon Riggs | 2011-03-23 |
* | Prevent intermittent hang in recovery from bgwriter interaction. | Simon Riggs | 2011-03-23 |
* | When two base backups are started at the same time with pg_basebackup, | Heikki Linnakangas | 2011-03-21 |
* | Remove bogus semicolons in recoveryPausesHere. | Robert Haas | 2011-03-18 |
* | 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-10 |
* | Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer | Heikki Linnakangas | 2011-03-08 |
* | If recovery_target_timeline is set to 'latest' and standby mode is enabled, | Heikki Linnakangas | 2011-03-07 |
* | Named restore point improvements. | Robert Haas | 2011-02-24 |
* | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs | 2011-02-16 |
* | pg_ctl promote | Robert Haas | 2011-02-15 |
* | PITR can stop at a named restore point when recovery target = time | Simon Riggs | 2011-02-15 |
* | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas | 2011-02-10 |
* | Implement NOWAIT option for BASE_BACKUP command | Magnus Hagander | 2011-02-09 |
* | 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-08 |
* | Log restartpoints in the same fashion as checkpoints. | Robert Haas | 2011-02-02 |
* | Support multiple concurrent pg_basebackup backups. | Heikki Linnakangas | 2011-01-31 |
* | Allow the wal_buffers setting to be auto-tuned to a reasonable value. | Tom Lane | 2011-01-22 |
* | Split pg_start_backup() and pg_stop_backup() into two pieces | Magnus Hagander | 2011-01-09 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |