aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/vacuum.h
Commit message (Expand)AuthorAge
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane2010-08-01
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* 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
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-13
* Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas2008-07-01
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* 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
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* 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
* More include file adjustments.Bruce Momjian2006-07-13
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-17
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Probably need sys/time.h here too to be safe.Tom Lane2004-05-21
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-15
* After further thought about support for gathering stats on functionalTom Lane2004-02-13
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-12
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05