Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-05-04 | Tighten array dimensionality checks in Python -> SQL array conversion. | Tom Lane | 13.11 |
| 2023-04-28 | Handle zero-length sublist correctly in Python -> SQL array conversion. | Tom Lane | 13.11 |
| 2020-10-01 | Fix incorrect assertion on number of array dimensions. | Heikki Linnakangas | 13.1 |
| 2020-03-04 | Introduce macros for typalign and typstorage constants. | Tom Lane | 13.0 |
| 2019-11-25 | Make the order of the header file includes consistent. | Amit Kapila | 13.0 |
| 2019-11-04 | Fix some compiler warnings on older compilers | Peter Eisentraut | 13.0 |
| 2019-11-01 | PG_FINALLY | Peter Eisentraut | 13.0 |