summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-15Add more regression tests for pg_ls_dir()Michael Paquier
2022-03-14Support "of", "tzh", and "tzm" format codes.Robert Haas
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-12Force track_io_timing off in explain.sql to avoid failures when enabled.Andres Freund
2022-03-12Set synchronous_commit=on in test_setup.sql.Andres Freund
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-03-09ldap tests: Add paths for openbsd.Andres Freund
2022-03-09ldap tests: Don't run on unsupported operating systems.Andres Freund
2022-03-09pycodestyle (PEP 8) cleanup in Python scriptsPeter Eisentraut
2022-03-05Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-03-04Fix pg_regress to print the correct postmaster address on Windows.Tom Lane
2022-03-04Add some additional tests for row filters in logical replication.Amit Kapila
2022-03-04Tighten overflow checks in tidin().Tom Lane
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-28Handle integer overflow in interval justification functions.Tom Lane
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-24Guard against reallocation failure in pg_regressDaniel Gustafsson
2022-02-24Fix one of the tests introduced in commit 52e4f0cd47.Amit Kapila
2022-02-23Remove duplicated word in commentDaniel Gustafsson
2022-02-23Add function to pump IPC process until string matchDaniel Gustafsson
2022-02-23Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-22Put typtype letters back into consistent orderPeter Eisentraut
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-17Disable perl2host() processing in TAP testsAndrew Dunstan
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-16Reject trailing junk after numeric literalsPeter Eisentraut
2022-02-16Add TAP test to automate the equivalent of check_guc, take twoMichael Paquier
2022-02-15Fix race condition in 028_pitr_timelines.pl test, add note to docs.Heikki Linnakangas
2022-02-15Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane
2022-02-15Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson
2022-02-15Add more logging to new 028_pitr_timelines.pl test.Heikki Linnakangas
2022-02-15Add test case for trailing junk after numeric literalsPeter Eisentraut
2022-02-14Add test case for an archive recovery corner case.Heikki Linnakangas
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-14Improve correlation names in sanity testsPeter Eisentraut
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-13Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro
2022-02-12Revert "Add TAP test to automate the equivalent of check_guc"Michael Paquier
2022-02-11Simplify lazy_scan_heap's handling of scanned pages.Peter Geoghegan
2022-02-11Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-10Set SNI ClientHello extension to localhost in testsDaniel Gustafsson
2022-02-10Add min() and max() aggregates for xid8.Fujii Masao
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch