Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Allocate JsonLexContexts on the heap to avoid warnings | Daniel Gustafsson | 2025-04-23 |
* | Update copyright for 2025 | Bruce Momjian | 2025-01-01 |
* | jsonapi: add lexer option to keep token ownership | Andrew Dunstan | 2024-11-27 |
* | Make nullSemAction const, add 'const' decorators to related functions | Heikki Linnakangas | 2024-08-06 |
* | Prevent CRLF conversion of inputs in json_parser test module | Andrew Dunstan | 2024-07-09 |
* | Convert some extern variables to static | Peter Eisentraut | 2024-07-02 |
* | Remove use of %z in sscanf. | Noah Misch | 2024-06-16 |
* | Add pg_logging_init() calls missing in commit ba3e6e2bca | Andrew Dunstan | 2024-04-24 |
* | Post review fixes for test_json_parser test module | Andrew Dunstan | 2024-04-23 |
* | Assorted minor cleanups in the test_json_parser module | Andrew Dunstan | 2024-04-12 |
* | Introduce a non-recursive JSON parser | Andrew Dunstan | 2024-04-04 |