Files
postgresql/src/backend
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
..
2019-04-03 15:02:33 -04:00
2019-03-31 18:37:57 -07:00
2019-01-02 12:44:25 -05:00
2019-04-03 15:02:33 -04:00
2019-03-30 08:15:57 +01:00
2018-06-25 12:37:18 +02:00
2019-02-03 12:47:26 +01:00
2019-04-03 15:02:33 -04:00
2019-03-30 08:15:57 +01:00
2019-01-02 12:44:25 -05:00
2018-03-30 17:33:04 -07:00
2018-06-25 12:37:18 +02:00