aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley2025-04-17
* Make AIO error test more portableAndrew Dunstan2025-04-13
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch2025-04-09
* Add pg_buffercache_evict_{relation,all} functionsAndres Freund2025-04-08
* oauth: Remove timeout from t/002_client when not neededDaniel Gustafsson2025-04-03
* oauth: Fix build on platforms without epoll/kqueueDaniel Gustafsson2025-04-03
* Change SQL-language functions to use the plan cache.Tom Lane2025-04-02
* Make cancel request keys longerHeikki Linnakangas2025-04-02
* libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas2025-04-02
* tests: Fix incompatibility of test_aio with *_FORCE_RELEASEAndres Freund2025-04-02
* tests: Cope with WARNINGs during failed CREATE DB on windowsAndres Freund2025-04-02
* tests: Cope with io_method in TEMP_CONFIG in test_aioAndres Freund2025-04-02
* aio: Add test_aio moduleAndres Freund2025-04-01
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* pg_dump: Add --sequence-data.Nathan Bossart2025-03-25
* Fix extension control path testsPeter Eisentraut2025-03-20
* extension_control_pathPeter Eisentraut2025-03-19
* oauth: Use IPv4-only issuer in oauth_validator testsThomas Munro2025-03-19
* Fix inconsistent quoting for some options in TAP testsMichael Paquier2025-03-17
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* Remove direct handling of reloptions for toast tablesÁlvaro Herrera2025-03-14
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Rename amcancrosscomparePeter Eisentraut2025-03-07
* Generalize hash and ordering support in amapiPeter Eisentraut2025-02-27
* Remove unstable test suite added by 525392d57Amit Langote2025-02-22
* Add missing entry to oauth_validator test .gitignoreDaniel Gustafsson2025-02-20
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* test_escape: Fix output of --helpMichael Paquier2025-02-20
* test_escape: Fix handling of short options in getopt_long()Michael Paquier2025-02-19
* Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund2025-02-14
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* Injection points for hash aggregation.Jeff Davis2025-02-11
* Fix type in test_escape testAndres Freund2025-02-10
* Add test of various escape functionsAndres Freund2025-02-10
* injection_points: Tweak more permutation in isolation test "basic"Michael Paquier2025-02-07
* Remove support for linking with libeay32 and ssleay32Daniel Gustafsson2025-02-06
* injection_points: Re-enable permutation in isolation test "basic"Michael Paquier2025-02-06
* meson: Add missing dependencies to libpq_pipeline testAndres Freund2025-02-04
* meson: Add test dependencies for test_json_parserAndres Freund2025-02-04
* Get rid of our dependency on type "long" for memory size calculations.Tom Lane2025-01-31
* injection_points: Add routine able to drop all statsMichael Paquier2025-01-31
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch2025-01-25
* Disable runningcheck for src/test/modules/injection_points/specs.Noah Misch2025-01-25
* Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas2025-01-14
* Always use the caller-provided context for radix tree leavesJohn Naylor2025-01-06
* Get rid of radix tree's general purpose memory contextJohn Naylor2025-01-06
* Update copyright for 2025Bruce Momjian2025-01-01