Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-10 | Fix handling of R/W expanded datums that are passed to SQL functions. | Tom Lane | 11.18 |
| 2018-03-27 | Allow memory contexts to have both fixed and variable ident strings. | Tom Lane | 11.0 |
| 2018-03-14 | Support INOUT arguments in procedures | Peter Eisentraut | 11.0 |
| 2018-03-02 | Add prokind column, replacing proisagg and proiswindow | Peter Eisentraut | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-21 | Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. | Tom Lane | 11.0 |
| 2017-11-30 | SQL procedures | Peter Eisentraut | 11.0 |
| 2017-10-26 | Support domains over composite types. | Tom Lane | 11.0 |
| 2017-09-07 | Reduce excessive dereferencing of function pointers | Peter Eisentraut | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |