summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
3 daysaio: Use runtime arguments with injections points in testsMichael Paquier
4 daysinjection_points: Add support and tests for runtime argumentsMichael Paquier
4 daysAdd support for runtime arguments in injection pointsMichael Paquier
6 daysRemove some tabs in C string literalsPeter Eisentraut
8 daysWith GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
8 daysRefactor test_escape.c for additional ways of testing.Noah Misch
11 daysMake "directory" setting work with extension_control_pathPeter Eisentraut
12 daysoauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-29test_slru: Fix incorrect format placeholdersPeter Eisentraut
2025-04-23oauth: Support Python 3.6 in testsJacob Champion
2025-04-23Allocate JsonLexContexts on the heap to avoid warningsDaniel Gustafsson
2025-04-22Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-19Rename injection points used in AIO testsMichael Paquier
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
2025-04-13Make AIO error test more portableAndrew Dunstan
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-09Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-03oauth: Remove timeout from t/002_client when not neededDaniel Gustafsson
2025-04-03oauth: Fix build on platforms without epoll/kqueueDaniel Gustafsson
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02tests: Fix incompatibility of test_aio with *_FORCE_RELEASEAndres Freund
2025-04-02tests: Cope with WARNINGs during failed CREATE DB on windowsAndres Freund
2025-04-02tests: Cope with io_method in TEMP_CONFIG in test_aioAndres Freund
2025-04-01aio: Add test_aio moduleAndres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-20Fix extension control path testsPeter Eisentraut
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19oauth: Use IPv4-only issuer in oauth_validator testsThomas Munro
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-14Remove direct handling of reloptions for toast tablesÁlvaro Herrera
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-22Remove unstable test suite added by 525392d57Amit Langote
2025-02-20Add missing entry to oauth_validator test .gitignoreDaniel Gustafsson
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
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-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-11Injection points for hash aggregation.Jeff Davis
2025-02-10Fix type in test_escape testAndres Freund