summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-11Update .gitignorePeter Eisentraut
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-05Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
2024-09-03Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier
2024-09-03Simplify makefiles exporting twice enable_injection_pointsMichael Paquier
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier