Commits

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

DateSubjectAuthorReleases
2015-05-04 Fix two small bugs in json's populate_record_worker Andrew Dunstan 9.4.2
2015-03-30 Run pg_upgrade and pg_resetxlog with restricted token on Windows Andrew Dunstan 9.4.2
2015-02-26 Render infinite date/timestamps as 'infinity' for json/jsonb Andrew Dunstan 9.4.2
2014-12-24 Fix installcheck case for tap tests Andrew Dunstan 9.4.1
2014-12-22 Further tidy up on json aggregate documentation Andrew Dunstan 9.4.1
2014-12-22 Fix documentation of argument type of json_agg and jsonb_agg Andrew Dunstan 9.4.1
2014-12-01 Fix hstore_to_json_loose's detection of valid JSON number values. Andrew Dunstan 9.4.0
2014-10-20 Correct volatility markings of a few json functions. 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-09-24 Fix typos in descriptions of json_object functions. Andrew Dunstan 9.4.0
2014-07-22 Allow empty string object keys in json_object(). Andrew Dunstan 9.4.0
2014-07-15 json_build_object and json_build_array are stable, not immutable. Andrew Dunstan 9.4.0
2014-06-18 Remove unnecessary check for jbvBinary in convertJsonbValue. Andrew Dunstan 9.4.0
2014-06-18 Document that jsonb has all the standard comparison operators. Andrew Dunstan 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-06-01 Improve the efficiency of certain jsonb get operations. Andrew Dunstan 9.4.0
2014-04-16 Attempt to get plpython regression tests working again for MSVC builds. Andrew Dunstan 9.4.0
2014-03-30 Use separate output dirs for test_decoding's two runs. Andrew Dunstan 9.4.0
2014-03-26 Fix uninitialized variables in json's populate_record_worker(). Andrew Dunstan 9.4.0
2014-03-26 Cleanup around json_to_record/json_to_recordset Andrew Dunstan 9.4.0
2014-03-26 Tidy up the populate/to_record{set} code for json a bit. Andrew Dunstan 9.4.0
2014-03-24 Do jsonb regression test input in the conventional way. Andrew Dunstan 9.4.0