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
Commit message (
Expand
)
Author
Age
*
Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.
Heikki Linnakangas
2012-11-22
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Properly set relpersistence for fake relcache entries.
Robert Haas
2012-09-14
*
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
*
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-07
*
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
*
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-07
*
Revert back-branch changes in behavior of age(xid).
Tom Lane
2012-05-31
*
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-28
*
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
2012-05-12
*
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-11
*
Don't wait for the commit record to be replicated if we wrote no WAL.
Heikki Linnakangas
2012-04-17
*
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-03-29
*
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-02-22
*
Avoid problems with OID wraparound during WAL replay.
Tom Lane
2012-02-06
*
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-02-05
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
*
Mark some untranslatable messages with errmsg_internal
Alvaro Herrera
2011-09-05
*
If backup-end record is not seen, and we reach end of recovery from a
Heikki Linnakangas
2011-08-17
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
*
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-10
*
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Oops, forgot to change the order of entries in 2PC callback arrays when I
Heikki Linnakangas
2011-06-14
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Fix assorted typos
Alvaro Herrera
2011-05-12
*
Shut down WAL receiver if it's still running at end of recovery. We used to
Heikki Linnakangas
2011-05-11
*
Move RegisterPredicateLockingXid() call to a safer place.
Tom Lane
2011-05-06
*
recoveryStopsHere() must check the resource manager ID.
Robert Haas
2011-04-18
*
Revert the patch to check if we've reached end-of-backup also when doing
Heikki Linnakangas
2011-04-13
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Improve error message when WAL ends before reaching end of online backup.
Heikki Linnakangas
2011-03-31
*
Check that we've reached end-of-backup also when we're not performing
Heikki Linnakangas
2011-03-30
*
Minor changes to recovery pause behaviour.
Simon Riggs
2011-03-23
*
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
2011-03-23
*
When two base backups are started at the same time with pg_basebackup,
Heikki Linnakangas
2011-03-21
*
Remove bogus semicolons in recoveryPausesHere.
Robert Haas
2011-03-18
*
Add pause_at_recovery_target to recovery.conf.sample; improve docs.
Robert Haas
2011-03-17
*
Clarify C comment that O_SYNC/O_FSYNC are really the same settting, as
Bruce Momjian
2011-03-10
*
Emit a LOG message when pausing at the recovery target.
Robert Haas
2011-03-10
[next]