Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-03-13 | Fix JSON error reporting for many cases of erroneous string values. | Tom Lane | 11.20 |
| 2018-02-19 | Remove bogus "extern" annotations on function definitions. | Tom Lane | 11.0 |
| 2018-01-30 | Add some noreturn attributes to help static analyzers | Peter Eisentraut | 11.0 |
| 2018-01-17 | Centralize json and jsonb handling of datetime types | Andrew Dunstan | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-18 | Fix typo on comment | Magnus Hagander | 11.0 |
| 2017-10-25 | Process variadic arguments consistently in json functions | Andrew Dunstan | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |