aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAge
* Update copyright for 2009.Bruce Momjian2009-01-01
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-13
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* We no longer need a snapshot set after opening the finishing transaction: thisAlvaro Herrera2008-03-19
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Reduce memory consumption during VACUUM of large relations, by usingTom Lane2008-03-10
* Improve error messages emitted when VACUUM and ANALYZE skip a table.Alvaro Herrera2008-02-20
* Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane2008-02-11
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-24
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Fix two bugs induced in VACUUM FULL by async-commit patch.Tom Lane2007-08-13
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Avoid having autovacuum run multiple ANALYZE commands in a single transaction,Alvaro Herrera2007-06-14
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-17
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-14
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Fix vac_update_relstats to ensure it always sends a relcache inval message,Tom Lane2007-03-08
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-17
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14