summaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAgeFilesLines
* 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-318/+172
* pgindent run for 8.2.Bruce Momjian2006-10-041-53/+55
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-2/+2
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-171-3/+3
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-27/+24
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-10/+7
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-301-4/+46
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-8/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+3
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-121/+259
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-6/+6
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-7/+21
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-73/+48
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-9/+16
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-51/+16
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+19
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-35/+37
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-1/+3
* Revert based on Tom's recommendation:Bruce Momjian2006-02-111-9/+5
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-111-5/+9
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-181-3/+5
* Fix another case in which autovacuum would fail while analyzingTom Lane2006-01-041-1/+9
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-38/+37
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-201-8/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-310/+295
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-031-71/+18
* Take exclusive buffer lock in scan_heap() to eliminate some corner casesTom Lane2005-09-221-4/+11
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-3/+3
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-86/+137
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-7/+9
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-8/+29
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-141-2/+2
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-4/+5
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-6/+5
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-201-33/+5
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-7/+4
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-2/+1
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-3/+4
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-15/+37
* Update comment on VACUUM FULL.Bruce Momjian2005-02-151-8/+13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-231-1/+3
* Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane2004-12-021-49/+90
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-011-2/+2
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-9/+8
* Back out unindented modification to file.Bruce Momjian2004-10-071-326/+385