Commits

DateSubjectAuthorReleases
2025-09-16 Provide more-specific error details/hints for function lookup failures. Tom Lane 19 (unreleased)
2025-07-03 Simplify COALESCE() with one surviving argument. Tom Lane 19 (unreleased)
2025-04-04 Stabilize regression test from c0962a113. Tom Lane 18.0
2024-12-19 Improve planner's handling of SetOp plans. Tom Lane 18.0
2024-12-19 Convert SetOp to read its inputs as outerPlan and innerPlan. Tom Lane 18.0
2024-11-30 Avoid mislabeling of lateral references, redux. Tom Lane 16.7
2024-11-30 Avoid mislabeling of lateral references, redux. Tom Lane 17.3
2024-11-30 Avoid mislabeling of lateral references, redux. Tom Lane 18.0
2024-11-28 Avoid mislabeling of lateral references when pulling up a subquery. Tom Lane 16.7
2024-11-28 Avoid mislabeling of lateral references when pulling up a subquery. Tom Lane 17.3
2024-11-28 Avoid mislabeling of lateral references when pulling up a subquery. Tom Lane 18.0
2024-08-30 Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. Tom Lane 17.0
2024-08-30 Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. Tom Lane 16.5
2024-08-30 Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. Tom Lane 18.0
2024-03-29 Try to stabilize flappy test result. Tom Lane 17.0
2024-03-19 Improve EXPLAIN's display of SubPlan nodes and output parameters. Tom Lane 17.0
2022-11-17 Improve ruleutils' printout of LATERAL references within subplans. Tom Lane 16.0
2022-01-16 Teach hash_ok_operator() that record_eq is only sometimes hashable. Tom Lane 15.0
2022-01-16 Teach hash_ok_operator() that record_eq is only sometimes hashable. Tom Lane 14.2
2021-09-14 Fix planner error with multiple copies of an AlternativeSubPlan. Tom Lane 15.0
2021-09-14 Fix planner error with multiple copies of an AlternativeSubPlan. Tom Lane 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 10.15
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 13.0
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 11.10