Re: RFC: extensible planner state
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-08T13:31:47Z
Lists: pgsql-hackers
On Tue, Oct 7, 2025 at 1:19 PM Robert Haas <robertmhaas@gmail.com> wrote: > On Mon, Sep 29, 2025 at 9:28 AM Robert Haas <robertmhaas@gmail.com> wrote: > > Oh, nice, thanks! I'm going to be on vacation the rest of this week so > > I plan to deal with this next week. However, if you feel like > > committing it before then, please feel free. > > I committed 0001 and 0002. That left three remaining patches. I merged > your (Tom's) comment changes into the first of those, and here's the > result of that. And committed. Thanks to all, and especially to Tom, for the reviews. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Add extension_state member to PlannedStmt.
- 4685977cc51c 19 (unreleased) landed
-
Add planner_setup_hook and planner_shutdown_hook.
- 94f3ad3961a2 19 (unreleased) landed
-
Add ExplainState argument to pg_plan_query() and planner().
- c83ac02ec730 19 (unreleased) landed
-
Remove PlannerInfo's join_search_private method.
- 64095d157482 19 (unreleased) landed
-
Allow private state in certain planner data structures.
- 0132dddab33a 19 (unreleased) landed
-
Fix array allocation bugs in SetExplainExtensionState.
- 694057d236b1 18.1 landed
- 803ef0ed49ee 19 (unreleased) landed
-
Make it possible for loadable modules to add EXPLAIN options.
- c65bc2e1d14a 18.0 cited