| Age | Commit message (Expand) | Author |
| 2010-08-01 | Back-patch fix for renaming asyncCommitLSN to asyncXactLSN. | Tom Lane |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-03 | Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus | Tom Lane |
| 2010-07-03 | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane |
| 2010-06-28 | emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. | Robert Haas |
| 2010-06-17 | Make RemoveOldXlogFiles's debug printout match style used elsewhere: | Tom Lane |
| 2010-06-17 | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane |
| 2010-06-14 | If a corrupt WAL record is received by streaming replication, disconnect | Heikki Linnakangas |
| 2010-06-12 | Fix typo/bug, found by Clang compiler | Peter Eisentraut |
| 2010-06-10 | Rename restartpoint_command to archive_cleanup_command. | Itagaki Takahiro |
| 2010-06-10 | Make TriggerFile variable static. It's not used outside xlog.c. | Heikki Linnakangas |
| 2010-06-10 | Return NULL instead of 0/0 in pg_last_xlog_receive_location() and | Heikki Linnakangas |
| 2010-06-09 | In standby mode, respect checkpoint_segments in addition to | Heikki Linnakangas |
| 2010-06-09 | Make the walwriter close it's handle to an old xlog segment if it's no longer | Magnus Hagander |
| 2010-06-03 | Fix some inconsistent quoting of wal_level values in messages | Peter Eisentraut |
| 2010-06-03 | On clean shutdown during recovery, don't warn about possible corruption. | Robert Haas |
| 2010-06-02 | Fix obsolete comments that I neglected to update in a previous patch. | Heikki Linnakangas |
| 2010-05-27 | Adjust comment to reflect that we now have Hot Standby. Pointed out by | Heikki Linnakangas |
| 2010-05-15 | Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT. | Robert Haas |
| 2010-05-15 | Fix bug in processing of checkpoint time for max_standby_delay. Latest | Simon Riggs |
| 2010-05-14 | Add many new Asserts in code and fix simple bug that slipped through | Simon Riggs |
| 2010-05-13 | Cleanup initialization of Hot Standby. Clarify working with reanalysis | Simon Riggs |
| 2010-05-03 | Need to hold ControlFileLock while updating control file. Update | Heikki Linnakangas |
| 2010-05-02 | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane |
| 2010-04-29 | Adjust error checks in pg_start_backup and pg_stop_backup to make it possible | Tom Lane |
| 2010-04-29 | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane |
| 2010-04-28 | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas |
| 2010-04-27 | If a base backup is cancelled by server shutdown or crash, throw an error | Heikki Linnakangas |
| 2010-04-23 | Previous patch revoked following objections. | Simon Riggs |
| 2010-04-23 | Make CheckRequiredParameterValues() depend upon correct combination | Simon Riggs |
| 2010-04-20 | Rename standby_keep_segments to wal_keep_segments. | Robert Haas |
| 2010-04-18 | Improve sequence and sense of messages from pg_stop_backup(). | Simon Riggs |
| 2010-04-18 | Remove some additional changes in previous commit that belong elsewhere. | Simon Riggs |
| 2010-04-18 | Tune GetSnapshotData() during Hot Standby by avoiding loop | Simon Riggs |
| 2010-04-16 | In standby mode, suppress repeated LOG messages about a corrupt record, | Heikki Linnakangas |
| 2010-04-15 | Doc change: effect -> affect, per Robert Haas | Bruce Momjian |
| 2010-04-14 | Fix minor typo in comment in xlog.c | Simon Riggs |
| 2010-04-13 | Allow Hot Standby to begin from a shutdown checkpoint. | Heikki Linnakangas |
| 2010-04-12 | Update the location of last removed WAL segment in shared memory only | Heikki Linnakangas |
| 2010-04-12 | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas |
| 2010-04-07 | Allow quotes to be escaped in recovery.conf, by doubling them. This patch | Heikki Linnakangas |
| 2010-04-07 | Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during | Heikki Linnakangas |
| 2010-04-06 | Further message changes when recovery.conf parameters missing. | Simon Riggs |
| 2010-04-02 | Check compulsory parameters in recovery.conf in standby_mode, per docs. | Simon Riggs |
| 2010-04-02 | Move system startup message prior to any calls out of data directory. | Simon Riggs |
| 2010-04-01 | Refer to max_wal_senders in a more consistent fashion. | Robert Haas |
| 2010-03-30 | Change the retry-loop in standby mode to also try restoring files from | Heikki Linnakangas |
| 2010-03-21 | Message tuning | Peter Eisentraut |
| 2010-03-19 | Adjust comment in .history file to match recovery target specified. Comment | Simon Riggs |
| 2010-03-18 | Add restartpoint_command option to recovery.conf. Fix bug in %r handling | Heikki Linnakangas |