summaryrefslogtreecommitdiff
path: root/src/test/modules/test_json_parser/t
AgeCommit message (Expand)Author
2025-10-01test_json_parser: Speed up 002_inline.plJacob Champion
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-27jsonapi: add lexer option to keep token ownershipAndrew Dunstan
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
2024-05-15Make all Perl warnings fatal, catch-upPeter Eisentraut
2024-05-09Fix overread in JSON parsing errors for incomplete byte sequencesMichael Paquier
2024-05-04Fix an assortment of typosDavid Rowley
2024-04-23Post review fixes for test_json_parser test moduleAndrew Dunstan
2024-04-12Add a TAP test for test_json_parser_perfAndrew Dunstan
2024-04-09Fix whitespacePeter Eisentraut
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan