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