Commits

DateSubjectAuthorReleases
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 19 (unreleased)
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 16 (unreleased)
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 15 (unreleased)
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 14 (unreleased)
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 17 (unreleased)
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 18 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 15 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 14 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 16 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 17 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 18 (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 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 16.12
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 17.8
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 18.2
2026-01-26 Remove deduplication logic from find_window_functions David Rowley 19 (unreleased)