Commits

DateSubjectAuthorReleases
2025-12-02 Remove useless casting to same type Peter Eisentraut 19 (unreleased)
2025-10-21 Fix pushdown of degenerate HAVING clauses Richard Guo 18.1
2025-10-21 Fix pushdown of degenerate HAVING clauses Richard Guo 19 (unreleased)
2025-10-16 Remove partColsUpdated. Nathan Bossart 19 (unreleased)
2025-10-08 Add planner_setup_hook and planner_shutdown_hook. Robert Haas 19 (unreleased)
2025-10-08 Add ExplainState argument to pg_plan_query() and planner(). Robert Haas 19 (unreleased)
2025-10-08 Implement Eager Aggregation Richard Guo 19 (unreleased)
2025-10-07 Remove PlannerInfo's join_search_private method. Robert Haas 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-08-29 Fix semijoin unique-ification for child relations Richard Guo 19 (unreleased)
2025-08-28 Fix "variable not found in subplan target lists" in semijoin de-duplication. Tom Lane 19 (unreleased)
2025-08-19 Pathify RHS unique-ification for semijoin planning Richard Guo 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. Tom Lane 19 (unreleased)
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 13.22
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 14.19
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 15.14
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 16.10
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 17.6
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 18.0
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 19 (unreleased)
2025-07-31 Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt Michael Paquier 19 (unreleased)
2025-07-24 Introduce field tracking cached plan type in PlannedStmt Michael Paquier 19 (unreleased)
2025-07-22 Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 19 (unreleased)
2025-07-22 Centralize collection of catalog info needed early in the planner Richard Guo 19 (unreleased)
2025-07-22 Expand virtual generated columns before sublink pull-up Richard Guo 19 (unreleased)