summaryrefslogtreecommitdiff
path: root/src/test/modules/test_misc
AgeCommit message (Expand)Author
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-05Drop unnamed portal immediately after execution to completionMichael Paquier
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-08-20Fix assertion failure with replication slot release in single-user modeMichael Paquier
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-29Add missing FATAL => 'all' to a use warnings in PerlPeter Eisentraut
2024-10-24Handle alphanumeric characters in matching GUC namesDaniel Gustafsson
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
2024-07-16Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan
2024-07-16Add tap test for pg_signal_autovacuum roleMichael Paquier
2024-05-15Make all Perl warnings fatal, catch-upPeter Eisentraut
2024-03-15Use locale-aware value for \watch in 005_timeouts.plAlexander Korotkov
2024-03-15Fix wordings in timeouts TAP testAlexander Korotkov
2024-03-14Add TAP tests for timeoutsAlexander Korotkov
2024-01-05Add copyright notices to a few perl scripts that don't have themAndrew Dunstan
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-02Fix 003_check_guc.pl when loading modules with custom GUCsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-14Rename io_direct to debug_io_direct.Thomas Munro
2023-04-13Skip the 004_io_direct.pl test if a pre-flight check fails.Thomas Munro
2023-04-08Use higher wal_level for 004_io_direct.pl.Thomas Munro
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-13Use installed postgresql.conf.sample for GUC sanity TAP testAndrew Dunstan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-16Add TAP test to automate the equivalent of check_guc, take twoMichael Paquier
2022-02-12Revert "Add TAP test to automate the equivalent of check_guc"Michael Paquier
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-09Add TAP test to automate the equivalent of check_gucMichael Paquier
2022-01-21Add new simple TAP test for tablespaces, attempt II.Thomas Munro
2022-01-14Revert "Add new simple TAP test for tablespaces."Thomas Munro
2022-01-14Add new simple TAP test for tablespaces.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan