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
*
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
*
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-11-02
*
Revert "WAL-log inplace update before revealing it to other sessions."
Noah Misch
2024-11-02
*
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
*
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-24
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2023-01-11
*
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
*
Fix race condition where heap_delete() fails to pin VM page.
Jeff Davis
2022-09-22
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
*
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
*
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
*
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
*
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
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Fix comments in heapam.c.
Amit Kapila
2020-09-18
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
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
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-02-25
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix compile error on HP C.
Thomas Munro
2020-01-28
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Fix comment in heapam.c
Michael Paquier
2020-01-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-09-02
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
[next]