index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonb_util.c
Commit message (
Expand
)
Author
Age
...
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
*
Fix minor thinko in convertToJsonb().
Tom Lane
2014-12-10
*
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-11
*
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-29
*
Remove unnecessary check for jbvBinary in convertJsonbValue.
Andrew Dunstan
2014-06-18
*
Minor refactoring of jsonb_util.c
Heikki Linnakangas
2014-05-28
*
Jsonb comparison bug fixes.
Heikki Linnakangas
2014-05-28
*
Update obsolete comment.
Tom Lane
2014-05-19
*
Fix broken allocation logic in recently-rewritten jsonb_util.c.
Tom Lane
2014-05-09
*
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
*
Minor cleanup of jsonb_util.c
Heikki Linnakangas
2014-05-09
*
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
*
hash_any returns Datum, not uint32 (and definitely not "int").
Tom Lane
2014-05-06
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
*
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-27
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
[prev]