aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAge
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-30
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Message style improvementsAlvaro Herrera2020-11-07
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Fix comments in heapam.c.Amit Kapila2020-09-18
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Improve the vacuum error context phase information.Amit Kapila2020-08-24
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* Fix comments related to table AMsMichael Paquier2020-07-14
* Remove unused function parameter in end_parallel_vacuum.Amit Kapila2020-07-06
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro2020-06-12
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Remove HEAPDEBUGALLPeter Eisentraut2020-04-22
* Comments and doc fixes for commit 40d964ec99.Amit Kapila2020-04-14
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Allow autovacuum to log WAL usage statistics.Amit Kapila2020-04-06
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Allow parallel vacuum to accumulate buffer usage.Amit Kapila2020-04-02
* Avoid calls to RelationGetRelationName() and RelationGetNamespace() inAmit Kapila2020-03-31
* Revert "Skip redundant anti-wraparound vacuums"Michael Paquier2020-03-31
* Deduplicate PageIsNew() check in lazy_scan_heap().Andres Freund2020-03-30
* Introduce vacuum errcontext to display additional information.Amit Kapila2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Issue properly WAL record for CID of first catalog tuple in multi-insertMichael Paquier2020-02-25
* Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao2020-02-19
* Use pg_pwrite() in more places.Thomas Munro2020-02-11
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-05
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Fix compile error on HP C.Thomas Munro2020-01-28
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Clarify some comments in vacuumlazy.cMichael Paquier2020-01-23
* Fix the computation of max dead tuples during the vacuum.Amit Kapila2020-01-22
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Fix comment in heapam.cMichael Paquier2020-01-13
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* tableam: Allow choice of toast AM.Robert Haas2020-01-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Refactor code dedicated to index vacuuming in vacuumlazy.cMichael Paquier2019-12-26