Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-12-21 | Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. | Tom Lane | 11.0 |
| 2017-12-09 | Fix plpgsql to reinitialize record variables at block re-entry. | Tom Lane | 11.0 |
| 2017-12-08 | In plpgsql, unify duplicate variables for record and row cases. | Tom Lane | 11.0 |
| 2017-11-30 | SQL procedures | Peter Eisentraut | 11.0 |
| 2017-11-29 | Update typedefs.list and re-run pgindent | Robert Haas | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-10-27 | Allow parallel query for prepared statements with generic plans. | Robert Haas | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |
| 2017-08-15 | Make simpler-simple-expressions code cope with a Gather plan. | Tom Lane | 11.0 |
| 2017-08-15 | Simplify plpgsql's check for simple expressions. | Tom Lane | 11.0 |