summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2019-07-25Fix syntax error in commit 20e99cddd.Tom Lane
2019-07-25Honor MSVC WindowsSDKVersion if setAndrew Dunstan
2019-07-02Add support for Visual Studio 2019 in build scriptsMichael Paquier
2019-06-26Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier
2019-05-29MSVC: Add "use File::Path qw(rmtree)".Noah Misch
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-28In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-02-06Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan
2019-02-06Fix included file path for modern perlAndrew Dunstan
2019-02-05More fixed for modern perl on back branchesAndrew Dunstan
2019-01-19Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra
2018-11-17Add valgrind suppressions for wcsrtombs optimizationsTomas Vondra
2018-10-28Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan
2018-09-11Support building with Visual Studio 2017Andrew Dunstan
2018-07-28pgtest: run clean, build, and check stages separatelyBruce Momjian
2018-07-28pgtest: grab possible warnings from install.logBruce Momjian
2018-05-06Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan
2018-05-04Provide for testing on python3 modules when under MSVCAndrew Dunstan
2018-02-27Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-01-03Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan
2017-12-09MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch
2017-12-09MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-12-09MSVC: Remove cosmetic, cross-branch differences pertaining to Perl.Noah Misch
2017-11-27Fix typo in commentMagnus Hagander
2017-11-25Update MSVC build process for new timezone data.Tom Lane
2017-11-24Support linking with MinGW-built Perl.Noah Misch
2017-11-13MSVC: Rebuild spiexceptions.h when out of date.Noah Misch
2017-10-26Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan
2017-09-03Fix macro-redefinition warning on MSVC.Tom Lane
2017-08-17Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane
2017-08-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane
2017-08-02Silence warning from modern perl about unescaped bracesTom Lane
2017-07-31PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-24MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch
2017-07-16fix typoAndrew Dunstan
2017-07-16Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan
2017-06-10Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan
2017-06-06Fix thinko in previous openssl changeAndrew Dunstan
2017-06-05Find openssl lib files in right directory for MSVCAndrew Dunstan
2017-05-23Update URLs in pgindent source and READMEMagnus Hagander
2017-05-12Honor PROVE_FLAGS environment settingAndrew Dunstan
2017-05-12Add libxml2 include path for MSVC buildsAndrew Dunstan
2017-05-07Install the "posixrules" timezone link in MSVC builds.Tom Lane
2017-05-05Allow MSVC to build with Tcl 8.6.Alvaro Herrera
2017-05-02Fix perl thinko in commit fed6df486dcaAndrew Dunstan
2017-05-01Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas