Commits

Showing commits that first shipped in 9.4 (backpatches included). Clear

DateSubjectAuthorReleases
2017-10-25 Process variadic arguments consistently in json functions Andrew Dunstan 9.4.15
2017-05-18 Fix typo in comment. Heikki Linnakangas 9.4.13
2016-02-03 Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. Tom Lane 9.4.6
2015-10-20 Fix incorrect translation of minus-infinity datetimes for json/jsonb. Tom Lane 9.4.6
2015-10-05 Prevent stack overflow in json-related functions. Noah Misch 9.4.5
2015-03-31 Remove spurious semicolons. Heikki Linnakangas 9.4.2
2015-02-26 Render infinite date/timestamps as 'infinity' for json/jsonb Andrew Dunstan 9.4.2
2015-01-30 Fix jsonb Unicode escape processing, and in consequence disallow \u0000. Tom Lane 9.4.1
2014-12-02 Fix JSON aggregates to work properly when final function is re-executed. Tom Lane 9.4.0
2014-12-01 Fix hstore_to_json_loose's detection of valid JSON number values. Andrew Dunstan 9.4.0
2014-09-25 Remove ill-conceived ban on zero length json object keys. Andrew Dunstan 9.4.0
2014-09-25 Return NULL from json_object_agg if it gets no rows. Andrew Dunstan 9.4.0
2014-08-18 Use ISO 8601 format for dates converted to JSON, too. Tom Lane 9.4.0
2014-08-09 Clean up handling of unknown-type inputs in json_build_object and friends. Tom Lane 9.4.0
2014-08-09 Further cleanup of JSON-specific error messages. Tom Lane 9.4.0
2014-08-05 Improve some JSON error messages. Robert Haas 9.4.0
2014-07-22 Allow empty string object keys in json_object(). Andrew Dunstan 9.4.0
2014-07-15 Add missing serial commas Peter Eisentraut 9.4.0
2014-07-06 Consistently pass an "unsigned char" to ctype.h functions. Noah Misch 9.4.0
2014-06-03 Use EncodeDateTime instead of to_char to render JSON timestamps. Andrew Dunstan 9.4.0
2014-06-03 Do not escape a unicode sequence when escaping JSON text. Andrew Dunstan 9.4.0
2014-06-03 Output timestamps in ISO 8601 format when rendering JSON. Andrew Dunstan 9.4.0
2014-05-09 Get rid of bogus dependency on typcategory in to_json() and friends. Tom Lane 9.4.0
2014-05-09 Teach add_json() that jsonb is of TYPCATEGORY_JSON. Tom Lane 9.4.0
2014-05-09 Avoid some pnstrdup()s when constructing jsonb Heikki Linnakangas 9.4.0