summaryrefslogtreecommitdiff
path: root/src/tools/msvc/vcregress.pl
AgeCommit message (Expand)Author
2023-02-26Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier
2022-04-02Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier
2022-04-01Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-02-18Add support for building with ZSTD.Robert Haas
2022-02-13Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-14Use in-place tablespaces in regression test.Thomas Munro
2022-01-10Avoid warning about uninitialized value in MSVC python3 testsAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-07Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan
2021-12-18Add option -N/--no-sync to pg_upgradeMichael Paquier
2021-12-15Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier
2021-12-07Enable settings used in TAP tests for MSVC buildsAndrew Dunstan
2021-11-05pgcrypto: Remove non-OpenSSL supportPeter Eisentraut
2021-10-22Add module build directory to the PATH for TAP testsAndrew Dunstan
2021-05-19Avoid creating testtablespace directories where not wanted.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-11Fix vcregress.pl's ancient misspelling of --max-connections.Tom Lane
2021-05-11Get rid of the separate serial_schedule list of tests.Tom Lane
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-03-10Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier
2021-03-05Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scriptsMichael Paquier
2020-11-11Remove line missed in previous commitMagnus Hagander
2020-11-11Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander
2020-11-09Remove analyze_new_cluster script from pg_upgradeMagnus Hagander
2020-07-10Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier
2020-06-18Remove reset of testtablespace from pg_regress on WindowsMichael Paquier
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-07MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-14Set Perl search path more idiomaticallyAndrew Dunstan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-01-30Fix vcregress.pl for new plperl test case.Tom Lane
2020-01-08Modernize Python exception syntax in testsPeter Eisentraut
2019-09-11Expand properly list of TAP tests used for prove in vcregress.plMichael Paquier
2019-07-27pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch