Commits

DateSubjectAuthorReleases
2026-04-07 Add EXPLAIN (IO) instrumentation for SeqScan Tomas Vondra 19 (unreleased)
2026-04-07 Switch EXPLAIN to unaligned output for json/xml/yaml Tomas Vondra 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2025-03-31 Fix failing regression test on x86-32 machines David Rowley 18.0
2025-03-11 Improve EXPLAIN's display of window functions. Tom Lane 18.0
2025-02-27 EXPLAIN: Always use two fractional digits for row counts. Robert Haas 18.0
2025-02-22 Adjust EXPLAIN test case to filter out "Actual Rows" values. Robert Haas 18.0
2025-02-21 Allow EXPLAIN to indicate fractional rows. Robert Haas 18.0
2024-12-11 Enable BUFFERS with EXPLAIN ANALYZE by default David Rowley 18.0
2024-10-28 Set query ID for inner queries of CREATE TABLE AS and DECLARE Michael Paquier 18.0
2024-10-11 Adjust EXPLAIN's output for disabled nodes David Rowley 18.0
2024-09-17 Add memory/disk usage for Window aggregate nodes in EXPLAIN. Tatsuo Ishii 18.0
2024-05-16 Fix some inconsistencies in EXPLAIN output David Rowley 17.0
2024-04-03 Invent SERIALIZE option for EXPLAIN. Tom Lane 17.0
2024-01-29 Add EXPLAIN (MEMORY) to report planner memory consumption Alvaro Herrera 17.0
2023-10-19 Add local_blk_{read|write}_time I/O timing statistics for local blocks Michael Paquier 17.0
2023-10-19 Rename I/O timing statistics columns to shared_blk_{read|write}_time Michael Paquier 17.0
2023-03-24 Invent GENERIC_PLAN option for EXPLAIN. Tom Lane 16.0
2022-04-08 Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) Michael Paquier 15.0
2022-03-12 Force track_io_timing off in explain.sql to avoid failures when enabled. Andres Freund 15.0
2021-07-27 Stabilize output of new regression test. Tom Lane 15.0
2021-07-27 Use the "pg_temp" schema alias in EXPLAIN and related output. Tom Lane 15.0
2021-04-07 Fix regression test failure caused by commit 4f0b0966c8 Bruce Momjian 14.0
2021-04-07 Make use of in-core query id added by commit 5fd9dfa5f5 Bruce Momjian 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0