Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
include
/
commands
/
explain.h
Age
Commit message (
Expand
)
Author
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-03-18
Add some new hooks so extensions can add details to EXPLAIN.
Robert Haas
2025-03-18
Fix indentation again.
Robert Haas
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-02-28
Avoid including explain.h in explain_format.h and explain_dr.h
Robert Haas
2025-02-27
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-04-03
Invent SERIALIZE option for EXPLAIN.
Tom Lane
2024-03-10
Improve support for ExplainOneQuery() hook
Michael Paquier
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-04-06
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output,...
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-25
Clean up EXPLAIN's handling of per-worker details.
Tom Lane
2020-01-04
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.
Tom Lane
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-03
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-03-28
Add EXPLAIN support for JIT.
Andres Freund
2018-03-17
Add 'unit' parameter to ExplainProperty{Integer,Float}.
Andres Freund
2018-03-17
Make ExplainPropertyInteger accept 64bit input, remove *Long variant.
Andres Freund
2018-01-11
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-09-18
Make ExplainOpenGroup and ExplainCloseGroup public.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
[next]