summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-211-3/+4
* Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane2016-01-091-11/+5
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Improve some messagesPeter Eisentraut2015-12-101-2/+2
* Message improvementsPeter Eisentraut2015-11-161-3/+3
* Message style improvementsPeter Eisentraut2015-10-281-1/+1
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-201-38/+16
* Fix NULL handling in datum_to_jsonb().Tom Lane2015-10-151-12/+15
* Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch2015-10-111-2/+3
* Prevent stack overflow in json-related functions.Noah Misch2015-10-051-0/+2
* Cache argument type information in json(b) aggregate functions.Andrew Dunstan2015-09-181-82/+99
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-241-3/+9
* Manual cleanup of pgindent results.Tom Lane2015-05-241-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-53/+62
* Additional functions and operators for jsonbAndrew Dunstan2015-05-121-11/+70
* Remove spurious semicolons.Heikki Linnakangas2015-03-311-3/+3
* Suppress uninitialized-variable warning from less-bright compilers.Tom Lane2015-02-271-1/+1
* Fix a couple of trivial issues in jsonb.cAlvaro Herrera2015-02-271-8/+12
* Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan2015-02-261-27/+34
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan2014-12-161-8/+8
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-121-0/+1396
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-291-2/+2
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-091-2/+2
* Clean up jsonb code.Heikki Linnakangas2014-05-071-11/+5
* pgindent run for 9.4Bruce Momjian2014-05-061-12/+14
* De-anonymize the union in JsonbValue.Tom Lane2014-04-021-17/+17
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+468