summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-03-20Log regression.diffs in 027_stream_regress.pl.Thomas Munro
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-19Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-19Add regression tests for ALTER MATERIALIZED VIEW with tablespacesMichael Paquier
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-18Specify database encoding in new ICU test.Tom Lane
2022-03-18Doc: remove bogus instruction to install contrib/hstore.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-17Fix row filters with multiple publicationsTomas Vondra
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-17Fix pg_tablespace_location() with in-place tablespacesMichael Paquier
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
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