Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-09-15 | Fix get_expr_result_type() to find field names for RECORD Consts. | Tom Lane | 11.22 |
| 2023-09-15 | Allow extracting fields from a ROW() expression in more cases. | Tom Lane | 11.22 |
| 2021-01-25 | Fix broken ruleutils support for function TRANSFORM clauses. | Tom Lane | 11.11 |
| 2020-03-14 | Restructure polymorphic-type resolution in funcapi.c. | Tom Lane | 11.8 |
| 2018-03-28 | Fast ALTER TABLE ADD COLUMN with a non-NULL default | Andrew Dunstan | 11.0 |
| 2018-03-14 | Support INOUT arguments in procedures | Peter Eisentraut | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-10-26 | Support domains over composite types. | Tom Lane | 11.0 |
| 2017-10-25 | Add a utility function to extract variadic function arguments | Andrew Dunstan | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |