aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/explain.h
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-04
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-03
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-03
* Clean up EXPLAIN's handling of per-worker details.Tom Lane2020-01-25
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane2019-12-16
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Add EXPLAIN support for JIT.Andres Freund2018-03-28
* Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund2018-03-16
* Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund2018-03-16
* Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane2018-01-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane2017-09-18
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add location field to DefElemPeter Eisentraut2016-09-06
* Print a given subplan only once in EXPLAIN.Tom Lane2016-07-11
* Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane2016-06-29
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane2015-01-15
* Improve performance of EXPLAIN with large range tables.Tom Lane2015-01-15
* Update copyright for 2015Bruce Momjian2015-01-06
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-15
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-29
* Expose a routine to print triggers during EXPLAIN ANALYZEAlvaro Herrera2014-01-20
* Update copyright for 2014Bruce Momjian2014-01-07
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas2013-04-09
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07