aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumlazy.c
Commit message (Expand)AuthorAge
* Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas2009-01-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas2008-12-04
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Fix various infelicities that have snuck into usage of errdetail() andTom Lane2008-03-24
* Reduce memory consumption during VACUUM of large relations, by usingTom Lane2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPageAlvaro Herrera2007-09-26
* Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera2007-09-24
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-24
* Revert ill-fated patch to release exclusive lock early after vacuumTom Lane2007-09-20
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-16
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera2007-09-12
* Release the exclusive lock on the table early after truncating it in lazyAlvaro Herrera2007-09-10
* Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera2007-09-10
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-17
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-30
* Silence compiler warnings, per Bruce.Alvaro Herrera2007-04-19
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-18
* Update new optional VACUUM FULL hint for translations, per Alvaro.Bruce Momjian2007-02-21
* Move increase FSM warning to after lazy_truncate_heap() because theBruce Momjian2007-02-21
* Change vacuum lazy "compacting" warning message to:Bruce Momjian2007-02-04
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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