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
Commit message (
Expand
)
Author
Age
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-07-04
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2023-01-11
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
*
Avoid improbable PANIC during heap_update, redux.
Tom Lane
2022-09-30
*
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
*
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
*
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
*
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
*
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-08
*
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
*
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-30
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-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
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
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 CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-31
*
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
*
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
*
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-09-02
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix memory corruption/crash in ANALYZE.
Andres Freund
2019-06-18
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Silence compiler warning
Alvaro Herrera
2019-06-14
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix message style
Alvaro Herrera
2019-06-06
*
Fix typos in various places
Michael Paquier
2019-06-03
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
[next]