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
/
heapam_visibility.c
Commit message (
Expand
)
Author
Age
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-02-22
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"
Alvaro Herrera
2020-10-15
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2020-10-15
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
Rephrase references to "time qualification".
Andres Freund
2019-01-21
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21