aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam_visibility.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Improve TransactionIdDidAbort() documentation.Peter Geoghegan2023-01-11
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove redundant breaks in HeapTupleSatisfiesVisibilityAndres Freund2022-11-05
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Update copyright for 2022Bruce Momjian2022-01-07
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2021-02-22
* Update copyright for 2021Bruce Momjian2021-01-02
* Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"Alvaro Herrera2020-10-15
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2020-10-15
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan2019-11-20
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Rephrase references to "time qualification".Andres Freund2019-01-21
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21