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
/
test
/
modules
/
test_json_parser
Age
Commit message (
Expand
)
Author
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-10-01
test_json_parser: Speed up 002_inline.pl
Jacob Champion
2025-04-23
Allocate JsonLexContexts on the heap to avoid warnings
Daniel Gustafsson
2025-02-04
meson: Add test dependencies for test_json_parser
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-27
jsonapi: add lexer option to keep token ownership
Andrew Dunstan
2024-09-11
Update .gitignore
Peter Eisentraut
2024-09-11
common/jsonapi: support libpq as a client
Peter Eisentraut
2024-08-06
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-07-10
Use diff's --strip-trailing-cr flag where appropriate on Windows
Andrew Dunstan
2024-07-09
Prevent CRLF conversion of inputs in json_parser test module
Andrew Dunstan
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-06-16
Add Windows file version information to test_json_parser programs.
Noah Misch
2024-06-16
Remove use of %z in sscanf.
Noah Misch
2024-05-15
Make all Perl warnings fatal, catch-up
Peter Eisentraut
2024-05-09
Fix overread in JSON parsing errors for incomplete byte sequences
Michael Paquier
2024-05-04
Fix an assortment of typos
David Rowley
2024-04-24
Add pg_logging_init() calls missing in commit ba3e6e2bca
Andrew Dunstan
2024-04-23
Post review fixes for test_json_parser test module
Andrew Dunstan
2024-04-12
Assorted minor cleanups in the test_json_parser module
Andrew Dunstan
2024-04-12
Shrink test file for test_json_parser module
Andrew Dunstan
2024-04-12
Add a TAP test for test_json_parser_perf
Andrew Dunstan
2024-04-09
Fix whitespace
Peter Eisentraut
2024-04-04
Further cleanup for recent JSON-related commits.
Tom Lane
2024-04-04
Further cleanup for recent JSON-related commits.
Tom Lane
2024-04-04
Tidy up after incremental JSON parser patch
Andrew Dunstan
2024-04-04
Introduce a non-recursive JSON parser
Andrew Dunstan