index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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
2020-08-26
Add additional information in the vacuum error context.
Amit Kapila
2020-08-13
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-07
Remove duplicate code in heap_prune_chain()
Simon Riggs
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
[next]