aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAge
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Fix msvc/ecpg_regression.proj for recent ECPG test additions.Tom Lane2018-03-15
* Actually pick .lib file when multiple perl libs are presentMagnus Hagander2018-03-04
* Fix msvc builds for ActivePerl > 5.24Magnus Hagander2018-03-02
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-30
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-03
* Start a separate test suite for plpgsqlPeter Eisentraut2017-12-13
* MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch2017-12-09
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-08
* Fix typo in commentMagnus Hagander2017-11-27
* Update MSVC build process for new timezone data.Tom Lane2017-11-25
* Support linking with MinGW-built Perl.Noah Misch2017-11-23
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-16
* Disable installcheck tests for test_session_hooksAndrew Dunstan2017-11-15
* MSVC: Rebuild spiexceptions.h when out of date.Noah Misch2017-11-12
* Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan2017-10-26
* Enforce our convention about max number of parallel regression tests.Tom Lane2017-10-07
* Attempt to adapt windows build for 212e6f34d55c.Andres Freund2017-10-04
* Support building with Visual Studio 2017Andrew Dunstan2017-09-25
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix macro-redefinition warning on MSVC.Tom Lane2017-09-03
* Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane2017-08-17
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-14
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-28
* MSVC: Finish clean.bat build artifact coverage.Noah Misch2017-07-24
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-23
* MSVC: Don't link libpgcommon into pgcrypto.Noah Misch2017-07-16
* fix typoAndrew Dunstan2017-07-16
* Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan2017-07-16
* MSVC: Repair libpq.rc generator.Noah Misch2017-07-09
* Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane2017-06-28
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Use correct ICU path for Windows 32 vs. 64 bitPeter Eisentraut2017-06-13
* Add MSVC build system support for ICUPeter Eisentraut2017-06-12
* Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan2017-06-10
* Fix thinko in previous openssl changeAndrew Dunstan2017-06-05
* Find openssl lib files in right directory for MSVCAndrew Dunstan2017-06-05
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-12
* Add libxml2 include path for MSVC buildsAndrew Dunstan2017-05-12
* Install the "posixrules" timezone link in MSVC builds.Tom Lane2017-05-07
* Allow MSVC to build with Tcl 8.6.Alvaro Herrera2017-05-05
* Build pgoutput.dll in MSVC buildMagnus Hagander2017-05-05
* Fix perl thinko in commit fed6df486dcaAndrew Dunstan2017-05-02
* Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan2017-05-01
* Remove bogus redefinition of _MSC_VER.Tom Lane2017-04-11
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07