summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2011-08-09Change the way string relopts are allocated.Heikki Linnakangas
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-15Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas
2011-06-28Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs
2011-06-27Allow callers to pass a missing_ok flag when opening a relation.Robert Haas
2011-06-27Try again to make the visibility map crash safe.Robert Haas
2011-06-27Avoid having two copies of the HOT-chain search logic.Robert Haas
2011-06-22Make the visibility map crash-safe.Robert Haas
2011-06-16Start using flexible array membersPeter Eisentraut
2011-06-14Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgrHeikki Linnakangas
2011-06-10Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane
2011-04-23Make GIN and GIST pass the index collation to all their support functions.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-04Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-03-11Update C comment about O_DIRECT and fsync().Bruce Momjian
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-16pg_ctl promoteRobert Haas
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-09Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Named restore points in recovery. Users can record named points, thenSimon Riggs
2011-02-08Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-31Support multiple concurrent pg_basebackup backups.Heikki Linnakangas
2011-01-09Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander
2011-01-08Refactor GIN's handling of duplicate search entries.Tom Lane
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane
2010-12-30Avoid unnecessary public struct declaration in slru.hAlvaro Herrera
2010-12-29Bump XLOG_PAGE_MAGIC.Robert Haas
2010-12-29Support unlogged tables.Robert Haas
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-14Instrument checkpoint sync calls.Robert Haas
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-12-04Update comment to match later code changes.Tom Lane
2010-12-04KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane
2010-12-03Create core infrastructure for KNNGIST.Tom Lane
2010-11-16The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas
2010-11-10Add monitoring function pg_last_xact_replay_timestamp.Robert Haas
2010-10-18Fix a passel of inappropriately-named global functions in GIN.Tom Lane
2010-10-18Improve GIN indexscan cost estimation.Tom Lane
2010-10-08Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-15Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas