summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
AgeCommit message (Expand)Author
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao
2021-04-30Adjust EXPLAIN output for parallel Result Cache plansDavid Rowley
2021-04-16Fix wrong units in two ExplainPropertyFloat calls.Tom Lane
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-04-01Add Result Cache executor nodeDavid Rowley
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-10-23Fix broken XML formatting in EXPLAIN output for incremental sorts.Tom Lane
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
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