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
/
src
/
include
/
utils
/
jsonapi.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-31
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
pgindent run for 9.6
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-18
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-04
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-20
Clean up new JSON API typedefs
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-29
Add new JSON processing functions and parser API.
Andrew Dunstan