Age | Commit message (Expand) | Author |
2023-03-24 | Invent GENERIC_PLAN option for EXPLAIN. | Tom Lane |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-07-06 | autho_explain: Add GUC to log query parameters | Michael Paquier |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-04-06 | Add the option to report WAL usage in EXPLAIN and auto_explain. | Amit Kapila |
2020-04-03 | Include information on buffer usage during planning phase, in EXPLAIN output,... | Fujii Masao |
2020-04-03 | Revert "Include information on buffer usage during planning phase, in EXPLAIN... | Fujii Masao |
2020-04-03 | Include information on buffer usage during planning phase, in EXPLAIN output. | Fujii Masao |
2020-01-25 | Clean up EXPLAIN's handling of per-worker details. | Tom Lane |
2020-01-04 | Make better use of ParseState in ProcessUtility | Peter Eisentraut |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-12-17 | Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE. | Tom Lane |
2019-08-19 | Fix inconsistencies and typos in the tree, take 11 | Michael Paquier |
2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
2019-04-03 | Add SETTINGS option to EXPLAIN, to print modified settings. | Tomas Vondra |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-10-03 | Fix issues around EXPLAIN with JIT. | Andres Freund |
2018-09-25 | Collect JIT instrumentation from workers. | Andres Freund |
2018-03-28 | Add EXPLAIN support for JIT. | Andres Freund |
2018-03-17 | Add 'unit' parameter to ExplainProperty{Integer,Float}. | Andres Freund |
2018-03-17 | Make ExplainPropertyInteger accept 64bit input, remove *Long variant. | Andres Freund |
2018-01-11 | Add QueryEnvironment to ExplainOneQuery_hook's parameter list. | Tom Lane |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-09-18 | Make ExplainOpenGroup and ExplainCloseGroup public. | Tom Lane |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane |
2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
2017-04-01 | Add infrastructure to support EphemeralNamedRelation references. | Kevin Grittner |
2017-01-14 | Change representation of statement lists, and add statement location info. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-09-06 | Add location field to DefElem | Peter Eisentraut |
2016-07-11 | Print a given subplan only once in EXPLAIN. | Tom Lane |
2016-06-29 | Fix some infelicities in EXPLAIN output for parallel query plans. | Tom Lane |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
2015-05-16 | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund |
2015-01-15 | Rearrange explain.c's API so callers need not embed sizeof(ExplainState). | Tom Lane |
2015-01-15 | Improve performance of EXPLAIN with large range tables. | Tom Lane |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-10-15 | Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. | Tom Lane |
2014-01-29 | Include planning time in EXPLAIN ANALYZE output. | Robert Haas |
2014-01-20 | Expose a routine to print triggers during EXPLAIN ANALYZE | Alvaro Herrera |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-04-12 | Clean up the mess around EXPLAIN and materialized views. | Tom Lane |
2013-04-09 | Adjust ExplainOneQuery_hook_type to take a DestReceiver argument. | Robert Haas |
2013-03-04 | Add a materialized view relations. | Kevin Grittner |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-09-21 | Improve ruleutils.c's heuristics for dealing with rangetable aliases. | Tom Lane |