aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/vacuum.h
Commit message (Expand)AuthorAge
* 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
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* New-style vacuum neglected to update pg_class statistics about indexesTom Lane2001-07-18
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-13
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-12
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Split vacuum and analyze into separate filesBruce Momjian2000-05-29
* More vacuum cleanupBruce Momjian2000-05-29
* more cleanupBruce Momjian2000-05-29
* Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-15
* Add new vpl_num_allocated_pages member to VPageListData.Tatsuo Ishii1999-08-25
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Vacuum fix. Was modifying cache.Bruce Momjian1998-08-19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26