summaryrefslogtreecommitdiff
path: root/doc/src/sgml/json.sgml
AgeCommit message (Expand)Author
2015-10-29Docs: add example clarifying use of nested JSON containment.Tom Lane
2015-10-07docs: add JSONB containment example of a key and empty objectBruce Momjian
2015-10-07docs: Map operator @> to the proper SGML escape for '>'Bruce Momjian
2015-10-07docs: clarify JSONB operator descriptionsBruce Momjian
2015-05-15docs: consistently uppercase index method and add spacingBruce Momjian
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2014-10-11Improve documentation about JSONB array containment behavior.Tom Lane
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-07-17doc: Spell checkingPeter Eisentraut
2014-07-08doc: Fix spacing in verbatim environmentsPeter Eisentraut
2014-06-21doc: adjust JSONB GIN index descriptionBruce Momjian
2014-05-11Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane
2014-05-10More work on the JSON/JSONB user documentation.Tom Lane
2014-05-09Improve user-facing JSON documentation.Tom Lane
2014-03-24Fix "the the" typos.Heikki Linnakangas
2014-03-23Fix mis-spelling in jsonb docs.Andrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan