postgresql/src/include/commands
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
..
alter.h
async.h Send NOTIFY signals during CommitTransaction. 2021-09-14 17:18:25 -04:00
cluster.h Add support for SET ACCESS METHOD in ALTER TABLE 2021-07-28 10:10:44 +09:00
collationcmds.h
comment.h
conversioncmds.h
copy.h
copyfrom_internal.h
createas.h
dbcommands_xlog.h
dbcommands.h
defrem.h Improve reporting of "conflicting or redundant options" errors. 2021-07-15 08:49:45 +01:00
discard.h
event_trigger.h Add support for SET ACCESS METHOD in ALTER TABLE 2021-07-28 10:10:44 +09:00
explain.h
extension.h
lockcmds.h
matview.h
policy.h
portalcmds.h
prepare.h
proclang.h
progress.h
publicationcmds.h Allow publishing the tables of schema. 2021-10-27 07:44:52 +05:30
schemacmds.h
seclabel.h
sequence.h
subscriptioncmds.h Fix failure of some headers to compile "standalone". 2021-07-24 11:34:33 -04:00
tablecmds.h Fix toast rewrites in logical decoding. 2021-08-25 09:53:07 +05:30
tablespace.h
trigger.h Preserve firing-on state when cloning row triggers to partitions 2021-07-16 13:01:43 -04:00
typecmds.h Improve reporting of "conflicting or redundant options" errors. 2021-07-15 08:49:45 +01:00
user.h Improve reporting of "conflicting or redundant options" errors. 2021-07-15 08:49:45 +01:00
vacuum.h Move index vacuum routines to vacuum.c. 2021-12-22 07:55:14 +05:30
variable.h
view.h