summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-22Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Change several asserts checking for aggregate context to errorsPavan Deolasee
2016-10-18Cache argument type information in json(b) aggregate functions.Andrew Dunstan
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-07-06Fix typo in comment.Fujii Masao
2016-02-21Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan
2016-01-09Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-11Improve some messagesPeter Eisentraut
2015-11-17Message improvementsPeter Eisentraut
2015-10-29Message style improvementsPeter Eisentraut
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-15Fix NULL handling in datum_to_jsonb().Tom Lane
2015-10-12Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch
2015-10-05Prevent stack overflow in json-related functions.Noah Misch
2015-09-18Cache argument type information in json(b) aggregate functions.Andrew Dunstan
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-05-24Manual cleanup of pgindent results.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-02-27Suppress uninitialized-variable warning from less-bright compilers.Tom Lane
2015-02-27Fix a couple of trivial issues in jsonb.cAlvaro Herrera
2015-02-26Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-16Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan
2014-12-12Add several generator functions for jsonb that exist for json.Andrew Dunstan
2014-09-29Change JSONB's on-disk format for improved performance.Tom Lane
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan