summaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumlazy.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Fix various infelicities that have snuck into usage of errdetail() andTom Lane2008-03-241-5/+5
* Reduce memory consumption during VACUUM of large relations, by usingTom Lane2008-03-101-27/+29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-39/+39
* Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPageAlvaro Herrera2007-09-261-2/+2
* Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera2007-09-241-5/+18
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-241-5/+5
* Revert ill-fated patch to release exclusive lock early after vacuumTom Lane2007-09-201-3/+8
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-28/+81
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-161-45/+14
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera2007-09-121-2/+4
* Release the exclusive lock on the table early after truncating it in lazyAlvaro Herrera2007-09-101-5/+4
* Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera2007-09-101-2/+6
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-6/+1
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-5/+13
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-171-2/+2
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-301-18/+4
* Silence compiler warnings, per Bruce.Alvaro Herrera2007-04-191-2/+2
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-181-1/+50
* Update new optional VACUUM FULL hint for translations, per Alvaro.Bruce Momjian2007-02-211-5/+5
* Move increase FSM warning to after lazy_truncate_heap() because theBruce Momjian2007-02-211-8/+11
* Change vacuum lazy "compacting" warning message to:Bruce Momjian2007-02-041-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-75/+48
* pgindent run for 8.2.Bruce Momjian2006-10-041-15/+16
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-2/+25
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-131-32/+53
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-041-12/+33
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-36/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-16/+49
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-3/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+3
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-104/+43
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-18/+13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane2006-03-041-1/+4
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-1/+5
* Revert based on Tom's recommendation:Bruce Momjian2006-02-111-7/+4
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-111-4/+7
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-15/+15
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-201-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-97/+93
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-031-21/+22
* Take exclusive buffer lock in scan_heap() to eliminate some corner casesTom Lane2005-09-221-2/+2
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-7/+4