Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 19 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 19 (unreleased)
2026-05-01 Fix JSON_ARRAY(query) empty set handling and view deparsing Richard Guo 19 (unreleased)
2026-04-15 Fix var_is_nonnullable() to handle invalid NOT NULL constraints Richard Guo 19 (unreleased)
2026-04-10 Fix var_is_nonnullable() to account for varreturningtype Richard Guo 19 (unreleased)
2026-03-12 Extend DomainHasConstraints() to optionally check constraint volatility Andrew Dunstan 19 (unreleased)
2026-03-12 Convert NOT IN sublinks to anti-joins when safe Richard Guo 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-02-10 Teach planner to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest Richard Guo 19 (unreleased)
2026-02-10 Optimize BooleanTest with non-nullable input Richard Guo 19 (unreleased)
2026-02-10 Optimize IS DISTINCT FROM with non-nullable inputs Richard Guo 19 (unreleased)
2026-01-26 Remove deduplication logic from find_window_functions David Rowley 19 (unreleased)
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 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)