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.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
*
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Go back to considering HOT on pages marked full.
Peter Geoghegan
2021-11-26
*
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-04
*
Demote pg_unreachable() in heapam to an assertion.
Peter Geoghegan
2021-10-29
*
Replace occurrences of InvalidXid with InvalidTransactionId
Daniel Gustafsson
2021-10-04
*
Document issue with heapam line pointer truncation.
Peter Geoghegan
2021-09-22
*
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
*
Revert most of 39b66a91bd
Tomas Vondra
2021-06-03
*
Fix typo in heapam.c
Michael Paquier
2021-05-26
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Avoid improbable PANIC during heap_update.
Tom Lane
2021-04-13
*
Fix potential SSI hazard in heap_update().
Thomas Munro
2021-04-13
*
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-07
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-30
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Fix comment about promising tuples.
Peter Geoghegan
2021-03-16
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-02-22
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-01-24
*
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-12-08
*
Remove ineffective heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2020-11-09
*
Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"
Alvaro Herrera
2020-10-15
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2020-10-15
*
Fix comments in heapam.c.
Amit Kapila
2020-09-18
*
Revert "Make vacuum a bit more verbose to debug BF failure."
Andres Freund
2020-08-20
*
Make vacuum a bit more verbose to debug BF failure.
Andres Freund
2020-08-16
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
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
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-12
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-22
[next]