summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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
2025-02-10Add test of various escape functionsAndres Freund
2025-02-07injection_points: Tweak more permutation in isolation test "basic"Michael Paquier
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-02-06injection_points: Re-enable permutation in isolation test "basic"Michael Paquier
2025-02-04meson: Add missing dependencies to libpq_pipeline testAndres Freund
2025-02-04meson: Add test dependencies for test_json_parserAndres Freund
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31injection_points: Add routine able to drop all statsMichael Paquier
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Disable runningcheck for src/test/modules/injection_points/specs.Noah Misch
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-06Always use the caller-provided context for radix tree leavesJohn Naylor
2025-01-06Get rid of radix tree's general purpose memory contextJohn Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30injection_points: Tweak variable-numbered stats to work with pending dataMichael Paquier
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-06Remove useless casts to (const void *)Peter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27jsonapi: add lexer option to keep token ownershipAndrew Dunstan
2024-11-24Test "options=-crole=" and "ALTER DATABASE SET role".Noah Misch
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-11-22Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier
2024-11-16Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-15Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-03Add missing newlines at the end of two SQL filesMichael Paquier
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-30injection_points: Improve comment about disabled isolation permutationMichael Paquier