postgresql/src/backend/access
Noah Misch fe8091c9e3 Revert "For inplace update, send nontransactional invalidations."
This reverts commit 95c5acb3fc (v17) and
counterparts in each other non-master branch.  If released, that commit
would have caused a worst-in-years minor release regression, via
undetected LWLock self-deadlock.  This commit and its self-deadlock fix
warrant more bake time in the master branch.

Reported by Alexander Lakhin.

Discussion: https://postgr.es/m/10ec0bc3-5933-1189-6bb8-5dec4114558e@gmail.com
2024-11-02 09:05:07 -07:00
..
brin Diagnose !indisvalid in more SQL functions. 2023-10-30 14:46:09 -07:00
common doc: 1-byte varlena headers can be used for user PLAIN storage 2023-10-31 09:10:35 -04:00
gin Fix locking when fixing an incomplete split of a GIN internal page 2024-01-29 13:46:45 +02:00
gist Fix another bug in parent page splitting during GiST index build. 2023-09-26 14:15:35 +03:00
hash Allow _h_indexbuild() to be interrupted. 2024-09-13 16:16:47 -04:00
heap Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:07 -07:00
index Unpin buffer before inplace update waits for an XID to end. 2024-10-29 09:40:00 -07:00
nbtree Fix btmarkpos/btrestrpos array key wraparound bug. 2023-09-28 16:29:27 -07:00
rmgrdesc Fix WAL replay in presence of an incomplete record 2021-09-29 11:21:51 -03:00
spgist Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 2024-06-17 14:30:59 -04:00
table Replace RelationOpenSmgr() with RelationGetSmgr(). 2022-11-17 16:54:30 -05:00
tablesample Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
transam Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:07 -07:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00