aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Self review of previous patch. Fix assumption that xmax >= xmin.Simon Riggs2010-12-09
* Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs2010-12-09
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Fix two typos, by Fujii Masao.Heikki Linnakangas2010-12-06
* Fix two small bugs in new gistget.c logic.Tom Lane2010-12-04
* Add external documentation for KNNGIST.Tom Lane2010-12-03
* Put back gistgettuple's check for backwards scan request.Tom Lane2010-12-03
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Remove now-outdated mention of quotes being required in recovery.conf.Robert Haas2010-12-03
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-03
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-11
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-09
* In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas2010-11-09
* Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)Heikki Linnakangas2010-11-02
* Fix corner-case bug in tracking of latest removed WAL segment duringHeikki Linnakangas2010-11-01
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-26
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Don't try to fetch database name when SetTransactionIdLimit() is executedTom Lane2010-10-20
* Remove AtStart_Cache() call in CommandCounterIncrement().Alvaro Herrera2010-10-20
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-17
* Improve GIN indexscan cost estimation.Tom Lane2010-10-17
* Make startup process respond to signals to cancel waiting on latch.Simon Riggs2010-10-14
* Fix bug in comment of timeline history file.Simon Riggs2010-10-14
* Fix assorted bugs in GIN's WAL replay logic.Tom Lane2010-10-11
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update HOT README about when single-page vacuums happen.Bruce Momjian2010-09-19
* Add some documentation about how we WAL-log filesystem actions.Tom Lane2010-09-17
* Fix two typos in comments, spotted by Fujii Masao and Thom BrownHeikki Linnakangas2010-09-15
* 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
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane2010-08-30
* Fix misleading DEBUG2 issued during RemoveOldXlogFiles()Simon Riggs2010-08-30
* Truncate subtrans after each restartpoint.Simon Riggs2010-08-30
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-29
* Remove duplicate translatable phraseAlvaro Herrera2010-08-26
* Tidy up a few calls to smrgextend().Robert Haas2010-08-19
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Make RecordTransactionCommit() respect wal_level.Robert Haas2010-08-13
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-01