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
/
jsonfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
1
-1
/
+1
*
Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Tom Lane
2015-02-20
1
-9
/
+9
*
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
-1
/
+3
*
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
1
-0
/
+197
*
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-22
1
-279
/
+296
*
Fix core dump in jsonb #> operator, and add regression test cases.
Tom Lane
2014-08-20
1
-1
/
+15
*
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
1
-54
/
+6
*
Rationalize error messages within jsonfuncs.c.
Tom Lane
2014-06-25
1
-74
/
+113
*
Cosmetic improvements in jsonfuncs.c.
Tom Lane
2014-06-25
1
-108
/
+81
*
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-24
1
-6
/
+22
*
Improve the efficiency of certain jsonb get operations.
Andrew Dunstan
2014-06-01
1
-112
/
+64
*
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
1
-32
/
+32
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-17
/
+18
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
1
-23
/
+23
*
Fix uninitialized variables in json's populate_record_worker().
Andrew Dunstan
2014-03-26
1
-0
/
+2
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
1
-12
/
+24
*
Tidy up the populate/to_record{set} code for json a bit.
Andrew Dunstan
2014-03-25
1
-36
/
+18
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
1
-91
/
+1060
*
Fix crash in json_to_record().
Jeff Davis
2014-02-26
1
-3
/
+17
*
Fix whitespace
Peter Eisentraut
2014-02-05
1
-2
/
+2
*
In json code, clean up temp memory contexts after processing.
Andrew Dunstan
2014-02-03
1
-0
/
+4
*
Silence compiler warnings about possibly unset variables.
Andrew Dunstan
2014-01-29
1
-2
/
+2
*
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
1
-12
/
+55
*
New json functions.
Andrew Dunstan
2014-01-28
1
-49
/
+127
*
Reindent json.c and jsonfuncs.c.
Andrew Dunstan
2014-01-22
1
-10
/
+10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-09
1
-2
/
+2
*
Message style improvements
Peter Eisentraut
2013-08-07
1
-1
/
+1
*
Clean up new JSON API typedefs
Peter Eisentraut
2013-07-20
1
-83
/
+83
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-5
/
+5
*
Correct handling of NULL arguments in json funcs.
Andrew Dunstan
2013-04-15
1
-4
/
+11
*
Fix off by one error in JSON extract path code.
Andrew Dunstan
2013-04-04
1
-2
/
+6
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
1
-0
/
+1919