summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
2018-11-22Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-07-13Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane
2018-06-08Add missing serial commasPeter Eisentraut
2018-05-08Refine error messagesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-15Clean up callers of JsonbIteratorNext().Tom Lane
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-26Support domains over composite types.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-11Message style fixesPeter Eisentraut
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-29Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane
2017-05-29Fix thinko in JsObjectSize() macro.Tom Lane
2017-05-19Fix misspelled struct tag.Tom Lane
2017-05-19Fix argument name differencesPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-07Remove extraneous comma to satisfy picky compilerAndrew Dunstan
2017-04-07Make json_populate_record and friends operate recursivelyAndrew Dunstan
2017-03-31Transform or iterate over json(b) string valuesAndrew Dunstan
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-12Assume deconstruct_array() outputs are untoasted.Noah Misch
2017-01-25Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane
2017-01-22Relocate static function declarations to be after typedefs in jsonfuncs.c.Tom Lane
2017-01-18Implement array version of jsonb_delete and operatorMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-14Fix typo in commentMagnus Hagander
2016-10-13Fix broken jsonb_set() logic for replacing array elements.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-26Fix typoPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-04-06Add jsonb_insertTeodor Sigaev
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-23Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane
2016-03-03Fix json_to_record() bug with nested objects.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-11Improve some messagesPeter Eisentraut
2015-10-12Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch
2015-10-05Prevent stack overflow in json-related functions.Noah Misch
2015-10-04Disallow invalid path elements in jsonb_setAndrew Dunstan
2015-09-13Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan