summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/explain.out
AgeCommit message (Expand)Author
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-03-31Fix failing regression test on x86-32 machinesDavid Rowley
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-22Adjust EXPLAIN test case to filter out "Actual Rows" values.Robert Haas
2025-02-21Allow EXPLAIN to indicate fractional rows.Robert Haas
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
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-17Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii
2024-05-16Fix some inconsistencies in EXPLAIN outputDavid Rowley
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
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-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-03-12Force track_io_timing off in explain.sql to avoid failures when enabled.Andres Freund
2021-07-27Stabilize output of new regression test.Tom Lane
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-04-07Fix regression test failure caused by commit 4f0b0966c8Bruce Momjian
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-15Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro
2020-08-21Fix explain regression test failure.Fujii Masao
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Improve stability of explain regression test.Fujii Masao
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-01-26Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane
2020-01-25Clean up EXPLAIN's handling of per-worker details.Tom Lane