postgresql/src/backend/access
Andres Freund 5764f611e1 Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Part of a series to remove SHM_QUEUE. ilist.h style lists are more widely used
and have an easier to use interface.

As PROC_QUEUE is now unused, remove it.

Reviewed-by: Thomas Munro <thomas.munro@gmail.com> (in an older version)
Discussion: https://postgr.es/m/20221120055930.t6kl3tyivzhlrzu2@awork3.anarazel.de
Discussion: https://postgr.es/m/20200211042229.msv23badgqljrdg2@alap3.anarazel.de
2023-01-18 11:41:14 -08:00
..
brin Update copyright for 2023 2023-01-02 15:00:37 -05:00
common New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
gin Update copyright for 2023 2023-01-02 15:00:37 -05:00
gist Add BufFileRead variants with short read and EOF detection 2023-01-16 11:01:31 +01:00
hash New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
heap Tighten up VACUUM's approach to setting VM bits. 2023-01-16 09:34:37 -08:00
index Update copyright for 2023 2023-01-02 15:00:37 -05:00
nbtree Update copyright for 2023 2023-01-02 15:00:37 -05:00
rmgrdesc Update copyright for 2023 2023-01-02 15:00:37 -05:00
spgist New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
table New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
tablesample Update copyright for 2023 2023-01-02 15:00:37 -05:00
transam Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks 2023-01-18 11:41:14 -08:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00