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