aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove some tabs from README file.Robert Haas2011-08-29
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-26
* Fix comment about which version had BACKUP METHOD line in backup_lable, again.Heikki Linnakangas2011-08-17
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-16
* 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
* Fix bogus comment that claimed that the new BACKUP METHOD line inHeikki Linnakangas2011-08-16
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-09
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Remove O(N^2) performance issue with multiple SAVEPOINTs.Simon Riggs2011-07-19
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas2011-07-15
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* 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
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs2011-06-27
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-27
* Try again to make the visibility map crash safe.Robert Haas2011-06-27
* Avoid having two copies of the HOT-chain search logic.Robert Haas2011-06-27
* Make the visibility map crash-safe.Robert Haas2011-06-21
* 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
* recoveryStopsHere() must check the resource manager ID.Robert Haas2011-04-18
* Add an Assert that indexam.c isn't used on an index awaiting reindexing.Tom Lane2011-04-16
* Revert the patch to check if we've reached end-of-backup also when doingHeikki Linnakangas2011-04-13