Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-10-25 | Process variadic arguments consistently in json functions | Andrew Dunstan | 9.6.6 |
| 2017-06-04 | Assorted translatable string fixes | Alvaro Herrera | 9.6.4 |
| 2017-05-18 | Fix typo in comment. | Heikki Linnakangas | 9.6.4 |
| 2016-03-15 | Fix typos. | Robert Haas | 9.6.0 |
| 2016-02-03 | Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. | Tom Lane | 9.6.0 |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian | 9.6.0 |
| 2015-12-23 | Remove unnecessary escaping in C character literals | Peter Eisentraut | 9.6.0 |
| 2015-10-20 | Fix incorrect translation of minus-infinity datetimes for json/jsonb. | Tom Lane | 9.6.0 |
| 2015-10-05 | Prevent stack overflow in json-related functions. | Noah Misch | 9.6.0 |
| 2015-09-18 | Cache argument type information in json(b) aggregate functions. | Andrew Dunstan | 9.6.0 |
| 2015-07-18 | Support JSON negative array subscripts everywhere | Andrew Dunstan | 9.6.0 |