index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
explain.out
Age
Commit message (
Expand
)
Author
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-03-31
Fix failing regression test on x86-32 machines
David Rowley
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025-02-22
Adjust EXPLAIN test case to filter out "Actual Rows" values.
Robert Haas
2025-02-21
Allow EXPLAIN to indicate fractional rows.
Robert Haas
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-09-17
Add memory/disk usage for Window aggregate nodes in EXPLAIN.
Tatsuo Ishii
2024-05-16
Fix some inconsistencies in EXPLAIN output
David Rowley
2024-04-03
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-03-12
Force track_io_timing off in explain.sql to avoid failures when enabled.
Andres Freund
2021-07-27
Stabilize output of new regression test.
Tom Lane
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-04-07
Fix regression test failure caused by commit 4f0b0966c8
Bruce Momjian
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-15
Drop SERIALIZABLE workaround from parallel query tests.
Thomas Munro
2020-08-21
Fix explain regression test failure.
Fujii Masao
2020-08-21
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-03
Improve stability of explain regression test.
Fujii Masao
2020-04-03
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-01-26
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-25
Clean up EXPLAIN's handling of per-worker details.
Tom Lane