aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAge
* Fetch XIDs atomically during vac_truncate_clog().Tom Lane2016-05-24
* Avoid consuming an XID during vac_truncate_clog().Tom Lane2016-05-24
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-27
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-09
* Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Adjust cutoff points in newly-added sanity tests.Tom Lane2014-07-21
* Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.Tom Lane2014-07-21
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-02
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13
* Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera2013-11-29
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-16
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add a materialized view relations.Kevin Grittner2013-03-03
* Fix typo in freeze_table_age implementationAlvaro Herrera2013-02-01
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Improve logging of autovacuum I/O activityAlvaro Herrera2011-11-25
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08