index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
vacuumlazy.c
Commit message (
Expand
)
Author
Age
*
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-07-19
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Fix parallel amvacuumcleanup safety bug.
Peter Geoghegan
2021-11-02
*
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
*
VACUUM VERBOSE: Don't report "pages removed".
Peter Geoghegan
2021-08-31
*
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
*
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-27
*
Message style improvements
Peter Eisentraut
2021-08-07
*
Remove overzealous VACUUM failsafe assertions.
Peter Geoghegan
2021-06-20
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Remove unneeded field from VACUUM state.
Peter Geoghegan
2021-06-15
*
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
*
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Peter Geoghegan
2021-05-27
*
Consider triggering VACUUM failsafe during scan.
Peter Geoghegan
2021-05-24
*
Fix autovacuum log output heap truncation issue.
Peter Geoghegan
2021-05-13
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-12
*
Remove overzealous VACUUM visibility map assertion.
Peter Geoghegan
2021-05-06
*
Document LP_DEAD accounting issues in VACUUM.
Peter Geoghegan
2021-04-19
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
*
Don't truncate heap when VACUUM's failsafe is in effect.
Peter Geoghegan
2021-04-13
*
Teach VACUUM to bypass unnecessary index vacuuming.
Peter Geoghegan
2021-04-07
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-07
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Refactor lazy_scan_heap() loop.
Peter Geoghegan
2021-04-06
*
Allocate access strategy in parallel VACUUM workers.
Peter Geoghegan
2021-04-05
*
Propagate parallel VACUUM's buffer access strategy.
Peter Geoghegan
2021-04-05
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Reword slightly logs generated for index stats in autovacuum
Michael Paquier
2021-03-24
*
Add per-index stats information in verbose logs of autovacuum
Michael Paquier
2021-03-23
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
*
Notice that heap page has dead items during VACUUM.
Peter Geoghegan
2021-03-14
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
*
Add bound check before bsearch() for performance
Peter Eisentraut
2021-03-10
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
*
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
*
Adjust lazy_scan_heap() accounting comments.
Peter Geoghegan
2021-02-14
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Message style improvements
Alvaro Herrera
2020-11-07
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
*
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-28
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-09-01
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
*
Improve the vacuum error context phase information.
Amit Kapila
2020-08-24
*
Revert "Make vacuum a bit more verbose to debug BF failure."
Andres Freund
2020-08-20
*
Make vacuum a bit more verbose to debug BF failure.
Andres Freund
2020-08-16
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
[next]