Commits

DateSubjectAuthorReleases
2022-09-01 Revert SQL/JSON features Andrew Dunstan 16.0
2022-08-02 Improve performance of ORDER BY / DISTINCT aggregates David Rowley 16.0
2022-03-29 SQL/JSON query functions Andrew Dunstan 15.0
2022-03-28 IS JSON predicate Andrew Dunstan 15.0
2022-03-27 SQL/JSON constructors Andrew Dunstan 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-04-08 Speedup ScalarArrayOpExpr evaluation David Rowley 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-09 jit: Reference function pointer types via llvmjit_types.c. Andres Freund 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2020-02-07 jit: Reference expression step functions via llvmjit_types. Andres Freund 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-02-01 Renaming for new subscripting mechanism Alvaro Herrera 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2019-01-15 Make naming of tupdesc related structs more consistent with the rest of PG. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. Andres Freund 12.0
2018-11-16 Inline hot path of slot_getsomeattrs(). Andres Freund 12.0
2018-11-07 Move EEOP_*_SYSVAR evaluation out of line. Andres Freund 12.0
2018-07-11 Fix more wrong paths in header comments Alexander Korotkov 12.0
2018-03-28 Quick adaption of JIT tuple deforming to the fast default patch. Andres Freund 11.0
2018-03-26 Correct some typos in the new JIT code. Andres Freund 11.0
2018-03-26 JIT tuple deforming in LLVM JIT provider. Andres Freund 11.0
2018-03-23 Adapt expression JIT to stdbool.h introduction. Andres Freund 11.0