Commits

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

DateSubjectAuthorReleases
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 14 (unreleased)
2024-04-15 Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane 14.12
2024-03-12 Fix confusion about the return rowtype of SQL-language procedures. Tom Lane 14.12
2024-03-06 Fix type-checking of RECORD-returning functions in FROM. Tom Lane 14.12
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 14.11
2023-05-08 Handle RLS dependencies in inlined set-returning functions properly. Tom Lane 14.8
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 14.1
2021-08-31 Fix missed lock acquisition while inlining new-style SQL functions. Tom Lane 14.0
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2021-05-25 Fix use of uninitialized variable in inline_function(). Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-15 Undo decision to allow pg_proc.prosrc to be NULL. Tom Lane 14.0
2021-01-28 Silence another gcc 11 warning. Tom Lane 14.0
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 14.0
2020-12-11 Provide an error cursor for "can't subscript" error messages. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-08 Teach contain_leaked_vars that assignment SubscriptingRefs are leaky. Tom Lane 14.0
2020-11-02 Rethink the generation rule for fmgroids.h macros. Tom Lane 14.0
2020-10-19 Fix list-munging bug that broke SQL function result coercions. Tom Lane 14.0
2020-08-19 Suppress unnecessary RelabelType nodes in yet more cases. Tom Lane 14.0
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 14.0