aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumlazy.c
Commit message (Expand)AuthorAge
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-15
* Make VACUUM handle schema-qualified relation names properly.Tom Lane2002-04-02
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-06
* 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
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-21
* Fix comment, add Assert.Tom Lane2001-09-04
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* New-style vacuum neglected to update pg_class statistics about indexesTom Lane2001-07-18
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-13