aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumlazy.c
Commit message (Expand)AuthorAge
* Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera2007-09-24
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-16
* Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera2007-09-12
* Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera2007-09-10
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-13
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-04
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane2006-03-04
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* 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