summaryrefslogtreecommitdiff
path: root/src/test/modules/injection_points
AgeCommit message (Expand)Author
7 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
2025-12-15Allow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
2025-12-15Disable recently added CIC/RI isolation testsÁlvaro Herrera
2025-12-08injection_points: Remove portions related to custom pgstatsMichael Paquier
2025-12-05Stabilize tests some moreÁlvaro Herrera
2025-12-03Put back alternative-output expected filesÁlvaro Herrera
2025-12-02Avoid use of NOTICE to wait for snapshot invalidationÁlvaro Herrera
2025-12-02Fix ON CONFLICT with REINDEX CONCURRENTLY and partitionsÁlvaro Herrera
2025-12-01Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLYÁlvaro Herrera
2025-11-27Fix new test for CATCACHE_FORCE_RELEASE buildsÁlvaro Herrera
2025-11-25Improve test case stabilityÁlvaro Herrera
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
2025-11-12injection_points: Add tests for name limitsMichael Paquier
2025-11-10injection_points: Add variant for injection_point_attach()Michael Paquier
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-09-30injection_points: Add proper locking when reporting fixed-variable statsMichael Paquier
2025-09-29injection_points: Enable entry count in its variable-sized statsMichael Paquier
2025-09-17injection_points: Fix incrementation of variable-numbered statsMichael Paquier
2025-07-25Lower bounds related to pgstats kindsMichael Paquier
2025-07-10injection_points: Add injection_points_list()Michael Paquier
2025-07-02meson: Increase minimum version to 0.57.2Peter Eisentraut
2025-06-25Avoid scribbling of VACUUM optionsMichael Paquier
2025-05-10injection_points: Add support and tests for runtime argumentsMichael Paquier
2025-05-10Add support for runtime arguments in injection pointsMichael Paquier
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-09Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch
2025-02-11Injection points for hash aggregation.Jeff Davis
2025-02-07injection_points: Tweak more permutation in isolation test "basic"Michael Paquier
2025-02-06injection_points: Re-enable permutation in isolation test "basic"Michael Paquier
2025-01-31injection_points: Add routine able to drop all statsMichael Paquier
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-01Update copyright for 2025Bruce Momjian
2024-12-30injection_points: Tweak variable-numbered stats to work with pending dataMichael Paquier
2024-11-22Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier
2024-10-31injection_points: Improve comment about disabled isolation permutationMichael Paquier
2024-10-25injection_points: Disable one permutation in isolation test "basic"Michael Paquier
2024-10-21injection_points: Add basic isolation testMichael Paquier
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-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-04Simplify makefiles exporting twice enable_injection_pointsMichael Paquier
2024-08-23injection_point: Add injection_points.statsMichael Paquier
2024-08-23injection_points: Add initialization of shmem state when loading moduleMichael Paquier
2024-08-19injection_points: Add stats for point caching and loadingMichael Paquier
2024-08-05injection_points: Add some fixed-numbered statisticsMichael Paquier
2024-08-05injection_points: Add some cumulative stats for injection pointsMichael Paquier
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-05Support loading of injection pointsMichael Paquier