aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAge
* Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley2021-06-03
* Revert most of 39b66a91bdTomas Vondra2021-06-03
* Fix VACUUM VERBOSE's LP_DEAD item pages output.Peter Geoghegan2021-05-27
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Fix typo in heapam.cMichael Paquier2021-05-26
* Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTERMichael Paquier2021-05-25
* Consider triggering VACUUM failsafe during scan.Peter Geoghegan2021-05-24
* Fix autovacuum log output heap truncation issue.Peter Geoghegan2021-05-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Remove overzealous VACUUM visibility map assertion.Peter Geoghegan2021-05-06
* Document LP_DEAD accounting issues in VACUUM.Peter Geoghegan2021-04-19
* Use correct format placeholder for block numbersPeter Eisentraut2021-04-17
* Don't truncate heap when VACUUM's failsafe is in effect.Peter Geoghegan2021-04-13
* Avoid improbable PANIC during heap_update.Tom Lane2021-04-13
* Fix potential SSI hazard in heap_update().Thomas Munro2021-04-13
* Teach VACUUM to bypass unnecessary index vacuuming.Peter Geoghegan2021-04-07
* Add wraparound failsafe to VACUUM.Peter Geoghegan2021-04-07
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-07
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Refactor lazy_scan_heap() loop.Peter Geoghegan2021-04-06
* Allocate access strategy in parallel VACUUM workers.Peter Geoghegan2021-04-05
* Propagate parallel VACUUM's buffer access strategy.Peter Geoghegan2021-04-05
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-05
* Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch2021-03-30
* Adjust design of per-worker parallel seqscan data structDavid Rowley2021-03-30
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Reword slightly logs generated for index stats in autovacuumMichael Paquier2021-03-24
* Avoid possible crash while finishing up a heap rewrite.Tom Lane2021-03-23
* Add per-index stats information in verbose logs of autovacuumMichael Paquier2021-03-23
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Fix comment about promising tuples.Peter Geoghegan2021-03-16
* Improve logging of auto-vacuum and auto-analyzeStephen Frost2021-03-16
* Notice that heap page has dead items during VACUUM.Peter Geoghegan2021-03-14
* VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan2021-03-10
* Add bound check before bsearch() for performancePeter Eisentraut2021-03-10
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-25
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2021-02-22
* Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund2021-02-15
* Adjust lazy_scan_heap() accounting comments.Peter Geoghegan2021-02-14
* Remove CheckpointLock.Robert Haas2021-01-25
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra2021-01-24
* Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra2021-01-17
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13