summaryrefslogtreecommitdiff
path: root/src/test/modules/test_escape
AgeCommit message (Expand)Author
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-05Refactor test_escape.c for additional ways of testing.Noah Misch
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
2025-02-20test_escape: Fix output of --helpMichael Paquier
2025-02-19test_escape: Fix handling of short options in getopt_long()Michael Paquier
2025-02-14Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund
2025-02-10Fix type in test_escape testAndres Freund
2025-02-10Add test of various escape functionsAndres Freund