postgresql/src/include/commands
Michael Paquier 9ebe0572ce Refactor cluster_rel() to handle more options
This extends cluster_rel() in such a way that more options can be added
in the future, which will reduce the amount of chunk code for an
upcoming SKIP_LOCKED aimed for VACUUM.  As VACUUM FULL is a different
flavor of CLUSTER, we want to make that extensible to ease integration.

This only reworks the API and its callers, without providing anything
user-facing.  Two options are present now: verbose mode and relation
recheck when doing the cluster command work across multiple
transactions.  This could be used as well as a base to extend the
grammar of CLUSTER later on.

Author: Michael Paquier
Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/20180723031058.GE2854@paquier.xyz
2018-07-24 11:37:32 +09:00
..
alter.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
async.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
cluster.h Refactor cluster_rel() to handle more options 2018-07-24 11:37:32 +09:00
collationcmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
comment.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
conversioncmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
copy.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
createas.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
dbcommands.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
dbcommands_xlog.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
defrem.h Add UtilityReturnsTuples() support for CALL 2018-07-09 13:58:08 +02:00
discard.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
event_trigger.h Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00
explain.h Add EXPLAIN support for JIT. 2018-03-28 13:26:51 -07:00
extension.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
lockcmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
matview.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
policy.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
portalcmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
prepare.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
proclang.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
progress.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
publicationcmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
schemacmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
seclabel.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
sequence.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
subscriptioncmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
tablecmds.h Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
tablespace.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
trigger.h Allow using the updated tuple while moving it to a different partition. 2018-07-12 12:51:39 +05:30
typecmds.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
user.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
vacuum.h When updating reltuples after ANALYZE, just extrapolate from our sample. 2018-03-13 13:24:27 -04:00
variable.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
view.h Update copyright for 2018 2018-01-02 23:30:12 -05:00