summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2 daysFix bogus extra arguments to query_safe in testHeikki Linnakangas
2 daysImprove DDL deparsing testHeikki Linnakangas
3 daysFix failures with cross-version pg_upgrade testsMichael Paquier
3 daysFix two issues with recently-introduced nbtree testMichael Paquier
3 daysFix O_CLOEXEC flag handling in Windows port.Thomas Munro
3 daysWiden MultiXactOffset to 64 bitsHeikki Linnakangas
4 daysUse palloc_object() and palloc_array() in more areas of the treeMichael Paquier
5 daystest_custom_stats: Test module for custom cumulative statisticsMichael Paquier
5 daysinjection_points: Remove portions related to custom pgstatsMichael Paquier
7 daysFix test to work with non-8kB block sizesHeikki Linnakangas
7 daysStabilize tests some moreÁlvaro Herrera
9 daysAdd test for multixid wraparoundHeikki Linnakangas
9 daysSet next multixid's offset when creating a new multixidHeikki Linnakangas
9 daysPut back alternative-output expected filesÁlvaro Herrera
10 daysUse more appropriate DatumGet* functionPeter Eisentraut
10 daysFix amcheck's handling of half-dead B-tree pagesHeikki Linnakangas
10 daysAdd a test for half-dead pages in B-tree indexesHeikki Linnakangas
10 daysFix amcheck's handling of incomplete root splits in B-treeHeikki Linnakangas
10 daysAdd a test for incomplete splits in B-tree indexesHeikki Linnakangas
10 daysShow size of DSAs and dshashes in pg_dsm_registry_allocations.Nathan Bossart
10 daysAvoid use of NOTICE to wait for snapshot invalidationÁlvaro Herrera
10 daysFix ON CONFLICT with REINDEX CONCURRENTLY and partitionsÁlvaro Herrera
10 daysRemove useless casting to same typePeter Eisentraut
11 daysFix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLYÁlvaro Herrera
2025-11-27Fix new test for CATCACHE_FORCE_RELEASE buildsÁlvaro Herrera
2025-11-26oauth_validator: Shorten JSON responses in test logsJacob Champion
2025-11-25Improve test case stabilityÁlvaro Herrera
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
2025-11-24Move isolation test index-killtuples to src/test/modules/index/Michael Paquier
2025-11-18Check for tabs in postgresql.conf.sample.Nathan Bossart
2025-11-16Add test for temporary file removal and WITH HOLD cursorMichael Paquier
2025-11-14Add test for postgresql.conf.sample line syntaxDaniel Gustafsson
2025-11-14Revert "Drop unnamed portal immediately after execution to completion"Michael Paquier
2025-11-12test_dsa: Avoid leaking LWLock tranches.Nathan Bossart
2025-11-12Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
2025-11-12injection_points: Add tests for name limitsMichael Paquier
2025-11-10injection_points: Add variant for injection_point_attach()Michael Paquier
2025-11-06bufmgr: Allow some buffer state modifications while holding header lockAndres Freund
2025-11-05Drop unnamed portal immediately after execution to completionMichael Paquier
2025-11-04BRIN autosummarization may need a snapshotÁlvaro Herrera
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-27Fix GUC check_hook validation for synchronized_standby_slots.Amit Kapila
2025-10-25Guard against division by zero in test_int128 module.Dean Rasheed
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-16Override log_error_verbosity to "default" in test 009_log_temp_filesMichael Paquier
2025-10-16Add tests for logging of temporary file removal and statementMichael Paquier
2025-10-09test_bitmapset: Improve random functionMichael Paquier
2025-10-08Add ExplainState argument to pg_plan_query() and planner().Robert Haas
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-10-03Tidy-up unneeded NULL parameter checks from SQL functionDavid Rowley