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
/
json.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
1
-60
/
+24
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-4
/
+4
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-25
/
+25
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Re-run pgindent.
Tom Lane
2017-06-13
1
-2
/
+2
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
1
-2
/
+2
*
Fix typo in comment.
Heikki Linnakangas
2017-05-18
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-4
/
+4
*
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-22
1
-2
/
+3
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
1
-21
/
+25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix typos.
Robert Haas
2016-03-15
1
-1
/
+1
*
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
1
-19
/
+33
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
1
-2
/
+2
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
1
-44
/
+28
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
1
-0
/
+6
*
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-09-18
1
-51
/
+74
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
1
-0
/
+39
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-3
/
+3
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
1
-1
/
+1
*
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
1
-21
/
+22
*
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
1
-34
/
+15
*
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
-18
/
+26
*
Fix JSON aggregates to work properly when final function is re-executed.
Tom Lane
2014-12-02
1
-11
/
+34
*
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-12-01
1
-20
/
+37
*
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
1
-15
/
+40
*
Remove ill-conceived ban on zero length json object keys.
Andrew Dunstan
2014-09-25
1
-4
/
+3
*
Return NULL from json_object_agg if it gets no rows.
Andrew Dunstan
2014-09-25
1
-1
/
+1
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
1
-40
/
+15
*
Use ISO 8601 format for dates converted to JSON, too.
Tom Lane
2014-08-17
1
-12
/
+43
*
Clean up handling of unknown-type inputs in json_build_object and friends.
Tom Lane
2014-08-09
1
-94
/
+72
*
Further cleanup of JSON-specific error messages.
Tom Lane
2014-08-09
1
-17
/
+9
*
Improve some JSON error messages.
Robert Haas
2014-08-05
1
-7
/
+12
*
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-22
1
-8
/
+0
*
Add missing serial commas
Peter Eisentraut
2014-07-15
1
-1
/
+1
*
Consistently pass an "unsigned char" to ctype.h functions.
Noah Misch
2014-07-06
1
-2
/
+5
*
Fix typos
Alvaro Herrera
2014-06-12
1
-1
/
+1
*
Use EncodeDateTime instead of to_char to render JSON timestamps.
Andrew Dunstan
2014-06-03
1
-27
/
+50
*
Do not escape a unicode sequence when escaping JSON text.
Andrew Dunstan
2014-06-03
1
-1
/
+20
*
Output timestamps in ISO 8601 format when rendering JSON.
Andrew Dunstan
2014-06-03
1
-0
/
+41
*
Get rid of bogus dependency on typcategory in to_json() and friends.
Tom Lane
2014-05-09
1
-229
/
+181
*
Teach add_json() that jsonb is of TYPCATEGORY_JSON.
Tom Lane
2014-05-09
1
-1
/
+1
*
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
1
-3
/
+0
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-6
/
+6
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
1
-16
/
+26
*
Fix typos in comments.
Fujii Masao
2014-03-17
1
-2
/
+2
*
New json functions.
Andrew Dunstan
2014-01-28
1
-19
/
+558
[next]