aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAge
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-14
* Fix vac_update_relstats to ensure it always sends a relcache inval message,Tom Lane2007-03-08
* 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
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-17
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* 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 code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-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
* 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
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Fix another case in which autovacuum would fail while analyzingTom Lane2006-01-04
* 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
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom 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
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-14
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-20
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-20
* Update comment on VACUUM FULL.Bruce Momjian2005-02-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-23
* Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane2004-12-02
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15