summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
AgeCommit message (Expand)Author
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-09-23Add memory/disk usage for more executor nodes.Tatsuo Ishii
2024-09-17Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-09Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley
2024-07-08Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley
2024-07-05Fix newly introduced issue in EXPLAIN for Materialize nodesDavid Rowley
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-05-16Fix some inconsistencies in EXPLAIN outputDavid Rowley
2024-04-09Fix incorrect format placeholdersPeter Eisentraut
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-11Improve support for ExplainOneQuery() hookMichael Paquier
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2024-01-22Fix some typosMichael Paquier
2024-01-03Update copyright for 2024Bruce Momjian
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-06-28Remove dependency to query text in JumbleQuery()Michael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-01Remove dead NoMovementScanDirection codeDavid Rowley
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-26Make auto_explain print the query identifier in verbose modeMichael Paquier
2023-01-20Use appendStringInfoSpaces in more placesDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-04Fix formatting and comment typosJohn Naylor
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2022-05-18Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera
2022-05-18Make EXPLAIN MERGE output format more compactAlvaro Herrera
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-04-08Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-22Add compute_query_id = regressMichael Paquier