aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* 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
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* 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
* Start using flexible array membersPeter Eisentraut2011-06-16
* Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgrHeikki Linnakangas2011-06-14
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* 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
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Update C comment about O_DIRECT and fsync().Bruce Momjian2011-03-11
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* pg_ctl promoteRobert Haas2011-02-15
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander2011-02-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Named restore points in recovery. Users can record named points, thenSimon Riggs2011-02-08
* Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Support multiple concurrent pg_basebackup backups.Heikki Linnakangas2011-01-31
* Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander2011-01-09
* Refactor GIN's handling of duplicate search entries.Tom Lane2011-01-08
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-30
* Bump XLOG_PAGE_MAGIC.Robert Haas2010-12-29
* Support unlogged tables.Robert Haas2010-12-29
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-23
* Instrument checkpoint sync calls.Robert Haas2010-12-14
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Update comment to match later code changes.Tom Lane2010-12-04
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-09
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-17
* Improve GIN indexscan cost estimation.Tom Lane2010-10-17
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-15
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11