summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2024-06-26Remove redundant perl version checksAndrew Dunstan
2018-10-28Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan
2018-09-11Support building with Visual Studio 2017Andrew Dunstan
2018-09-11Support building with Visual Studio 2015Andrew Dunstan
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-08MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-11-27Fix typo in commentMagnus Hagander
2017-11-25Update MSVC build process for new timezone data.Tom Lane
2017-11-23Support linking with MinGW-built Perl.Noah Misch
2017-11-12MSVC: 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-23MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch
2017-06-05Fix 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-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
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-07-19Fix MSVC build for changes in zic.Tom Lane
2016-07-11Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane
2016-04-08Turn down MSVC compiler verbosityAndrew Dunstan
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-01-19Properly install dynloader.h on MSVC buildsBruce Momjian
2015-12-10Accept flex > 2.5.x on Windows, too.Tom Lane
2015-07-07Turn install.bat into a pure one line wrapper fort he perl script.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-12-25Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch
2014-12-18Recognize Makefile line continuations in fetchRegressOpts().Noah Misch
2014-12-17Lock down regression testing temporary clusters on Windows.Noah Misch
2014-07-23MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-05-30Fix typos in MSVC solution file.Heikki Linnakangas
2014-05-12Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane
2014-04-16Attempt to get plpython regression tests working again for MSVC builds.Andrew Dunstan
2014-02-18Disable RandomizedBaseAddress on MSVC buildsMagnus Hagander