Commits

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

DateSubjectAuthorReleases
2024-04-15 Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane 13.15
2024-03-12 Fix confusion about the return rowtype of SQL-language procedures. Tom Lane 13.15
2024-03-06 Fix type-checking of RECORD-returning functions in FROM. Tom Lane 13.15
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 13.14
2023-05-08 Handle RLS dependencies in inlined set-returning functions properly. Tom Lane 13.11
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 13.5
2021-01-28 Silence another gcc 11 warning. Tom Lane 13.2
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 13.2
2020-12-08 Teach contain_leaked_vars that assignment SubscriptingRefs are leaky. Tom Lane 13.2
2020-10-19 Fix list-munging bug that broke SQL function result coercions. Tom Lane 13.1
2020-08-19 Suppress unnecessary RelabelType nodes in yet more cases. Tom Lane 13.0
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 13.0
2020-02-26 Suppress unnecessary RelabelType nodes in more cases. Tom Lane 13.0
2020-01-08 Improve the handling of result type coercions in SQL functions. Tom Lane 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-08-01 Allow functions-in-FROM to be pulled up if they reduce to constants. Tom Lane 13.0
2019-07-17 Avoid using lcons and list_delete_first where it's easy to do so. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0