Commits

Showing commits that first shipped in 9.3 (backpatches included). Clear

DateSubjectAuthorReleases
2017-12-15 Perform a lot more sanity checks when freezing tuples. Andres Freund 9.3.21
2017-11-02 Revert bogus fixes of HOT-freezing bug Alvaro Herrera 9.3.20
2017-09-28 Fix freezing of a dead HOT-updated tuple Alvaro Herrera 9.3.20
2017-03-16 Avoid having vacuum set reltuples to 0 on non-empty relations in the Andrew Gierth 9.3.17
2016-09-09 Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL Simon Riggs 9.3.15
2014-10-30 Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. Tom Lane 9.3.6
2014-06-20 Do all-visible handling in lazy_vacuum_page() outside its critical section. Andres Freund 9.3.5
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.3.5
2014-04-17 Set the all-visible flag on heap page before writing WAL record, not after. Heikki Linnakangas 9.3.5
2014-02-13 Separate multixact freezing parameters from xid's Alvaro Herrera 9.3.3
2013-12-16 Rework tuple freezing protocol Alvaro Herrera 9.3.3
2013-12-13 Fix WAL-logging of setting the visibility map bit. Heikki Linnakangas 9.3.3
2013-11-30 Fix full-table-vacuum request mechanism for MultiXactIds Alvaro Herrera 9.3.2
2013-11-27 Don't update relfrozenxid if any pages were skipped. Heikki Linnakangas 9.3.2
2013-11-18 Count locked pages that don't need vacuuming as scanned. Heikki Linnakangas 9.3.2
2013-10-23 Fix two bugs in setting the vm bit of empty pages. Heikki Linnakangas 9.3.2
2013-09-26 Fix spurious warning after vacuuming a page on a table with no indexes. Heikki Linnakangas 9.3.1
2013-09-16 Rename various "freeze multixact" variables Alvaro Herrera 9.3.1
2013-06-06 Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page. Robert Haas 9.3.0
2013-05-29 pgindent run for release 9.3 Bruce Momjian 9.3.0
2013-05-06 Move materialized views' is-populated status into their pg_class entries. Tom Lane 9.3.0
2013-05-02 Prevent (auto)vacuum from truncating first page of populated matview. Kevin Grittner 9.3.0
2013-04-30 Ensure we MarkBufferDirty before visibilitymap_set() Simon Riggs 9.3.0
2013-04-29 Ensure ANALYZE phase is not skipped because of canceled truncate. Kevin Grittner 9.3.0
2013-03-22 Allow I/O reliability checks using 16-bit checksums Simon Riggs 9.3.0