summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/test.sh
Commit message (Expand)AuthorAgeFilesLines
* Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier2022-04-011-279/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add option -N/--no-sync to pg_upgradeMichael Paquier2021-12-181-1/+1
* Remove pg_upgrade support for upgrading from pre-9.2 servers.Tom Lane2021-12-141-3/+0
* Move into separate file all the SQL queries used in pg_upgrade testsMichael Paquier2021-12-021-47/+5
* Fix tests of pg_upgrade across different major versionsMichael Paquier2021-10-131-7/+59
* Fix pg_upgrade test on CygwinPeter Eisentraut2021-04-261-2/+2
* Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier2021-03-101-1/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* More fixups for pg_upgrade cross-version tests.Tom Lane2020-12-301-0/+2
* In pg_upgrade cross-version test, handle postfix operators.Noah Misch2020-12-301-1/+6
* In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch2020-12-301-5/+5
* Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander2020-11-111-2/+0
* Remove analyze_new_cluster script from pg_upgradeMagnus Hagander2020-11-091-7/+1
* Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier2020-06-131-2/+0
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-5/+6
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* pg_upgrade/test.sh: Quote sed(1) argumentAlvaro Herrera2019-09-181-1/+1
* Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan2019-09-091-2/+5
* Treat MINGW and MSYS the same in pg_upgrade test scriptAndrew Dunstan2019-08-261-3/+5
* pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut2019-07-271-1/+1
* Fix regression tests to use only global names beginning with "regress_".Tom Lane2019-06-291-3/+3
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-281-0/+11
* In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch2019-05-281-1/+2
* pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund2019-05-231-0/+8
* pg_upgrade: Don't use separate installation for test.Andres Freund2019-05-211-27/+3
* Make pg_upgrade's test.sh less chatty.Tom Lane2019-05-211-8/+2
* Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch2019-05-191-12/+0
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-191-0/+12
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Use installcheck-parallel in pg_upgrade's testsuite.Andres Freund2018-11-071-1/+1
* Further portability hacking in pg_upgrade's test script.Tom Lane2018-07-211-12/+10
* Be more paranoid about quoting in pg_upgrade's test script.Tom Lane2018-07-211-7/+7
* Avoid unportable shell syntax in pg_upgrade's test script.Tom Lane2018-07-201-2/+2
* Allow MSYS as well as MINGW in Msys unameAndrew Dunstan2018-05-041-1/+1
* Skip permissions test under MINGW/WindowsStephen Frost2018-04-081-9/+16
* Allow group access on PGDATAStephen Frost2018-04-071-8/+8
* Refactor dir/file permissionsStephen Frost2018-04-071-0/+11
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-1/+3
* Fix bit-rot in pg_upgrade's test.sh, and improve documentation.Tom Lane2017-06-081-6/+20
* Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan2017-04-101-2/+2
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-211-0/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-081-0/+17
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-281-2/+2
* Honour TEMP_CONFIG when testing pg_upgradeAndrew Dunstan2015-09-171-0/+4
* Remove redundant "make install" from pg_upgrade test suite.Noah Misch2015-07-291-1/+0
* Replace use of "diff -q".Noah Misch2015-07-081-1/+2