index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
json.sgml
Age
Commit message (
Expand
)
Author
2015-10-29
Docs: add example clarifying use of nested JSON containment.
Tom Lane
2015-10-07
docs: add JSONB containment example of a key and empty object
Bruce Momjian
2015-10-07
docs: Map operator @> to the proper SGML escape for '>'
Bruce Momjian
2015-10-07
docs: clarify JSONB operator descriptions
Bruce Momjian
2015-05-15
docs: consistently uppercase index method and add spacing
Bruce Momjian
2015-01-30
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2014-10-11
Improve documentation about JSONB array containment behavior.
Tom Lane
2014-08-22
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-07-17
doc: Spell checking
Peter Eisentraut
2014-07-08
doc: Fix spacing in verbatim environments
Peter Eisentraut
2014-06-21
doc: adjust JSONB GIN index description
Bruce Momjian
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-10
More work on the JSON/JSONB user documentation.
Tom Lane
2014-05-09
Improve user-facing JSON documentation.
Tom Lane
2014-03-24
Fix "the the" typos.
Heikki Linnakangas
2014-03-23
Fix mis-spelling in jsonb docs.
Andrew Dunstan
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan