aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAge
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera2022-05-18
* Make EXPLAIN MERGE output format more compactAlvaro Herrera2022-05-18
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier2022-04-08
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* JSON_TABLEAndrew Dunstan2022-04-04
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Add compute_query_id = regressMichael Paquier2022-02-22
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Use ExplainPropertyInteger for queryid in EXPLAINDavid Rowley2021-08-09
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-27
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao2021-05-12
* Adjust EXPLAIN output for parallel Result Cache plansDavid Rowley2021-04-30
* Fix wrong units in two ExplainPropertyFloat calls.Tom Lane2021-04-16
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier2020-12-30
* Fix broken XML formatting in EXPLAIN output for incremental sorts.Tom Lane2020-10-23
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-13
* Rework EXPLAIN for planner's buffer usage.Fujii Masao2020-08-21
* Fix bogus EXPLAIN output for Hash AggregateDavid Rowley2020-08-07
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* Make EXPLAIN ANALYZE of HashAgg more similar to Hash JoinDavid Rowley2020-07-29
* Fix whitespace in HashAgg EXPLAIN ANALYZEDavid Rowley2020-07-09
* Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley2020-07-01
* Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane2020-06-22
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Spelling adjustmentsPeter Eisentraut2020-06-09
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Rework EXPLAIN format for incremental sortTomas Vondra2020-05-12
* Fix typos and improve incremental sort commentsTomas Vondra2020-05-12
* Simplify show_incremental_sort_info a bitTomas Vondra2020-05-09
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05