aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAge
* Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier2024-10-28
* Adjust EXPLAIN's output for disabled nodesDavid Rowley2024-10-11
* Add memory/disk usage for more executor nodes.Tatsuo Ishii2024-09-23
* Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii2024-09-17
* Adjust tuplestore stats APIDavid Rowley2024-09-12
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21
* Use PqMsg_* macros in more places.Nathan Bossart2024-07-17
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley2024-07-08
* Fix newly introduced issue in EXPLAIN for Materialize nodesDavid Rowley2024-07-05
* Add memory/disk usage for Material nodes in EXPLAINDavid Rowley2024-07-05
* Support "Right Semi Join" plan shapesRichard Guo2024-07-05
* Fix some inconsistencies in EXPLAIN outputDavid Rowley2024-05-16
* Fix incorrect format placeholdersPeter Eisentraut2024-04-09
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Invent SERIALIZE option for EXPLAIN.Tom Lane2024-04-03
* Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane2024-03-19
* Improve support for ExplainOneQuery() hookMichael Paquier2024-03-11
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera2024-01-29
* Fix some typosMichael Paquier2024-01-22
* Update copyright for 2024Bruce Momjian2024-01-03
* Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* Add JIT deform_counterDaniel Gustafsson2023-09-08
* Remove dependency to query text in JumbleQuery()Michael Paquier2023-06-28
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-05
* Simplify useless 0L constantsPeter Eisentraut2023-03-29
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* Remove dead NoMovementScanDirection codeDavid Rowley2023-02-01
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Make auto_explain print the query identifier in verbose modeMichael Paquier2023-01-26
* Use appendStringInfoSpaces in more placesDavid Rowley2023-01-20
* Update copyright for 2023Bruce Momjian2023-01-02
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Fix formatting and comment typosJohn Naylor2022-08-04
* autho_explain: Add GUC to log query parametersMichael Paquier2022-07-06
* 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