aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
Commit message (Expand)AuthorAge
...
* Make json_populate_record and friends operate recursivelyAndrew Dunstan2017-04-06
* Transform or iterate over json(b) string valuesAndrew Dunstan2017-03-31
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane2017-01-25
* Relocate static function declarations to be after typedefs in jsonfuncs.c.Tom Lane2017-01-22
* Implement array version of jsonb_delete and operatorMagnus Hagander2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix typo in commentMagnus Hagander2016-11-14
* Fix broken jsonb_set() logic for replacing array elements.Tom Lane2016-10-13
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix typoPeter Eisentraut2016-07-25
* pgindent run for 9.6Robert Haas2016-06-09
* Add jsonb_insertTeodor Sigaev2016-04-06
* Code review for error reports in jsonb_set().Tom Lane2016-03-23
* Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane2016-03-23
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve some messagesPeter Eisentraut2015-12-10
* Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch2015-10-11
* Prevent stack overflow in json-related functions.Noah Misch2015-10-05
* Disallow invalid path elements in jsonb_setAndrew Dunstan2015-10-04
* Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan2015-09-13
* Only adjust negative indexes in json_get up to the length of the path.Andrew Dunstan2015-07-28
* Remove dead code.Andrew Dunstan2015-07-19
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Fix "path" infrastructure bug affecting jsonb_set()Andrew Dunstan2015-06-12
* Desupport jsonb subscript deletion on objectsAndrew Dunstan2015-06-07
* Avoid naming a variable "new", and remove bogus initializer.Andrew Dunstan2015-05-31
* Add a couple of missing JsonbValue type initialisers.Andrew Dunstan2015-05-31
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Revert "Simplify addJsonbToParseState()"Andrew Dunstan2015-05-26
* Simplify addJsonbToParseState()Andrew Dunstan2015-05-26
* Clean up and simplify jsonb_concat code.Andrew Dunstan2015-05-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix typos in commentsMagnus Hagander2015-05-17
* Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan2015-05-13
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Fix two small bugs in json's populate_record_workerAndrew Dunstan2015-05-04
* Remove spurious semicolons.Heikki Linnakangas2015-03-31
* Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan2014-12-16
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-12
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-22
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-20
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Rationalize error messages within jsonfuncs.c.Tom Lane2014-06-25
* Cosmetic improvements in jsonfuncs.c.Tom Lane2014-06-25
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-24