summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2011-03-11Clarify C comment that O_SYNC/O_FSYNC are really the same settting, asBruce Momjian
2011-03-10Emit a LOG message when pausing at the recovery target.Robert Haas
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-03-08Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas
2011-03-07If recovery_target_timeline is set to 'latest' and standby mode is enabled,Heikki Linnakangas
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-06Fix incorrect access to pg_index.indcollation.Tom Lane
2011-03-04You must hold a lock on the heap page when you callHeikki Linnakangas
2011-03-01Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-02-25Named restore point improvements.Robert Haas
2011-02-18Un-break building with BTREE_BUILD_STATS.Tom Lane
2011-02-16Add backwards-compatible declarations of some core GIN support functions.Tom Lane
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-16pg_ctl promoteRobert Haas
2011-02-15PITR can stop at a named restore point when recovery target = timeSimon Riggs
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-08Remove rare corner case for data loss when triggering standby server.Simon Riggs
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-03Log restartpoints in the same fashion as checkpoints.Robert Haas
2011-01-31Support multiple concurrent pg_basebackup backups.Heikki Linnakangas
2011-01-23Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane
2011-01-09Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander
2011-01-09Fix crash in the new GiST insertion code, when an update splits the root page.Heikki Linnakangas
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-07Improve recovery.conf.sample comments.Robert Haas
2011-01-03Update comments in RecordTransactionCommit() to mention unlogged tables.Robert Haas
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-30Avoid unnecessary public struct declaration in slru.hAlvaro Herrera
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-24Remove quotes from boolean recovery.conf.sample parameters, now that theBruce Momjian
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-20Allow transactions that don't write WAL to commit asynchronously.Robert Haas
2010-12-14Instrument checkpoint sync calls.Robert Haas
2010-12-13Generalize concept of temporary relations to "relation persistence".Robert Haas
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-12-09Self review of previous patch. Fix assumption that xmax >= xmin.Simon Riggs
2010-12-09Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs
2010-12-08Optimize commit_siblings in two ways to improve group commit.Simon Riggs
2010-12-07Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas
2010-12-06Fix two typos, by Fujii Masao.Heikki Linnakangas
2010-12-04Fix two small bugs in new gistget.c logic.Tom Lane
2010-12-04Add external documentation for KNNGIST.Tom Lane