summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-291-4/+4
* Remove quotes from boolean recovery.conf.sample parameters, now that theBruce Momjian2010-12-241-3/+3
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-238-1163/+981
* Allow transactions that don't write WAL to commit asynchronously.Robert Haas2010-12-201-10/+23
* Instrument checkpoint sync calls.Robert Haas2010-12-141-6/+35
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-1313-53/+53
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-101-1/+1
* Self review of previous patch. Fix assumption that xmax >= xmin.Simon Riggs2010-12-091-4/+2
* Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs2010-12-093-23/+30
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-081-1/+1
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-071-2/+0
* Fix two typos, by Fujii Masao.Heikki Linnakangas2010-12-061-2/+2
* Fix two small bugs in new gistget.c logic.Tom Lane2010-12-041-1/+4
* Add external documentation for KNNGIST.Tom Lane2010-12-031-45/+49
* Put back gistgettuple's check for backwards scan request.Tom Lane2010-12-031-0/+4
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-034-429/+676
* Remove now-outdated mention of quotes being required in recovery.conf.Robert Haas2010-12-031-2/+0
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-031-147/+39
* Create core infrastructure for KNNGIST.Tom Lane2010-12-026-143/+144
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-234-44/+44
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-163-7/+26
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-142-7/+7
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-111-1/+3
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-091-0/+18
* In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas2010-11-091-1/+1
* Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)Heikki Linnakangas2010-11-021-9/+12
* Fix corner-case bug in tracking of latest removed WAL segment duringHeikki Linnakangas2010-11-011-3/+6
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-261-2/+17
* Refactor typenameTypeId()Peter Eisentraut2010-10-251-1/+1
* Don't try to fetch database name when SetTransactionIdLimit() is executedTom Lane2010-10-201-4/+14
* Remove AtStart_Cache() call in CommandCounterIncrement().Alvaro Herrera2010-10-201-11/+0
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-1711-87/+88
* Improve GIN indexscan cost estimation.Tom Lane2010-10-178-35/+188
* Make startup process respond to signals to cancel waiting on latch.Simon Riggs2010-10-141-0/+2
* Fix bug in comment of timeline history file.Simon Riggs2010-10-141-1/+1
* Fix assorted bugs in GIN's WAL replay logic.Tom Lane2010-10-111-127/+181
* Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.Tom Lane2010-10-071-3/+8
* Remove cvs keywords from all files.Magnus Hagander2010-09-2080-80/+80
* Update HOT README about when single-page vacuums happen.Bruce Momjian2010-09-191-1/+7
* Add some documentation about how we WAL-log filesystem actions.Tom Lane2010-09-171-1/+80
* Fix two typos in comments, spotted by Fujii Masao and Thom BrownHeikki Linnakangas2010-09-151-3/+3
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-151-6/+47
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-3/+3
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-112-2/+32
* Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane2010-08-301-1/+3
* Fix misleading DEBUG2 issued during RemoveOldXlogFiles()Simon Riggs2010-08-301-4/+4
* Truncate subtrans after each restartpoint.Simon Riggs2010-08-301-4/+8
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-292-52/+135
* Remove duplicate translatable phraseAlvaro Herrera2010-08-261-3/+3
* Tidy up a few calls to smrgextend().Robert Haas2010-08-192-4/+4