aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/json.sgml
Commit message (Expand)AuthorAge
* Doc: further fooling-about with rendering of tables in PDF output.Tom Lane2020-05-06
* Doc: update sections 9.14 - 9.16 for new function table layout.Tom Lane2020-04-30
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06
* Mark some contrib modules as "trusted".Tom Lane2020-02-13
* doc: Update a confusing sentence about SQL/JSONPeter Eisentraut2019-09-26
* Doc: improve documentation around jsonpath regular expressions.Tom Lane2019-09-19
* Documentation improvements to jsonpathAlexander Korotkov2019-09-13
* doc: effective -> efficientPeter Eisentraut2019-09-08
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Assorted fixes for jsonpath documentationAlexander Korotkov2019-07-10
* doc: Spell checkingPeter Eisentraut2019-07-05
* Fix description for $varname jsonpath variableAlexander Korotkov2019-06-19
* Improve documentation for array subscription in jsonpathAlexander Korotkov2019-05-19
* Document jsonpath .** accessor with nesting level filterAlexander Korotkov2019-05-19
* doc: Fix whitespacePeter Eisentraut2019-04-08
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-01
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-03
* Transforms for jsonb to PL/PythonPeter Eisentraut2018-03-28
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* doc: Update RFC URLsPeter Eisentraut2017-08-17
* Docs: add example clarifying use of nested JSON containment.Tom Lane2015-10-29
* docs: add JSONB containment example of a key and empty objectBruce Momjian2015-10-07
* docs: Map operator @> to the proper SGML escape for '>'Bruce Momjian2015-10-07
* docs: clarify JSONB operator descriptionsBruce Momjian2015-10-07
* docs: consistently uppercase index method and add spacingBruce Momjian2015-05-15
* Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane2015-01-30
* Improve documentation about JSONB array containment behavior.Tom Lane2014-10-11
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-22
* doc: Spell checkingPeter Eisentraut2014-07-16
* doc: Fix spacing in verbatim environmentsPeter Eisentraut2014-07-08
* doc: adjust JSONB GIN index descriptionBruce Momjian2014-06-21
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* More work on the JSON/JSONB user documentation.Tom Lane2014-05-10
* Improve user-facing JSON documentation.Tom Lane2014-05-09
* Fix "the the" typos.Heikki Linnakangas2014-03-24
* Fix mis-spelling in jsonb docs.Andrew Dunstan2014-03-23
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23