aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix recycling of WAL segments after changing recovery target timeline.Heikki Linnakangas2012-12-20
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-11
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* XidEpoch++ if wraparound during checkpoint.Simon Riggs2012-12-02
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-29
* 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
* Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* 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
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* 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
* Prevent synchronized scanning when systable_beginscan chooses a heapscan.Tom Lane2012-05-26
* Ensure that seqscans check for interrupts at least once per page.Tom Lane2012-05-22
* Ensure backwards compatibility for GetStableLatestTransactionId()Simon Riggs2012-05-12
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-11
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-11
* Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas2012-04-17
* Fix misleading output from gin_desc().Tom Lane2012-04-06
* Correct epoch of txid_current() when executed on a Hot Standby server.Simon Riggs2012-03-29
* Fix some more bugs in GIN's WAL replay logic.Tom Lane2012-02-26
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-02-22
* Don't clear btpo_cycleid during _bt_vacuum_one_page.Tom Lane2012-02-21
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* 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
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-12
* 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
* Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane2011-11-25
* Don't assume that a tuple's header size is unchanged during toasting.Tom Lane2011-11-04
* Revert "Stop btree indexscans upon reaching nulls in either direction."Tom Lane2011-11-02
* 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
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Stop btree indexscans upon reaching nulls in either direction.Tom Lane2011-10-31
* Avoid unnecessary page-level SSI lock check in heap_insert().Tom Lane2011-09-16
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-16
* 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
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16