| Commit message (Expand) | Author | Age |
* | Fix grammatical mistake in error message | Peter Eisentraut | 2012-12-20 |
* | Fix recycling of WAL segments after switching timeline during recovery. | Heikki Linnakangas | 2012-12-20 |
* | Follow TLI of last replayed record, not recovery target TLI, in walsenders. | Heikki Linnakangas | 2012-12-20 |
* | Don't set ThisTimeLineID in checkpointer & bgwriter during recovery. | Heikki Linnakangas | 2012-12-20 |
* | Check if we've reached end-of-backup point also if no redo is required. | Heikki Linnakangas | 2012-12-19 |
* | Allow a streaming replication standby to follow a timeline switch. | Heikki Linnakangas | 2012-12-13 |
* | Consistency check should compare last record replayed, not last record read. | Heikki Linnakangas | 2012-12-11 |
* | Fix the tracking of min recovery point timeline. | Heikki Linnakangas | 2012-12-10 |
* | Ensure recovery pause feature doesn't pause unless users can connect. | Tom Lane | 2012-12-05 |
* | Oops, meant to change the comment in writeTimeLineHistory. | Heikki Linnakangas | 2012-12-05 |
* | Must not reach consistency before XLOG_BACKUP_RECORD | Simon Riggs | 2012-12-05 |
* | Downgrade a status message from LOG to DEBUG2. | Heikki Linnakangas | 2012-12-04 |
* | Write exact xlog position of timeline switch in the timeline history file. | Heikki Linnakangas | 2012-12-04 |
* | Track the timeline associated with minRecoveryPoint, for more sanity checks. | Heikki Linnakangas | 2012-12-04 |
* | Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af... | Andrew Dunstan | 2012-12-03 |
* | Refactor inCommit flag into generic delayChkpt flag. | Simon Riggs | 2012-12-03 |
* | Clarify locking for PageGetLSN() in XLogCheckBuffer() | Simon Riggs | 2012-12-03 |
* | Refactor the code implementing standby-mode logic. | Heikki Linnakangas | 2012-12-03 |
* | Don't advance checkPoint.nextXid near the end of a checkpoint sequence. | Tom Lane | 2012-12-02 |
* | Rearrange storage of data in xl_running_xacts. | Simon Riggs | 2012-12-02 |
* | XidEpoch++ if wraparound during checkpoint. | Simon Riggs | 2012-12-02 |
* | Clarify operation of online checkpoints. | Simon Riggs | 2012-12-02 |
* | Split out rmgr rm_desc functions into their own files | Alvaro Herrera | 2012-11-28 |
* | If we don't have a backup-end-location, don't claim we've reached it. | Heikki Linnakangas | 2012-11-28 |
* | Add OpenTransientFile, with automatic cleanup at end-of-xact. | Heikki Linnakangas | 2012-11-27 |
* | Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. | Heikki Linnakangas | 2012-11-22 |
* | Fix archive_cleanup_command. | Heikki Linnakangas | 2012-11-19 |
* | Fix multiple problems in WAL replay. | Tom Lane | 2012-11-12 |
* | Use correct text domain for translating errcontext() messages. | Heikki Linnakangas | 2012-11-12 |
* | Fix erroneous choice of timeline variable, too | Alvaro Herrera | 2012-10-31 |
* | Fix erroneous choices of segNo variables | Alvaro Herrera | 2012-10-31 |
* | Fix silly bug in previous refactoring. | Heikki Linnakangas | 2012-10-09 |
* | Put the logic to wait for WAL in standby mode to a separate function. | Heikki Linnakangas | 2012-10-09 |
* | Fix typo in comment, and reword it slightly while we're at it. | Heikki Linnakangas | 2012-10-04 |
* | Add #includes needed on some platforms in the new files. | Heikki Linnakangas | 2012-10-02 |
* | Split off functions related to timeline history files and XLOG archiving. | Heikki Linnakangas | 2012-10-02 |
* | Fix WAL file replacement during cascading replication on Windows. | Heikki Linnakangas | 2012-09-05 |
* | Fix inappropriate error messages for Hot Standby misconfiguration errors. | Tom Lane | 2012-09-05 |
* | Fix compiler warnings about unused variables, caused by my previous commit. | Heikki Linnakangas | 2012-09-04 |
* | Fix bugs in cascading replication with recovery_target_timeline='latest' | Heikki Linnakangas | 2012-09-04 |
* | Replace memcpy() calls in xlog.c critical sections with struct assignments. | Tom Lane | 2012-09-03 |
* | Avoid somewhat-theoretical overflow risks in RecordIsValid(). | Tom Lane | 2012-08-21 |
* | Don't get confused if a WAL partial record header has xl_tot_len == 0. | Heikki Linnakangas | 2012-08-20 |
* | Fix minor bug in XLogFileRead() that accidentally worked. | Simon Riggs | 2012-08-08 |
* | fsync backup_label after pg_start_backup() | Simon Riggs | 2012-08-07 |
* | Fix management of pendingOpsTable in auxiliary processes. | Tom Lane | 2012-07-18 |
* | Fix a stupid bug I introduced into XLogFlush(). | Robert Haas | 2012-07-02 |
* | Fix position of WalSndWakeupRequest call. | Robert Haas | 2012-07-02 |
* | Assorted message style improvements | Peter Eisentraut | 2012-07-02 |
* | Work a little harder on comments for walsender wakeup patch. | Robert Haas | 2012-07-02 |