aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAge
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-29
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid having autovacuum workers wait for relation locks.Robert Haas2011-02-07
* Replace pg_class.relhasexclusion with pg_index.indisexclusion.Tom Lane2011-01-25
* Fix typo.Robert Haas2011-01-02
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove unused parameter. Patch by Shigeru Hanada.Heikki Linnakangas2010-11-18
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix typo in commentAlvaro Herrera2010-02-15
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Fix serious performance bug in new implementation of VACUUM FULL:Tom Lane2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-30
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-01
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-16
* 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