Commits

DateSubjectAuthorReleases
2025-10-08 Add ExplainState argument to pg_plan_query() and planner(). Robert Haas 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2025-03-18 Add some new hooks so extensions can add details to EXPLAIN. Robert Haas 18.0
2025-03-18 Make it possible for loadable modules to add EXPLAIN options. Robert Haas 18.0
2025-02-28 Fix missing space in EXPLAIN ANALYZE output. Robert Haas 18.0
2025-02-27 Create explain_dr.c and move DestReceiver-related code there. Robert Haas 18.0
2025-02-27 Create explain_format.c and move relevant code there. Robert Haas 18.0
2025-02-27 EXPLAIN: Always use two fractional digits for row counts. Robert Haas 18.0
2025-02-21 Allow EXPLAIN to indicate fractional rows. Robert Haas 18.0
2024-08-21 Show number of disabled nodes in EXPLAIN ANALYZE output. Robert Haas 18.0
2018-02-08 Avoid listing the same ResultRelInfo in more than one EState list. Robert Haas 11.0
2017-11-16 Pass InitPlan values to workers via Gather (Merge). Robert Haas 11.0
2017-10-05 Allow DML commands that create tables to use parallel query. Robert Haas 11.0
2017-08-29 Propagate sort instrumentation from workers back to leader. Robert Haas 11.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 10.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 11.0
2017-03-23 Allow for parallel execution whenever ExecutorRun() is done only once. Robert Haas 10.0
2017-03-09 Add a Gather Merge executor node. Robert Haas 10.0
2016-04-15 Tweak EXPLAIN for parallel query to show workers launched. Robert Haas 9.6.0
2016-03-29 Rework custom scans to work more like the new extensible node stuff. Robert Haas 9.6.0
2016-03-18 Directly modify foreign tables. Robert Haas 9.6.0
2016-03-14 Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan. Robert Haas 9.6.0
2016-02-07 Introduce a new GUC force_parallel_mode for testing purposes. Robert Haas 9.6.0
2016-01-20 Support multi-stage aggregation. Robert Haas 9.6.0