aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Back-patch assorted latch-related fixes.Tom Lane2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs2011-06-27
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-16
* Respect Hot Standby controls while recycling btree index pages.Simon Riggs2011-06-16
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-15
* 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
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-31
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-30
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* 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
* Fix SSI-related assertion failure.Robert Haas2011-04-25
* Hash indexes had better pass the index collation to support functions, too.Tom Lane2011-04-23
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22