aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Doc: remove bogus instruction to install contrib/hstore.Tom Lane2022-03-18
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-17
* Fix row filters with multiple publicationsTomas Vondra2022-03-17
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Fix pg_tablespace_location() with in-place tablespacesMichael Paquier2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Add more regression tests for pg_ls_dir()Michael Paquier2022-03-15
* Support "of", "tzh", and "tzm" format codes.Robert Haas2022-03-14
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Force track_io_timing off in explain.sql to avoid failures when enabled.Andres Freund2022-03-12
* Set synchronous_commit=on in test_setup.sql.Andres Freund2022-03-12
* Restore the previous semantics of get_constraint_index().Tom Lane2022-03-11
* ldap tests: Add paths for openbsd.Andres Freund2022-03-09
* ldap tests: Don't run on unsupported operating systems.Andres Freund2022-03-09
* pycodestyle (PEP 8) cleanup in Python scriptsPeter Eisentraut2022-03-09
* Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch2022-03-04
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Fix pg_regress to print the correct postmaster address on Windows.Tom Lane2022-03-04
* Add some additional tests for row filters in logical replication.Amit Kapila2022-03-04
* Tighten overflow checks in tidin().Tom Lane2022-03-03
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Handle integer overflow in interval justification functions.Tom Lane2022-02-28
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* Guard against reallocation failure in pg_regressDaniel Gustafsson2022-02-24
* Fix one of the tests introduced in commit 52e4f0cd47.Amit Kapila2022-02-24
* Remove duplicated word in commentDaniel Gustafsson2022-02-23
* Add function to pump IPC process until string matchDaniel Gustafsson2022-02-23
* Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-22
* Put typtype letters back into consistent orderPeter Eisentraut2022-02-22
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Disable perl2host() processing in TAP testsAndrew Dunstan2022-02-17
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-16
* Add TAP test to automate the equivalent of check_guc, take twoMichael Paquier2022-02-16
* Fix race condition in 028_pitr_timelines.pl test, add note to docs.Heikki Linnakangas2022-02-16
* Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane2022-02-15
* Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson2022-02-15
* Add more logging to new 028_pitr_timelines.pl test.Heikki Linnakangas2022-02-15
* Add test case for trailing junk after numeric literalsPeter Eisentraut2022-02-15
* Add test case for an archive recovery corner case.Heikki Linnakangas2022-02-14
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Improve correlation names in sanity testsPeter Eisentraut2022-02-14
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-14
* Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro2022-02-14
* Revert "Add TAP test to automate the equivalent of check_guc"Michael Paquier2022-02-12