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
*
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
*
Revert most of 39b66a91bd
Tomas Vondra
2021-06-03
*
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Peter Geoghegan
2021-05-27
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Fix typo in heapam.c
Michael Paquier
2021-05-26
*
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-25
*
Consider triggering VACUUM failsafe during scan.
Peter Geoghegan
2021-05-24
*
Fix autovacuum log output heap truncation issue.
Peter Geoghegan
2021-05-13
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Remove overzealous VACUUM visibility map assertion.
Peter Geoghegan
2021-05-06
*
Document LP_DEAD accounting issues in VACUUM.
Peter Geoghegan
2021-04-19
*
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-17
*
Don't truncate heap when VACUUM's failsafe is in effect.
Peter Geoghegan
2021-04-13
*
Avoid improbable PANIC during heap_update.
Tom Lane
2021-04-13
*
Fix potential SSI hazard in heap_update().
Thomas Munro
2021-04-13
*
Teach VACUUM to bypass unnecessary index vacuuming.
Peter Geoghegan
2021-04-07
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-07
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Refactor lazy_scan_heap() loop.
Peter Geoghegan
2021-04-06
*
Allocate access strategy in parallel VACUUM workers.
Peter Geoghegan
2021-04-05
*
Propagate parallel VACUUM's buffer access strategy.
Peter Geoghegan
2021-04-05
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2021-03-30
*
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-30
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Reword slightly logs generated for index stats in autovacuum
Michael Paquier
2021-03-24
*
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-03-23
*
Add per-index stats information in verbose logs of autovacuum
Michael Paquier
2021-03-23
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Fix comment about promising tuples.
Peter Geoghegan
2021-03-16
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
*
Notice that heap page has dead items during VACUUM.
Peter Geoghegan
2021-03-14
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
*
Add bound check before bsearch() for performance
Peter Eisentraut
2021-03-10
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-02-22
*
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
*
Adjust lazy_scan_heap() accounting comments.
Peter Geoghegan
2021-02-14
*
Remove CheckpointLock.
Robert Haas
2021-01-25
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-01-24
*
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
[next]