summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
AgeCommit message (Expand)Author
2020-10-23Fix broken XML formatting in EXPLAIN output for incremental sorts.Tom Lane
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-08-07Fix bogus EXPLAIN output for Hash AggregateDavid Rowley
2020-08-02Use int64 instead of long in incremental sort codeDavid Rowley
2020-07-29Make EXPLAIN ANALYZE of HashAgg more similar to Hash JoinDavid Rowley
2020-07-09Fix whitespace in HashAgg EXPLAIN ANALYZEDavid Rowley
2020-07-01Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley
2020-06-22Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane
2020-06-19Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley
2020-06-09Spelling adjustmentsPeter Eisentraut
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-12Rework EXPLAIN format for incremental sortTomas Vondra
2020-05-12Fix typos and improve incremental sort commentsTomas Vondra
2020-05-09Simplify show_incremental_sort_info a bitTomas Vondra
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-07Minor improvements in Incremental Sort explainTomas Vondra
2020-04-06Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-07Use INT64_FORMAT when formatting int64 values in explainTomas Vondra
2020-04-06Fix show_incremental_sort_info with force_parallel_modeTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-04Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-23Fixes for Disk-based Hash Aggregation.Jeff Davis
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-02-04Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane
2020-01-26Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane
2020-01-25Clean up EXPLAIN's handling of per-worker details.Tom Lane
2020-01-04Make better use of ParseState in ProcessUtilityPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-16Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-04Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-19Make type "name" collation-aware.Tom Lane
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-15Introduce notion of different types of slots (without implementing them).Andres Freund
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-09-25Collect JIT instrumentation from workers.Andres Freund