summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-03-25Add retries for further investigation of 019_replslot_limit.pl failures.Andres Freund
2022-03-24Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-23Clean test_rls_hooks moduleAndrew Dunstan
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-23Force NO_LOCALE / UTF8 for test_oat_hooks testsAndrew Dunstan
2022-03-23Use approved style for listing OBJS in test_oat_hooks MakefileAndrew Dunstan
2022-03-23Try to stabilize vacuum test.Thomas Munro
2022-03-23Temporarily disable installcheck for test_oat_hooks moduleAndrew Dunstan
2022-03-22Tidy up Object Access hooks testsAndrew Dunstan
2022-03-22Fix new Object Access hooks testAndrew Dunstan
2022-03-22Add a test module for Object Access hooksAndrew Dunstan
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-22Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-21Fix bogus dependency handling for GENERATED expressions.Tom Lane
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
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