index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
json.c
Age
Commit message (
Expand
)
Author
2014-01-22
Reindent json.c and jsonfuncs.c.
Andrew Dunstan
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-27
Properly detect invalid JSON numbers when generating JSON.
Andrew Dunstan
2013-11-18
Use cstring_to_text_with_len when length is known.
Robert Haas
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-03
Get rid of more cases of the "must detoast before output function" meme.
Tom Lane
2013-10-10
json_typeof function.
Andrew Dunstan
2013-08-09
Message punctuation and pluralization fixes
Peter Eisentraut
2013-07-20
Clean up new JSON API typedefs
Peter Eisentraut
2013-06-12
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-08
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-01
Use correct length to convert json unicode escapes.
Andrew Dunstan
2013-03-29
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-10
JSON generation improvements.
Andrew Dunstan
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-06-30
Remove inappropriate semicolons after function definitions.
Tom Lane
2012-06-13
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-12
Minor code review for json.c.
Tom Lane
2012-06-12
Mark JSON error detail messages for translation.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-04
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-05-20
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-02-23
Correctly handle NULLs in JSON output.
Andrew Dunstan
2012-02-21
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-20
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-03
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-01-31
Built-in JSON data type.
Robert Haas
[prev]