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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-21
1
-3
/
+4
*
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
1
-11
/
+5
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Improve some messages
Peter Eisentraut
2015-12-10
1
-2
/
+2
*
Message improvements
Peter Eisentraut
2015-11-16
1
-3
/
+3
*
Message style improvements
Peter Eisentraut
2015-10-28
1
-1
/
+1
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
1
-38
/
+16
*
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
1
-12
/
+15
*
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-11
1
-2
/
+3
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
1
-0
/
+2
*
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-09-18
1
-82
/
+99
*
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
1
-3
/
+9
*
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-53
/
+62
*
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
1
-11
/
+70
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
1
-3
/
+3
*
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-27
1
-1
/
+1
*
Fix a couple of trivial issues in jsonb.c
Alvaro Herrera
2015-02-27
1
-8
/
+12
*
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
1
-27
/
+34
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Fix some jsonb issues found by Coverity in recent commits.
Andrew Dunstan
2014-12-16
1
-8
/
+8
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
1
-0
/
+1396
*
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-29
1
-2
/
+2
*
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
1
-2
/
+2
*
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
1
-11
/
+5
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-12
/
+14
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
1
-17
/
+17
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
1
-0
/
+468