aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
Commit message (Expand)AuthorAge
...
* Remove still more useless assignments.Tom Lane2020-09-04
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix assorted typosMagnus Hagander2020-03-31
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-16
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Fix not-quite-right string comparison in parse_jsonb_index_flags().Tom Lane2020-01-31
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-29
* Move some code from jsonapi.c to jsonfuncs.c.Robert Haas2020-01-27
* Adjust pg_parse_json() so that it does not directly ereport().Robert Haas2020-01-27
* Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas2020-01-24
* Further tweaking of jsonb_set_lax().Tom Lane2020-01-20
* Silence minor compiler warnings.Tom Lane2020-01-19
* Add a non-strict version of jsonb_setAndrew Dunstan2020-01-17
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix typos in the codeMichael Paquier2019-10-30
* Split out code into new getKeyJsonValueFromContainer()Alvaro Herrera2019-09-20
* Optimize get_jsonb_path_all avoiding an iteratorAlvaro Herrera2019-09-20
* Refactor code into new JsonbValueAsText, and use it moreAlvaro Herrera2019-09-20
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-11
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-07
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-22
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* 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