aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumlazy.c
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
* Take exclusive buffer lock in scan_heap() to eliminate some corner casesTom Lane2005-09-22
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-07
* Remove lazy_update_relstats; go back to having VACUUM just record theTom Lane2005-03-25
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* In the new dispensation where REINDEX doesn't take exclusive lock onTom Lane2004-10-25
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* 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
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-31
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway2004-04-25
* Check only live tuples for OID validity, to avoid issues after ALTERTom Lane2004-02-12
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Cost based vacuum delay feature.Jan Wieck2004-02-06
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-04
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-24
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-23
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane2002-09-20
* pgindent run.Bruce Momjian2002-09-04
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* 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