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
/
jsonb.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-25
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-30
Fix breakage in previous change
Peter Eisentraut
2016-09-30
Separate enum from struct
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-06
Add jsonb_insert
Teodor Sigaev
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-06-01
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-12
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-08-15
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-05-22
Fix typo in comment.
Fujii Masao
2014-05-11
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Improve key representation for GIN jsonb_ops, and fix existence-search bug.
Tom Lane
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan