summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-24MSVC: Finish clean.bat build artifact coverage.Noah Misch
2017-07-24MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch
2017-07-17MSVC: Don't link libpgcommon into pgcrypto.Noah Misch
2017-07-16fix typoAndrew Dunstan
2017-07-16Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan
2017-07-09MSVC: Repair libpq.rc generator.Noah Misch
2017-06-28Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-13Use correct ICU path for Windows 32 vs. 64 bitPeter Eisentraut
2017-06-12Add MSVC build system support for ICUPeter Eisentraut
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-17Post-PG 10 beta1 pgperltidy runBruce Momjian
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-05Build pgoutput.dll in MSVC buildMagnus Hagander
2017-05-02Fix perl thinko in commit fed6df486dcaAndrew Dunstan
2017-05-01Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan
2017-04-11Remove bogus redefinition of _MSC_VER.Tom Lane
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-04-02Remove reinvention of stringify macro.Tom Lane
2017-03-28Fix Perl code which had broken the Windows buildPeter Eisentraut
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-23Remove createlang and droplangPeter Eisentraut
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-19Dept of second thoughts: rename new perl script.Tom Lane
2017-02-19Suppress "unused variable" warnings with older versions of flex.Tom Lane
2017-02-13Remove contrib/tsearch2.Robert Haas
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2016-12-18MSVC: Position MSBFLAGS after flags it might override.Noah Misch
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-11-08Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2016-10-04Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-23Improve error message on MSVC if perl*.lib is not found.Heikki Linnakangas
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas