summaryrefslogtreecommitdiff
path: root/src/include/commands/vacuum.h
Commit message (Expand)AuthorAgeFilesLines
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-141-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+6
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-2/+2
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-4/+9
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-171-2/+2
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-5/+5
* More include file adjustments.Bruce Momjian2006-07-131-3/+1
* More include file adjustments.Bruce Momjian2006-07-131-1/+4
* Allow include files to compile own their own.Bruce Momjian2006-07-131-4/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-2/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+7
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-031-18/+1
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-301-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-13/+13
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-171-2/+2
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-2/+1
* Probably need sys/time.h here too to be safe.Tom Lane2004-05-211-1/+3
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-4/+2
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-151-2/+5
* After further thought about support for gathering stats on functionalTom Lane2004-02-131-12/+20
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-121-1/+77
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-101-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-311-1/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-10/+9
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-1/+4
* New-style vacuum neglected to update pg_class statistics about indexesTom Lane2001-07-181-1/+2
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-131-2/+8
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-1/+21
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-2/+5
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-111/+9
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-14/+12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-12/+3
* Split vacuum and analyze into separate filesBruce Momjian2000-05-291-1/+2
* More vacuum cleanupBruce Momjian2000-05-291-19/+19
* more cleanupBruce Momjian2000-05-291-2/+2
* Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian2000-05-291-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+3