Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-10-01 | Fix incorrect assertion on number of array dimensions. | Heikki Linnakangas | 10.15 |
| 2017-08-04 | Message style improvements | Peter Eisentraut | 10.0 |
| 2017-06-30 | PL/Python: Fix hint about returning composite type from Python | Peter Eisentraut | 10.0 |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane | 10.0 |
| 2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian | 10.0 |
| 2017-03-14 | Spelling fixes in code comments | Peter Eisentraut | 10.0 |
| 2017-03-12 | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch | 10.0 |
| 2017-02-21 | Drop support for Python 2.3 | Peter Eisentraut | 10.0 |
| 2016-10-26 | Only treat Python Lists as array dimensions. | Heikki Linnakangas | 10.0 |
| 2016-10-26 | Give a hint, when [] is incorrectly used for a composite type in array. | Heikki Linnakangas | 10.0 |
| 2016-10-26 | Support multi-dimensional arrays in PL/python. | Heikki Linnakangas | 10.0 |
| 2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane | 10.0 |