postgresql/src/include/commands
Tomas Vondra ea569d64ac Add SETTINGS option to EXPLAIN, to print modified settings.
Query planning is affected by a number of configuration options, and it
may be crucial to know which of those options were set to non-default
values.  With this patch you can say EXPLAIN (SETTINGS ON) to include
that information in the query plan.  Only options affecting planning,
with values different from the built-in default are printed.

This patch also adds auto_explain.log_settings option, providing the
same capability in auto_explain module.

Author: Tomas Vondra
Reviewed-by: Rafia Sabih, John Naylor
Discussion: https://postgr.es/m/e1791b4c-df9c-be02-edc5-7c8874944be0@2ndquadrant.com
2019-04-04 00:04:31 +02:00
..
alter.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
async.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
cluster.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
collationcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
comment.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
conversioncmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
copy.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
createas.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
dbcommands.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
dbcommands_xlog.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
defrem.h REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
discard.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
event_trigger.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
explain.h Add SETTINGS option to EXPLAIN, to print modified settings. 2019-04-04 00:04:31 +02:00
extension.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
lockcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
matview.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
policy.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
portalcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
prepare.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
proclang.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
progress.h Report progress of CREATE INDEX operations 2019-04-02 15:18:08 -03:00
publicationcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
schemacmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
seclabel.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
sequence.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
subscriptioncmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
tablecmds.h Support foreign keys that reference partitioned tables 2019-04-03 14:40:21 -03:00
tablespace.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
trigger.h Support foreign keys that reference partitioned tables 2019-04-03 14:40:21 -03:00
typecmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
user.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
vacuum.h Revise parse tree representation for VACUUM and ANALYZE. 2019-03-18 15:14:52 -04:00
variable.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
view.h Update copyright for 2019 2019-01-02 12:44:25 -05:00