index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonb_util.c
Age
Commit message (
Expand
)
Author
2014-10-11
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-06-18
Remove unnecessary check for jbvBinary in convertJsonbValue.
Andrew Dunstan
2014-05-28
Minor refactoring of jsonb_util.c
Heikki Linnakangas
2014-05-28
Jsonb comparison bug fixes.
Heikki Linnakangas
2014-05-19
Update obsolete comment.
Tom Lane
2014-05-09
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-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
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-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-27
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan