Commits

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

DateSubjectAuthorReleases
2023-04-15 Fix assignment to array of domain over composite, redux. Tom Lane 12.15
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 12.15
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 12.11
2021-10-19 Fix assignment to array of domain over composite. Tom Lane 12.9
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 12.7
2021-04-13 Redesign the caching done by get_cached_rowtype(). Tom Lane 12.7
2021-01-28 Don't add bailout adjustment for non-strict deserialize calls. Andrew Gierth 12.6
2019-09-29 Fix determination when slot types for upper executor nodes are fixed. Andres Freund 12.0
2019-07-01 Fix many typos and inconsistencies Michael Paquier 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-14 Fix duplicated words in comments Michael Paquier 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-02-28 Standardize some more loops that chase down parallel lists. Tom Lane 12.0
2019-02-01 Renaming for new subscripting mechanism Alvaro Herrera 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-22 Add some const decorations Peter Eisentraut 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-16 Compute information about EEOP_*_FETCHSOME at expression init time. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-04 Fix unused-variable warning. Tom Lane 12.0
2018-11-03 Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0. Andres Freund 12.0
2018-11-03 Fix STRICT check for strict aggregates with NULL ORDER BY columns. Andres Freund 12.0