| Commit message (Expand) | Author | Age |
* | Minor improvements in Incremental Sort explain | Tomas Vondra | 2020-04-07 |
* | Fix representation of SORT_TYPE_STILL_IN_PROGRESS. | Tom Lane | 2020-04-06 |
* | Use INT64_FORMAT when formatting int64 values in explain | Tomas Vondra | 2020-04-07 |
* | Fix show_incremental_sort_info with force_parallel_mode | Tomas Vondra | 2020-04-06 |
* | Implement Incremental Sort | Tomas Vondra | 2020-04-06 |
* | 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 |
* | Allow the planner-related functions and hook to accept the query string. | Fujii Masao | 2020-03-30 |
* | Fixes for Disk-based Hash Aggregation. | Jeff Davis | 2020-03-23 |
* | Disk-based Hash Aggregation. | Jeff Davis | 2020-03-18 |
* | Fix handling of "Subplans Removed" field in EXPLAIN output. | Tom Lane | 2020-02-04 |
* | Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields. | Tom Lane | 2020-01-26 |
* | 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 |
* | Further adjust EXPLAIN's choices of table alias names. | Tom Lane | 2019-12-11 |
* | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 2019-07-15 |
* | Use appendStringInfoString and appendPQExpBufferStr where possible | David Rowley | 2019-07-04 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Initial pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Add SETTINGS option to EXPLAIN, to print modified settings. | Tomas Vondra | 2019-04-04 |
* | Refactor planner's header files. | Tom Lane | 2019-01-29 |
* | Make some small planner API cleanups. | Tom Lane | 2019-01-29 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Make type "name" collation-aware. | Tom Lane | 2018-12-19 |
* | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 2018-11-20 |
* | Introduce notion of different types of slots (without implementing them). | Andres Freund | 2018-11-15 |
* | Fix issues around EXPLAIN with JIT. | Andres Freund | 2018-10-03 |
* | Collect JIT instrumentation from workers. | Andres Freund | 2018-09-25 |
* | Make EXPLAIN output for JIT compilation more dense. | Andres Freund | 2018-09-24 |
* | Fix misc typos, mostly in comments. | Heikki Linnakangas | 2018-07-18 |
* | Clean up warnings from -Wimplicit-fallthrough. | Tom Lane | 2018-05-01 |
* | Revert MERGE patch | Simon Riggs | 2018-04-12 |
* | Fix IndexOnlyScan counter for heap fetches in parallel mode | Alvaro Herrera | 2018-04-10 |
* | Support partition pruning at execution time | Alvaro Herrera | 2018-04-07 |
* | MERGE SQL Command following SQL:2016 | Simon Riggs | 2018-04-03 |
* | Revert "Modified files for MERGE" | Simon Riggs | 2018-04-02 |
* | Modified files for MERGE | Simon Riggs | 2018-04-02 |
* | 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 |
* | Fix more format truncation issues | Peter Eisentraut | 2018-03-15 |
* | Avoid listing the same ResultRelInfo in more than one EState list. | Robert Haas | 2018-02-08 |
* | Add QueryEnvironment to ExplainOneQuery_hook's parameter list. | Tom Lane | 2018-01-11 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Fix EXPLAIN ANALYZE output for Parallel Hash. | Andres Freund | 2018-01-01 |
* | Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. | Andres Freund | 2017-12-05 |