index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
pruneheap.c
Age
Commit message (
Expand
)
Author
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-18
Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
Melanie Plageman
2024-07-19
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-03
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
Refactor how heap_prune_chain() updates prunable_xid
Heikki Linnakangas
2024-04-01
Introduce 'options' argument to heap_page_prune()
Heikki Linnakangas
2024-04-01
Handle non-chain tuples outside of heap_prune_chain()
Heikki Linnakangas
2024-04-01
Refactor heap_prune_chain()
Heikki Linnakangas
2024-04-01
Minor refactoring in heap_page_prune
Heikki Linnakangas
2024-03-28
Remove obsolete comment about VACUUM retrying pruning
Heikki Linnakangas
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-20
Remove unused PruneState member rel
Heikki Linnakangas
2024-03-20
Reorganize heap_page_prune() function comment
Heikki Linnakangas
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-18
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-02
Remove retry loop in heap_page_prune().
Robert Haas
2023-09-28
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-17
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-14
Assert redirect pointers are sensible after heap_page_prune().
Andres Freund
2022-01-14
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-09
Standardize cleanup lock terminology.
Peter Geoghegan
2021-11-13
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-11
Update heap_page_prune() free space map comments.
Peter Geoghegan
2021-11-05
Update obsolete heap pruning comments.
Peter Geoghegan
2021-11-05
Add various assertions to heap pruning code.
Peter Geoghegan
2021-09-23
Document issue with heapam line pointer truncation.
Peter Geoghegan
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-07
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-02-15
Adjust lazy_scan_heap() accounting comments.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
[next]