Commits

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

DateSubjectAuthorReleases
2026-06-18 Silence "may be used uninitialized" compiler warning. Nathan Bossart 15 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 15 (unreleased)
2025-04-01 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs David Rowley 15.13
2024-04-15 Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane 15.7
2024-03-12 Fix confusion about the return rowtype of SQL-language procedures. Tom Lane 15.7
2024-03-11 Backpatch missing check_stack_depth() to some recursive functions Alexander Korotkov 15.7
2024-03-06 Fix type-checking of RECORD-returning functions in FROM. Tom Lane 15.7
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 15.6
2023-05-08 Handle RLS dependencies in inlined set-returning functions properly. Tom Lane 15.3
2022-09-14 Fix outdated convert_saop_to_hashed_saop comment David Rowley 15.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-03-29 SQL/JSON query functions Andrew Dunstan 15.0
2022-03-27 SQL/JSON constructors Andrew Dunstan 15.0
2022-03-27 Common SQL/JSON clauses Andrew Dunstan 15.0
2022-03-22 Revert "Common SQL/JSON clauses" Andrew Dunstan 15.0
2022-03-22 Common SQL/JSON clauses Andrew Dunstan 15.0
2022-03-04 Parse/analyze function renaming Peter Eisentraut 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-24 Flush Memoize cache when non-key parameters change, take 2 David Rowley 15.0
2021-11-24 Revert "Flush Memoize cache when non-key parameters change" David Rowley 15.0
2021-11-24 Flush Memoize cache when non-key parameters change David Rowley 15.0
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 15.0
2021-08-31 Fix missed lock acquisition while inlining new-style SQL functions. Tom Lane 15.0
2021-07-14 Copy a Param's location field when replacing it with a Const. Tom Lane 15.0