summaryrefslogtreecommitdiff
path: root/src/common/jsonapi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-131-29/+47
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-111-8/+9
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-111-11/+46
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-281-2/+2
* Speed up lexing of long JSON stringsJohn Naylor2022-09-021-3/+10
* Fix out-of-bounds read in json_lex_stringJohn Naylor2022-07-121-8/+10
* Build de-escaped JSON strings in larger chunks during lexingJohn Naylor2022-07-111-19/+39
* Simplify json lexing stateJohn Naylor2022-07-081-15/+8
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-3/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Simplify error handing of jsonapi.c for the frontendMichael Paquier2021-07-021-31/+30
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-071-3/+3
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-011-3/+5
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-8/+8
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-061-20/+38
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-291-0/+1114