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
/
pruneheap.c
Commit message (
Expand
)
Author
Age
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-03
*
Refactor how heap_prune_chain() updates prunable_xid
Heikki Linnakangas
2024-04-03
*
Introduce 'options' argument to heap_page_prune()
Heikki Linnakangas
2024-04-02
*
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-04-01
*
Remove obsolete comment about VACUUM retrying pruning
Heikki Linnakangas
2024-03-28
*
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
*
Remove unused PruneState member rel
Heikki Linnakangas
2024-03-20
*
Reorganize heap_page_prune() function comment
Heikki Linnakangas
2024-03-20
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove retry loop in heap_page_prune().
Robert Haas
2023-10-02
*
Return data from heap_page_prune via a struct.
Robert Haas
2023-09-28
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-04-07
*
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-17
*
Assert redirect pointers are sensible after heap_page_prune().
Andres Freund
2022-01-13
*
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
*
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-12
*
Update heap_page_prune() free space map comments.
Peter Geoghegan
2021-11-11
*
Update obsolete heap pruning comments.
Peter Geoghegan
2021-11-05
*
Add various assertions to heap pruning code.
Peter Geoghegan
2021-11-04
*
Document issue with heapam line pointer truncation.
Peter Geoghegan
2021-09-22
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-07
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Adjust lazy_scan_heap() accounting comments.
Peter Geoghegan
2021-02-14
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
[next]