index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Age
Commit message (
Expand
)
Author
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-23
Add memory/disk usage for more executor nodes.
Tatsuo Ishii
2024-09-17
Add memory/disk usage for Window aggregate nodes in EXPLAIN.
Tatsuo Ishii
2024-09-12
Adjust tuplestore stats API
David Rowley
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-09
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-08
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-05
Fix newly introduced issue in EXPLAIN for Materialize nodes
David Rowley
2024-07-05
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-05-16
Fix some inconsistencies in EXPLAIN output
David Rowley
2024-04-09
Fix incorrect format placeholders
Peter Eisentraut
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-03
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-11
Improve support for ExplainOneQuery() hook
Michael Paquier
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-22
Fix some typos
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
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-09-08
Add JIT deform_counter
Daniel Gustafsson
2023-06-28
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-01
Remove dead NoMovementScanDirection code
David Rowley
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-26
Make auto_explain print the query identifier in verbose mode
Michael Paquier
2023-01-20
Use appendStringInfoSpaces in more places
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-04
Fix formatting and comment typos
John Naylor
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-05-18
Fix EXPLAIN MERGE output when no tuples are processed
Alvaro Herrera
2022-05-18
Make EXPLAIN MERGE output format more compact
Alvaro Herrera
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-02-22
Add compute_query_id = regress
Michael Paquier
[next]