aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAge
* 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
* Remove reinvention of stringify macro.Tom Lane2017-04-02
* Fix Perl code which had broken the Windows buildPeter Eisentraut2017-03-28
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Remove createlang and droplangPeter Eisentraut2017-03-23
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-07
* De-support floating-point timestamps.Tom Lane2017-02-23
* Dept of second thoughts: rename new perl script.Tom Lane2017-02-19
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-19
* Remove contrib/tsearch2.Robert Haas2017-02-13
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-14
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-13
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-05
* MSVC: Position MSBFLAGS after flags it might override.Noah Misch2016-12-18
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-18
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-17
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-04
* Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane2016-10-03
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29