summaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumlazy.c
AgeCommit message (Expand)Author
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-03-04Reimplement free-space-map management as per recent discussions.Tom Lane
2003-02-24During VACUUM FULL, truncate off any deletable pages that are at theTom Lane
2003-02-23Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane
2003-02-22More infrastructure for btree compaction project. Tree-traversal codeTom Lane
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-09-20Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane
2002-09-04pgindent run.Bruce Momjian
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