index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuumlazy.c
Commit message (
Expand
)
Author
Age
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
While vacuuming a large table, update upper-level FSM data every so often.
Tom Lane
2018-03-29
*
Sync up our various ways of estimating pg_class.reltuples.
Tom Lane
2018-03-22
*
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
In relevant log messages, indicate whether vacuums are aggressive.
Robert Haas
2017-10-26
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
*
Fix translation marker
Peter Eisentraut
2017-08-23
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix typo in comment
Alvaro Herrera
2017-07-21
*
Fix typo
Alvaro Herrera
2017-07-07
*
Update out-of-date comment in vacuumlazy.c
Robert Haas
2017-06-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Make VACUUM VERBOSE report the number of skipped frozen pages.
Fujii Masao
2017-03-25
*
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-16
*
Allow vacuums to report oldestxmin
Simon Riggs
2017-03-03
*
Prefetch blocks during lazy vacuum's truncation scan
Alvaro Herrera
2017-01-23
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-06
*
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-19
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-17
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix comment to be more accurate.
Robert Haas
2016-06-03
*
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-03
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-16
*
Add simple VACUUM progress reporting.
Robert Haas
2016-03-15
*
Don't vacuum all-frozen pages.
Robert Haas
2016-03-10
*
Re-pgindent vacuumlazy.c.
Robert Haas
2016-03-09
*
Add a generic command progress reporting facility.
Robert Haas
2016-03-09
*
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-08
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.
Tom Lane
2015-12-30
*
Avoid useless truncation attempts during VACUUM.
Tom Lane
2015-12-30
*
Message style improvements
Peter Eisentraut
2015-10-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
[next]