summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam_visibility.c
AgeCommit message (Expand)Author
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-11Improve TransactionIdDidAbort() documentation.Peter Geoghegan
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-05Remove redundant breaks in HeapTupleSatisfiesVisibilityAndres Freund
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-02-22Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-15Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"Alvaro Herrera
2020-10-15Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera
2020-08-14snapshot scalability: Introduce dense array of in-progress xids.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-20Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-01-22Rephrase references to "time qualification".Andres Freund
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund