aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/vacuum.h
Commit message (Expand)AuthorAge
* 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
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Cleanup up include files.Bruce Momjian1997-11-26
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Analyze data only if specified and specified attrs only.Vadim B. Mikheev1997-04-23
* Add attribute optimization statistics.Bruce Momjian1997-02-07
* Added VERBOSE option to vacuum command.Bruce Momjian1997-01-13
* vrl_min_tlen added to VRelListData.Vadim B. Mikheev1996-11-29
* New structures for new vacuum.Vadim B. Mikheev1996-11-27
* Reap deleted/unused tuples on page-baseVadim B. Mikheev1996-10-18
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-28