postgresql/src/backend/access
Amit Kapila cc8b25712b Move index vacuum routines to vacuum.c.
An upcoming patch moves parallel vacuum code out of vacuumlazy.c. This
code restructuring will allow both lazy vacuum and parallel vacuum to use
index vacuum functions.

Author: Masahiko Sawada
Reviewed-by: Hou Zhijie, Amit Kapila
Discussion: https://www.postgresql.org/message-id/20211030212101.ae3qcouatwmy7tbr%40alap3.anarazel.de
2021-12-22 07:55:14 +05:30
..
brin Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
common Fix corruption of toast indexes with REINDEX CONCURRENTLY 2021-12-08 11:01:08 +09:00
gin Standardize cleanup lock terminology. 2021-12-08 17:24:45 -08:00
gist Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
hash Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
heap Move index vacuum routines to vacuum.c. 2021-12-22 07:55:14 +05:30
index Add hardening to catch invalid TIDs in indexes. 2021-11-04 19:54:05 -07:00
nbtree Standardize cleanup lock terminology. 2021-12-08 17:24:45 -08:00
rmgrdesc Improve description of some WAL records with transaction commands 2021-12-13 11:02:47 +09:00
spgist Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
table Fix some typos with {a,an} 2021-12-09 15:20:36 +09:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Change ProcSendSignal() to take pgprocno. 2021-12-16 15:56:03 +13:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00