index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
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
Files
Lines
*
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-12
1
-3
/
+3
*
Revert "Add all structured objects passed to pushJsonbValue piecewise."
Andrew Dunstan
2015-05-26
1
-9
/
+5
*
Add all structured objects passed to pushJsonbValue piecewise.
Andrew Dunstan
2015-05-26
1
-5
/
+9
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-5
/
+6
*
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-22
1
-5
/
+39
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
1
-1
/
+1
*
Fix minor thinko in convertToJsonb().
Tom Lane
2014-12-10
1
-1
/
+1
*
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-11
1
-2
/
+14
*
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-29
1
-110
/
+273
*
Remove unnecessary check for jbvBinary in convertJsonbValue.
Andrew Dunstan
2014-06-18
1
-1
/
+8
*
Minor refactoring of jsonb_util.c
Heikki Linnakangas
2014-05-28
1
-30
/
+43
*
Jsonb comparison bug fixes.
Heikki Linnakangas
2014-05-28
1
-25
/
+38
*
Update obsolete comment.
Tom Lane
2014-05-19
1
-1
/
+1
*
Fix broken allocation logic in recently-rewritten jsonb_util.c.
Tom Lane
2014-05-09
1
-43
/
+35
*
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
1
-189
/
+114
*
Minor cleanup of jsonb_util.c
Heikki Linnakangas
2014-05-09
1
-191
/
+187
*
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
1
-588
/
+341
*
hash_any returns Datum, not uint32 (and definitely not "int").
Tom Lane
2014-05-06
1
-20
/
+23
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
1
-4
/
+4
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-120
/
+137
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
1
-133
/
+133
*
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-27
1
-0
/
+3
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
1
-0
/
+1872