postgresql/src/backend/utils
Heikki Linnakangas b8bf76cbde Use atomics to avoid locking in InjectionPointRun()
This allows using injection points without having a PGPROC, like early
at backend startup, or in the postmaster.

The injection points facility is new in v17, so backpatch there.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
Disussion: https://www.postgresql.org/message-id/4317a7f7-8d24-435e-9e49-29b72a3dc418@iki.fi
2024-07-15 10:33:09 +03:00
..
activity Add wait event type "InjectionPoint", a custom type like "Extension". 2024-06-27 19:21:05 -07:00
adt Make our back branches compatible with libxml2 2.13.x. 2024-07-10 20:15:52 -04:00
cache Cope with inplace update making catcache stale during TOAST fetch. 2024-06-27 19:21:06 -07:00
error Avoid crashing when a JIT-inlined backend function throws an error. 2024-06-27 14:44:02 -04:00
fmgr Revise GUC names quoting in messages again 2024-05-17 11:44:26 +02:00
hash Mark hash_corrupted() as pg_attribute_noreturn. 2024-03-17 17:54:45 -04:00
init Increase default vacuum_buffer_usage_limit to 2MB. 2024-04-06 23:12:03 +13:00
mb Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
misc Use atomics to avoid locking in InjectionPointRun() 2024-07-15 10:33:09 +03:00
mmgr Fix incorrect sentinel byte logic in GenerationRealloc() 2024-07-06 14:00:06 +12:00
resowner Remove unused typedefs 2024-05-17 07:36:12 +02:00
sort Use bump memory context for tuplesorts 2024-04-08 00:32:26 +12:00
time Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
errcodes.txt Introduce transaction_timeout 2024-02-15 23:56:12 +02:00
Gen_dummy_probes.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
Gen_fmgrtab.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
generate-errcodes.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
Makefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
postprocess_dtrace.sed Update copyright for 2024 2024-01-03 20:49:05 -05:00
probes.d Update copyright for 2024 2024-01-03 20:49:05 -05:00