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