aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-08
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-05
* Improve comment.Tom Lane2012-02-04
* Avoid re-checking for visibility map extension too frequently.Robert Haas2012-02-01
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* fastgetattr is in access/htup.h, not access/heapam.hRobert Haas2012-01-16
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-01-13
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-12
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-11
* Refactor XLogInsert a bit. The rdata entries for backup blocks are nowHeikki Linnakangas2012-01-11
* Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas2012-01-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-31
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-24
* Add a security_barrier option for views.Robert Haas2011-12-22
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-20
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Rename updateNodeLink to spgUpdateNodeLink.Tom Lane2011-12-19
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-19
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-18
* Defend against null scankeys in spgist searches.Tom Lane2011-12-17
* Fix some long-obsolete references to XLogOpenRelation.Tom Lane2011-12-17
* Fix compiler warning seen on 64-bit machine.Tom Lane2011-12-17
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane2011-12-12
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-09
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas2011-12-02
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane2011-11-27
* Take fillfactor into account in the new COPY bulk heap insert code.Heikki Linnakangas2011-11-26
* Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane2011-11-25
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Continue to allow VACUUM to mark last block of index dirtySimon Riggs2011-11-22
* Avoid marking buffer dirty when VACUUM has no work to do.Simon Riggs2011-11-18
* Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs2011-11-13
* Fix another bug in the redo of COPY batches.Heikki Linnakangas2011-11-10
* Fix bugs in the COPY heap-insert batching patch.Heikki Linnakangas2011-11-09
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-09
* Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas2011-11-07
* Don't assume that a tuple's header size is unchanged during toasting.Tom Lane2011-11-04
* Move user functions related to WAL into xlogfuncs.cSimon Riggs2011-11-04
* Avoid scanning nulls at the beginning of a btree index scan.Tom Lane2011-11-02
* Fix btree stop-at-nulls logic properly.Tom Lane2011-11-02
* Update more comments about checkpoints being done by bgwriterSimon Riggs2011-11-02
* Reduce checkpoints and WAL traffic on low activity database serverSimon Riggs2011-11-02