Commits

DateSubjectAuthorReleases
2026-04-15 Fix var_is_nonnullable() to handle invalid NOT NULL constraints Richard Guo 19 (unreleased)
2026-03-12 Convert NOT IN sublinks to anti-joins when safe Richard Guo 19 (unreleased)
2026-01-19 Fix unsafe pushdown of quals referencing grouping Vars Richard Guo 18.2
2026-01-19 Fix unsafe pushdown of quals referencing grouping Vars Richard Guo 19 (unreleased)
2026-01-07 Fix buggy interaction between array subscripts and subplan params Andres Freund 18.2
2026-01-07 Fix buggy interaction between array subscripts and subplan params Andres Freund 19 (unreleased)
2025-12-05 Don't reset the pathlist of partitioned joinrels. Robert Haas 19 (unreleased)
2025-09-16 Treat JsonConstructorExpr as non-strict Richard Guo 16.11
2025-09-16 Treat JsonConstructorExpr as non-strict Richard Guo 17.7
2025-09-16 Treat JsonConstructorExpr as non-strict Richard Guo 18.0
2025-09-16 Treat JsonConstructorExpr as non-strict Richard Guo 19 (unreleased)
2025-09-03 Fix planner error when estimating SubPlan cost Richard Guo 17.7
2025-09-03 Fix planner error when estimating SubPlan cost Richard Guo 18.0
2025-09-03 Fix planner error when estimating SubPlan cost Richard Guo 19 (unreleased)
2025-08-19 Pathify RHS unique-ification for semijoin planning Richard Guo 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
2025-04-04 Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate Alexander Korotkov 18.0
2024-12-19 Improve planner's handling of SetOp plans. Tom Lane 18.0
2024-12-17 Avoid unnecessary wrapping for more complex expressions Richard Guo 18.0
2024-12-11 Enable BUFFERS with EXPLAIN ANALYZE by default David Rowley 18.0
2024-12-09 Avoid unnecessary wrapping for Vars and PHVs Richard Guo 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