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
Commit message (
Expand
)
Author
Age
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
Message style improvements
Alvaro Herrera
2020-11-07
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
*
Fix comments in heapam.c.
Amit Kapila
2020-09-18
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Improve the vacuum error context phase information.
Amit Kapila
2020-08-24
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Remove unused function parameter in end_parallel_vacuum.
Amit Kapila
2020-07-06
*
Improve vacuum error context handling.
Amit Kapila
2020-07-01
*
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-12
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-22
*
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Allow autovacuum to log WAL usage statistics.
Amit Kapila
2020-04-06
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
*
Allow parallel vacuum to accumulate buffer usage.
Amit Kapila
2020-04-02
*
Avoid calls to RelationGetRelationName() and RelationGetNamespace() in
Amit Kapila
2020-03-31
*
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-31
*
Deduplicate PageIsNew() check in lazy_scan_heap().
Andres Freund
2020-03-30
*
Introduce vacuum errcontext to display additional information.
Amit Kapila
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-02-25
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
*
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-02-05
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix compile error on HP C.
Thomas Munro
2020-01-28
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Clarify some comments in vacuumlazy.c
Michael Paquier
2020-01-23
*
Fix the computation of max dead tuples during the vacuum.
Amit Kapila
2020-01-22
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Fix comment in heapam.c
Michael Paquier
2020-01-13
*
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-07
*
tableam: Allow choice of toast AM.
Robert Haas
2020-01-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Refactor code dedicated to index vacuuming in vacuumlazy.c
Michael Paquier
2019-12-26
[next]