Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-09-20 | Suppress variable-set-but-not-used warnings from clang 15. | Tom Lane | 13.9 |
| 2022-07-03 | Remove %error-verbose directive from jsonpath parser | Andrew Dunstan | 13.8 |
| 2020-09-29 | Add for_each_from, to simplify loops starting from non-first list cells. | Tom Lane | 13.1 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-09-25 | Implement jsonpath .datetime() method | Alexander Korotkov | 13.0 |
| 2019-09-17 | Fix bogus handling of XQuery regex option flags. | Tom Lane | 13.0 |
| 2019-07-15 | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 13.0 |