aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAge
* Change internal queryid type from uint64 to int64David Rowley2025-05-30
* In ExecInitModifyTable, don't scribble on the source plan.Tom Lane2025-05-22
* Revert "Don't lock partitions pruned by initial pruning"Amit Langote2025-05-22
* Improve various new-to-v18 appendStringInfo callsDavid Rowley2025-04-11
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* Simplify EXPLAIN code for MemoizeDavid Rowley2025-03-21
* Ensure first ModifyTable rel initialized if all are prunedAmit Langote2025-03-19
* Add some new hooks so extensions can add details to EXPLAIN.Robert Haas2025-03-18
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* Improve EXPLAIN's display of window functions.Tom Lane2025-03-11
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan2025-03-05
* Show index search count in EXPLAIN ANALYZE.Peter Geoghegan2025-03-05
* Fix missing space in EXPLAIN ANALYZE output.Robert Haas2025-02-28
* Create explain_dr.c and move DestReceiver-related code there.Robert Haas2025-02-27
* Create explain_format.c and move relevant code there.Robert Haas2025-02-27
* EXPLAIN: Always use two fractional digits for row counts.Robert Haas2025-02-27
* Allow EXPLAIN to indicate fractional rows.Robert Haas2025-02-21
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Add information about WAL buffers being full to EXPLAIN (WAL)Michael Paquier2025-02-17
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley2024-12-11
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Unify repetitive error messagesÁlvaro Herrera2024-11-21
* 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