summaryrefslogtreecommitdiff
path: root/src/include/commands/vacuum.h
AgeCommit message (Expand)Author
2008-08-13Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera
2008-07-01Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-06-05Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera
2008-03-14Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-05-30Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane
2007-05-17Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-07-13More include file adjustments.Bruce Momjian
2006-07-13More include file adjustments.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-03Separate out the VacRUsage stuff as an independent module, in preparationTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-30Adjust index locking rules as per my proposal of earlier today. YouTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-17Add DLLIMPORT for PostGIS.Bruce Momjian
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-21Probably need sys/time.h here too to be safe.Tom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-02-15First steps towards statistics on expressional (nee functional) indexes.Tom Lane
2004-02-13After further thought about support for gathering stats on functionalTom Lane
2004-02-12Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane
2004-02-10Centralize implementation of delay code by creating a pg_usleep()Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-07-18New-style vacuum neglected to update pg_class statistics about indexesTom Lane
2001-07-13Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-05-29Split vacuum and analyze into separate filesBruce Momjian