summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
4 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
5 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
6 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
8 daysClean up test_cloexec.c and Makefile.Thomas Munro
11 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
11 daysoauth_validator: Avoid races in log_check()Jacob Champion
13 daysAllow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
13 daysDisable recently added CIC/RI isolation testsÁlvaro Herrera
14 daystest_custom_stats: Fix compilation warningMichael Paquier
14 daystest_custom_stats: Add tests with read/write of auxiliary dataMichael Paquier
14 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-10Fix bogus extra arguments to query_safe in testHeikki Linnakangas
2025-12-10Improve DDL deparsing testHeikki Linnakangas
2025-12-10Fix failures with cross-version pg_upgrade testsMichael Paquier
2025-12-10Fix two issues with recently-introduced nbtree testMichael Paquier
2025-12-09Fix O_CLOEXEC flag handling in Windows port.Thomas Munro
2025-12-09Widen MultiXactOffset to 64 bitsHeikki Linnakangas
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-12-08test_custom_stats: Test module for custom cumulative statisticsMichael Paquier
2025-12-08injection_points: Remove portions related to custom pgstatsMichael Paquier
2025-12-05Fix test to work with non-8kB block sizesHeikki Linnakangas
2025-12-05Stabilize tests some moreÁlvaro Herrera
2025-12-03Add test for multixid wraparoundHeikki Linnakangas
2025-12-03Set next multixid's offset when creating a new multixidHeikki Linnakangas
2025-12-03Put back alternative-output expected filesÁlvaro Herrera
2025-12-03Use more appropriate DatumGet* functionPeter Eisentraut
2025-12-02Fix amcheck's handling of half-dead B-tree pagesHeikki Linnakangas
2025-12-02Add a test for half-dead pages in B-tree indexesHeikki Linnakangas
2025-12-02Fix amcheck's handling of incomplete root splits in B-treeHeikki Linnakangas
2025-12-02Add a test for incomplete splits in B-tree indexesHeikki Linnakangas
2025-12-02Show size of DSAs and dshashes in pg_dsm_registry_allocations.Nathan Bossart
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-02Remove useless casting to same typePeter Eisentraut
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-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