aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_json_parser/test_json_parser_incremental.c
Commit message (Expand)AuthorAge
* Allocate JsonLexContexts on the heap to avoid warningsDaniel Gustafsson2025-04-23
* Update copyright for 2025Bruce Momjian2025-01-01
* jsonapi: add lexer option to keep token ownershipAndrew Dunstan2024-11-27
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan2024-07-09
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Remove use of %z in sscanf.Noah Misch2024-06-16
* Add pg_logging_init() calls missing in commit ba3e6e2bcaAndrew Dunstan2024-04-24
* Post review fixes for test_json_parser test moduleAndrew Dunstan2024-04-23
* Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan2024-04-12
* Introduce a non-recursive JSON parserAndrew Dunstan2024-04-04