Commits

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

DateSubjectAuthorReleases
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 16 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 16 (unreleased)
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 16.12
2025-09-16 Treat JsonConstructorExpr as non-strict Richard Guo 16.11
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 16.9
2024-10-20 SQL/JSON: Fix some oversights in commit b6e1157e7 Amit Langote 16.5
2024-04-15 Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane 16.3
2024-03-12 Fix confusion about the return rowtype of SQL-language procedures. Tom Lane 16.3
2024-03-11 Backpatch missing check_stack_depth() to some recursive functions Alexander Korotkov 16.3
2024-03-06 Fix type-checking of RECORD-returning functions in FROM. Tom Lane 16.3
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 16.2
2023-11-09 Fix computation of varnullingrels when const-folding field selection. Tom Lane 16.2
2023-07-21 Don't include CaseTestExpr in JsonValueExpr.formatted_expr Amit Langote 16.0
2023-05-17 Add back SQLValueFunction for SQL keywords Michael Paquier 16.0
2023-05-08 Handle RLS dependencies in inlined set-returning functions properly. Tom Lane 16.0
2023-03-29 SQL/JSON: add standard JSON constructor functions Alvaro Herrera 16.0
2023-03-25 Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-21 Replace SQLValueFunction by COERCE_SQL_SYNTAX Michael Paquier 16.0
2022-11-16 Invent "multibitmapsets", and use them to speed up antijoin detection. Tom Lane 16.0
2022-11-13 Refactor aclcheck functions Peter Eisentraut 16.0
2022-11-05 Handle SubPlan cases in find_nonnullable_rels/vars. Tom Lane 16.0
2022-10-05 Rename shadowed local variables David Rowley 16.0
2022-09-14 Fix outdated convert_saop_to_hashed_saop comment David Rowley 16.0