summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/pruneheap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-3/+2
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-021-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-171-7/+7
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-6/+6
* Truncate line pointer array during heap pruning.Peter Geoghegan2022-04-071-1/+3
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-301-0/+1
* heap pruning: Only call BufferGetBlockNumber() once.Andres Freund2022-01-171-1/+2
* Assert redirect pointers are sensible after heap_page_prune().Andres Freund2022-01-131-0/+57
* Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund2022-01-131-26/+82
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-081-1/+1
* Explain pruning pgstats accounting subtleties.Peter Geoghegan2021-11-121-16/+28
* Update heap_page_prune() free space map comments.Peter Geoghegan2021-11-111-17/+8
* Update obsolete heap pruning comments.Peter Geoghegan2021-11-051-6/+14
* Add various assertions to heap pruning code.Peter Geoghegan2021-11-041-4/+80
* Document issue with heapam line pointer truncation.Peter Geoghegan2021-09-221-4/+18
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-071-0/+4
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-061-22/+38
* Adjust lazy_scan_heap() accounting comments.Peter Geoghegan2021-02-141-2/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Add additional information in the vacuum error context.Amit Kapila2020-08-261-2/+17
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-131-2/+3
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-121-41/+164
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-081-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+2
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-131-5/+5
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-1/+0
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-071-0/+6
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-021-2/+2
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-061-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-4/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-7/+5
* Add the "snapshot too old" featureKevin Grittner2016-04-081-1/+10
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-5/+7
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Remove duplicate code in heap_prune_chain()Simon Riggs2014-12-081-1/+0