Commits

DateSubjectAuthorReleases
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-24 Teach expr_is_nonnullable() to handle more expression types Richard Guo 19 (unreleased)
2025-12-24 Optimize ROW(...) IS [NOT] NULL using non-nullable fields Richard Guo 19 (unreleased)
2025-12-24 Simplify COALESCE expressions using non-nullable arguments Richard Guo 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-29 Don't call simplify_aggref with a NULL PlannerInfo David Rowley 19 (unreleased)
2025-11-26 Have the planner replace COUNT(ANY) with COUNT(*), when possible David Rowley 19 (unreleased)
2025-11-23 Add SupportRequestInlineInFrom planner support request. Tom Lane 19 (unreleased)
2025-10-03 Add IGNORE NULLS/RESPECT NULLS option to Window functions. Tatsuo Ishii 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-12 Fix misuse of Relids for storing attribute numbers Richard Guo 19 (unreleased)
2025-07-22 Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 19 (unreleased)
2025-07-03 Simplify COALESCE() with one surviving argument. Tom Lane 19 (unreleased)
2025-04-04 Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate Alexander Korotkov 18.0
2025-04-04 Extract make_SAOP_expr() function from match_orclause_to_indexcol() Alexander Korotkov 18.0
2025-04-02 Change SQL-language functions to use the plan cache. Tom Lane 18.0
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 14.18
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 15.13
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 16.9
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 17.5
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 18.0