]> granicus.if.org Git - postgresql/history - src/include/utils/jsonb.h
Add 'ignore_nulls' option to row_to_json
[postgresql] / src / include / utils / jsonb.h
2014-08-15 Heikki LinnakangasRemove remnants of a JENTRY_ISFIRST flag bit.
2014-05-22 Fujii MasaoFix typo in comment.
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-07 Heikki LinnakangasClean up jsonb code.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-02 Tom LaneDe-anonymize the union in JsonbValue.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.