Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-05-04 | Move return statements out of PG_TRY blocks. | Nathan Bossart | 11.20 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-03-14 | Support INOUT arguments in procedures | Peter Eisentraut | 11.0 |
| 2017-12-03 | Fix uninitialized-variable compiler warning induced by commit e4128ee76. | Tom Lane | 11.0 |
| 2017-11-30 | SQL procedures | Peter Eisentraut | 11.0 |
| 2017-11-29 | PL/Python: Fix remaining scan-build warnings | Peter Eisentraut | 11.0 |
| 2017-11-18 | Consistently catch errors from Python _New() functions | Peter Eisentraut | 11.0 |
| 2017-11-16 | Make PL/Python handle domain-type conversions correctly. | Tom Lane | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |