index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
json.c
Commit message (
Expand
)
Author
Age
*
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
*
Remove ill-conceived ban on zero length json object keys.
Andrew Dunstan
2014-09-25
*
Return NULL from json_object_agg if it gets no rows.
Andrew Dunstan
2014-09-25
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
*
Use ISO 8601 format for dates converted to JSON, too.
Tom Lane
2014-08-17
*
Clean up handling of unknown-type inputs in json_build_object and friends.
Tom Lane
2014-08-09
*
Further cleanup of JSON-specific error messages.
Tom Lane
2014-08-09
*
Improve some JSON error messages.
Robert Haas
2014-08-05
*
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-22
*
Add missing serial commas
Peter Eisentraut
2014-07-15
*
Consistently pass an "unsigned char" to ctype.h functions.
Noah Misch
2014-07-06
*
Fix typos
Alvaro Herrera
2014-06-12
*
Use EncodeDateTime instead of to_char to render JSON timestamps.
Andrew Dunstan
2014-06-03
*
Do not escape a unicode sequence when escaping JSON text.
Andrew Dunstan
2014-06-03
*
Output timestamps in ISO 8601 format when rendering JSON.
Andrew Dunstan
2014-06-03
*
Get rid of bogus dependency on typcategory in to_json() and friends.
Tom Lane
2014-05-09
*
Teach add_json() that jsonb is of TYPCATEGORY_JSON.
Tom Lane
2014-05-09
*
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-09
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
New json functions.
Andrew Dunstan
2014-01-28
*
Reindent json.c and jsonfuncs.c.
Andrew Dunstan
2014-01-22
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Properly detect invalid JSON numbers when generating JSON.
Andrew Dunstan
2013-12-27
*
Use cstring_to_text_with_len when length is known.
Robert Haas
2013-11-18
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Get rid of more cases of the "must detoast before output function" meme.
Tom Lane
2013-11-03
*
json_typeof function.
Andrew Dunstan
2013-10-10
*
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-09
*
Clean up new JSON API typedefs
Peter Eisentraut
2013-07-20
*
Avoid reading past datum end when parsing JSON.
Noah Misch
2013-06-12
*
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-12
*
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-08
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Use correct length to convert json unicode escapes.
Andrew Dunstan
2013-05-01
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Remove inappropriate semicolons after function definitions.
Tom Lane
2012-06-30
*
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-13
*
Minor code review for json.c.
Tom Lane
2012-06-12
*
Mark JSON error detail messages for translation.
Robert Haas
2012-06-12
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-06-04
*
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-20
*
Correctly handle NULLs in JSON output.
Andrew Dunstan
2012-02-23
*
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-21
*
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-20
[next]