| Commit message (Expand) | Author | Age |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Add the option to report WAL usage in EXPLAIN and auto_explain. | Amit Kapila | 2020-04-06 |
* | Include information on buffer usage during planning phase, in EXPLAIN output,... | Fujii Masao | 2020-04-04 |
* | 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-04-03 |
* | Clean up EXPLAIN's handling of per-worker details. | Tom Lane | 2020-01-25 |
* | Make better use of ParseState in ProcessUtility | Peter Eisentraut | 2020-01-04 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE. | Tom Lane | 2019-12-16 |
* | Fix inconsistencies and typos in the tree, take 11 | Michael Paquier | 2019-08-19 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Add SETTINGS option to EXPLAIN, to print modified settings. | Tomas Vondra | 2019-04-04 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Fix issues around EXPLAIN with JIT. | Andres Freund | 2018-10-03 |
* | Collect JIT instrumentation from workers. | Andres Freund | 2018-09-25 |
* | Add EXPLAIN support for JIT. | Andres Freund | 2018-03-28 |
* | Add 'unit' parameter to ExplainProperty{Integer,Float}. | Andres Freund | 2018-03-16 |
* | Make ExplainPropertyInteger accept 64bit input, remove *Long variant. | Andres Freund | 2018-03-16 |
* | Add QueryEnvironment to ExplainOneQuery_hook's parameter list. | Tom Lane | 2018-01-11 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Make ExplainOpenGroup and ExplainCloseGroup public. | Tom Lane | 2017-09-18 |
* | 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-06-21 |
* | Post-PG 10 beta1 pgindent run | Bruce Momjian | 2017-05-17 |
* | Add infrastructure to support EphemeralNamedRelation references. | Kevin Grittner | 2017-03-31 |
* | Change representation of statement lists, and add statement location info. | Tom Lane | 2017-01-14 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Add location field to DefElem | Peter Eisentraut | 2016-09-06 |
* | Print a given subplan only once in EXPLAIN. | Tom Lane | 2016-07-11 |
* | Fix some infelicities in EXPLAIN output for parallel query plans. | Tom Lane | 2016-06-29 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund | 2015-05-16 |
* | 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-15 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. | Tom Lane | 2014-10-15 |
* | Include planning time in EXPLAIN ANALYZE output. | Robert Haas | 2014-01-29 |
* | Expose a routine to print triggers during EXPLAIN ANALYZE | Alvaro Herrera | 2014-01-20 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Clean up the mess around EXPLAIN and materialized views. | Tom Lane | 2013-04-12 |
* | Adjust ExplainOneQuery_hook_type to take a DestReceiver argument. | Robert Haas | 2013-04-09 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Improve ruleutils.c's heuristics for dealing with rangetable aliases. | Tom Lane | 2012-09-21 |
* | Split heapam_xlog.h from heapam.h | Alvaro Herrera | 2012-08-28 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane | 2012-03-19 |
* | Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. | Robert Haas | 2012-02-07 |