Commits

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

DateSubjectAuthorReleases
2024-11-25 Fix NULLIF()'s handling of read-write expanded objects. Tom Lane 13.19
2023-04-15 Fix assignment to array of domain over composite, redux. Tom Lane 13.11
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 13.11
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 13.7
2021-11-02 Fix variable lifespan in ExecInitCoerceToDomain(). Tom Lane 13.5
2021-10-19 Fix assignment to array of domain over composite. Tom Lane 13.5
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 13.3
2021-04-13 Redesign the caching done by get_cached_rowtype(). Tom Lane 13.3
2021-01-28 Don't add bailout adjustment for non-strict deserialize calls. Andrew Gierth 13.2
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-04-10 Fix collection of typos and grammar mistakes in the tree Michael Paquier 13.0
2020-03-10 Remove utils/acl.h from catalog/objectaddress.h Peter Eisentraut 13.0
2020-03-05 Extend ExecBuildAggTrans() to support a NULL pointer check. Jeff Davis 13.0
2020-02-24 expression eval: Reduce number of steps for agg transition invocations. Andres Freund 13.0
2020-02-07 expression eval: Don't redundantly keep track of AggState. Andres Freund 13.0
2020-02-07 expression eval, jit: Minor code cleanups. Andres Freund 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-18 Remove redundant not-null test Bruce Momjian 13.0
2019-09-30 Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual. Andres Freund 13.0
2019-09-29 Fix determination when slot types for upper executor nodes are fixed. Andres Freund 13.0
2019-09-23 Fix ExprState's tag to be of type NodeTag rather than Node. Andres Freund 13.0
2019-08-19 Fix inconsistencies and typos in the tree, take 11 Michael Paquier 13.0
2019-08-16 Don't include utils/array.h from acl.h. Andres Freund 13.0
2019-07-17 Avoid using lcons and list_delete_first where it's easy to do so. Tom Lane 13.0