Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 14.0
2021-04-13 Avoid improbable PANIC during heap_update. Tom Lane 14.0
2021-04-13 Fix potential SSI hazard in heap_update(). Thomas Munro 14.0
2021-04-07 Truncate line pointer array during VACUUM. Peter Geoghegan 14.0
2021-04-06 Remove tupgone special case from vacuumlazy.c. Peter Geoghegan 14.0
2021-03-29 Adjust design of per-worker parallel seqscan data struct David Rowley 14.0
2021-03-25 Sanitize the term "combo CID" in code comments Michael Paquier 14.0
2021-03-16 Fix comment about promising tuples. Peter Geoghegan 14.0
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-02-22 Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls Alvaro Herrera 14.0
2021-01-25 Fix hypothetical bug in heap backward scans David Rowley 14.0
2021-01-24 Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS Tomas Vondra 14.0
2021-01-17 Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE Tomas Vondra 14.0
2021-01-13 Enhance nbtree index tuple deletion. Peter Geoghegan 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-31 Get heap page max offset with buffer lock held. Peter Geoghegan 14.0
2020-12-31 Fix index deletion latestRemovedXid bug. Peter Geoghegan 14.0
2020-12-08 Avoid using tuple from syscache for update of pg_database.datfrozenxid Michael Paquier 14.0
2020-11-09 Remove ineffective heapam CHECK_FOR_INTERRUPTS(). Peter Geoghegan 14.0
2020-10-15 Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls" Alvaro Herrera 14.0
2020-10-15 Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls Alvaro Herrera 14.0
2020-09-18 Fix comments in heapam.c. Amit Kapila 14.0
2020-08-20 Revert "Make vacuum a bit more verbose to debug BF failure." Andres Freund 14.0
2020-08-16 Make vacuum a bit more verbose to debug BF failure. Andres Freund 14.0