summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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
2024-10-29Add missing FATAL => 'all' to a use warnings in PerlPeter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-10-25Fix concurrrently in typcache_rel_type_cache.sqlAlexander Korotkov
2024-10-25injection_points: Disable one permutation in isolation test "basic"Michael Paquier
2024-10-24Handle alphanumeric characters in matching GUC namesDaniel Gustafsson
2024-10-24Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-10-21injection_points: Add basic isolation testMichael Paquier
2024-10-17Fix unusual include stylePeter Eisentraut
2024-10-11Mark consume_xids test functions VOLATILE and PARALLEL UNSAFEHeikki Linnakangas