aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
Commit message (Expand)AuthorAge
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-11
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-22
* Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane2018-07-13
* Add missing serial commasPeter Eisentraut2018-06-07
* Refine error messagesPeter Eisentraut2018-05-08
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Clean up callers of JsonbIteratorNext().Tom Lane2018-04-15
* Add json(b)_to_tsvector functionTeodor Sigaev2018-04-07
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Support domains over composite types.Tom Lane2017-10-26
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-18
* Message style fixesPeter Eisentraut2017-09-11
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane2017-05-29
* Fix thinko in JsObjectSize() macro.Tom Lane2017-05-29
* Fix misspelled struct tag.Tom Lane2017-05-19
* Fix argument name differencesPeter Eisentraut2017-05-19
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove extraneous comma to satisfy picky compilerAndrew Dunstan2017-04-06
* 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