postgresql/src/backend/utils/cache
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
..
attoptcache.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
catcache.c Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:07 -07:00
evtcache.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
inval.c Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:07 -07:00
lsyscache.c Revert "Fix parallel-safety check of expressions and predicate for index builds" 2024-03-07 08:31:09 +09:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
partcache.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
plancache.c Avoid unnecessary plancache revalidation of utility statements. 2023-08-24 12:02:40 -04:00
relcache.c For inplace update durability, make heap_update() callers wait. 2024-09-24 15:25:24 -07:00
relfilenodemap.c Spelling adjustments 2020-06-07 15:06:51 +02:00
relmapper.c Another fix to relmapper race condition. 2021-06-24 11:19:31 +03:00
spccache.c Introduce a maintenance_io_concurrency setting. 2020-03-16 17:14:26 +13:00
syscache.c Revert "For inplace update, send nontransactional invalidations." 2024-11-02 09:05:07 -07:00
ts_cache.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
typcache.c Fix exception safety bug in typcache.c. 2023-09-13 14:48:00 +12:00