aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Fix thinko in previous commit.Heikki Linnakangas2013-02-22
* If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas2013-02-22
* Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas2013-02-15
* Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas2013-02-15
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Fix checkpoint after fast promotion.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Rely only on checkpoint 1 at end of recovery.Simon Riggs2013-02-07
* Switch timelines if we crash soon after promotion.Simon Riggs2013-01-31
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Fix off-by-one bug in xlog reading logicAlvaro Herrera2013-01-18
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-18
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas2013-01-17
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-16
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Delay reading timeline history file until it's fetched from master.Heikki Linnakangas2013-01-03
* Fix bug in streaming replication over multiple tli switches.Heikki Linnakangas2013-01-02
* Fix silly typo in code, which broke the check for reaching consistency.Heikki Linnakangas2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-27
* 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