summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2022-02-09Add TAP test to automate the equivalent of check_gucMichael Paquier
2022-02-08Rename create_function_N test scripts for clarity.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-02-08Add PostgreSQL::Test::Cluster::config_data()Michael Paquier
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-02-02Fix recovery conflict in 027_stream_regress.pl.Thomas Munro
2022-01-31Make canonicalize_path() more canonical.Tom Lane
2022-01-30Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-27Specify --host in 027_stream_regress.pl's pg_regress invocation.Andres Freund
2022-01-27Improve msys2 detection for TAP testsAndrew Dunstan
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24Add tests of the CREATEROLE attributeAndrew Dunstan
2022-01-22Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane
2022-01-21Add new simple TAP test for tablespaces, attempt II.Thomas Munro
2022-01-20Tighten TAP tests' tracking of postmaster state some more.Tom Lane
2022-01-20Try to stabilize reloptions test, again.Thomas Munro
2022-01-19TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane
2022-01-19Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.Tom Lane
2022-01-18Try to stabilize the reloptions test.Thomas Munro
2022-01-18Fix thinko in psql testPeter Eisentraut
2022-01-18Fix psql \d's query for identifying parent triggers.Tom Lane
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-16Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane