aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Improve jsonb cast error messageTeodor Sigaev2018-05-09
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add casts from jsonbTeodor Sigaev2018-03-29
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Undo inadvertent change in capitalization in commit 18fc4ec.Andrew Dunstan2017-10-26
* Process variadic arguments consistently in json functionsAndrew Dunstan2017-10-25
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-18
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan2017-02-22
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Fix typo in comment.Fujii Masao2016-07-06
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-21
* Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane2016-01-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve some messagesPeter Eisentraut2015-12-10
* Message improvementsPeter Eisentraut2015-11-16
* Message style improvementsPeter Eisentraut2015-10-28
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Fix NULL handling in datum_to_jsonb().Tom Lane2015-10-15
* Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch2015-10-11
* Prevent stack overflow in json-related functions.Noah Misch2015-10-05
* Cache argument type information in json(b) aggregate functions.Andrew Dunstan2015-09-18
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-24
* Manual cleanup of pgindent results.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Remove spurious semicolons.Heikki Linnakangas2015-03-31
* Suppress uninitialized-variable warning from less-bright compilers.Tom Lane2015-02-27
* Fix a couple of trivial issues in jsonb.cAlvaro Herrera2015-02-27
* Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan2015-02-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan2014-12-16
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-12
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-29
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-09
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02