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-06-29 Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 13.12
2023-03-26 Fix oversights in array manipulation. Tom Lane 13.11
2022-06-10 Un-break whole-row Vars referencing domain-over-composite types. Tom Lane 13.8
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 13.7
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 13.3
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 13.3
2021-04-13 Redesign the caching done by get_cached_rowtype(). Tom Lane 13.3
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 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-30 Clean up newlines following left parentheses Alvaro Herrera 13.0
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-24 Avoid splitting C string literals with \-newline Alvaro Herrera 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-09-30 Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual. Andres Freund 13.0
2019-09-30 Reduce code duplication for ExecJust*Var operations. Andres Freund 13.0
2019-09-05 Split tuptoaster.c into three separate files. Robert Haas 13.0
2019-09-03 Remove 'msg' parameter from convert_tuples_by_name Alvaro Herrera 13.0
2019-08-16 Don't include utils/array.h from acl.h. Andres Freund 13.0