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