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 vacuum buffer usage reporting.
Masahiko Sawada
2024-05-01
*
Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPING
Heikki Linnakangas
2024-03-11
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Fix assertion failure in heap_vacuum_rel
Daniel Gustafsson
2023-04-28
*
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-07
*
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-07
*
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-03
*
Disable vacuum's use of a buffer access strategy during failsafe
David Rowley
2023-04-03
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
Tighten up VACUUM's approach to setting VM bits.
Peter Geoghegan
2023-01-16
*
Make lazy_vacuum_heap_rel match lazy_scan_heap.
Peter Geoghegan
2023-01-11
*
vacuumlazy.c: Tweak local variable name.
Peter Geoghegan
2023-01-11
*
vacuumlazy.c: Save get_database_name() in vacrel.
Peter Geoghegan
2023-01-03
*
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Adjust VACUUM hastup LP_REDIRECT comments.
Peter Geoghegan
2023-01-02
*
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
2023-01-02
*
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-28
*
Use scanned_pages to decide when to failsafe check.
Peter Geoghegan
2022-12-22
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-15
*
Instrument freezing in autovacuum log reports.
Peter Geoghegan
2022-09-08
*
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-31
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
Peter Geoghegan
2022-04-20
*
Fix multi-table VACUUM VERBOSE accounting.
Peter Geoghegan
2022-04-15
*
VACUUM VERBOSE: Show dead items for an empty table.
Peter Geoghegan
2022-04-15
*
Adjust VACUUM's removable cutoff log message.
Peter Geoghegan
2022-04-15
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Remove comment about historic heap vacuuming issue.
Peter Geoghegan
2022-04-11
*
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-04-07
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
vacuumlazy.c: Further consolidate resource allocation.
Peter Geoghegan
2022-04-04
*
Generalize how VACUUM skips all-frozen pages.
Peter Geoghegan
2022-04-03
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
vacuumlazy.c: Clean up variable declarations.
Peter Geoghegan
2022-04-02
*
VACUUM VERBOSE: tweak scanned_pages logic.
Peter Geoghegan
2022-03-13
*
vacuumlazy.c: Standardize rel_pages terminology.
Peter Geoghegan
2022-03-12
*
vacuumlazy.c: document vistest and OldestXmin.
Peter Geoghegan
2022-03-12
*
vacuumlazy.c: Remove obsolete num_tuples field.
Peter Geoghegan
2022-02-24
*
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
*
Update "don't truncate with failsafe" rationale.
Peter Geoghegan
2022-02-15
*
Silence minor compiler warnings.
Tom Lane
2022-02-13
*
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-11
*
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
[next]