Commits

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

DateSubjectAuthorReleases
2024-11-25 Fix NULLIF()'s handling of read-write expanded objects. Tom Lane 14.16
2023-04-15 Fix assignment to array of domain over composite, redux. Tom Lane 14.8
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 14.8
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 14.3
2021-11-02 Fix variable lifespan in ExecInitCoerceToDomain(). Tom Lane 14.1
2021-10-19 Fix assignment to array of domain over composite. Tom Lane 14.1
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 14.0
2021-04-13 Redesign the caching done by get_cached_rowtype(). Tom Lane 14.0
2021-04-08 Speedup ScalarArrayOpExpr evaluation David Rowley 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0
2021-03-31 Add Result Cache executor node David Rowley 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-01-28 Don't add bailout adjustment for non-strict deserialize calls. Andrew Gierth 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 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-11-24 Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 14.0
2020-11-02 Fix some grammar and typos in comments and docs Michael Paquier 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0