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