aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan2018-05-06
* Provide for testing on python3 modules when under MSVCAndrew Dunstan2018-05-04
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-03
* 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
* 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
* Support building with Visual Studio 2017Andrew Dunstan2017-09-25
* 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
* Update RELEASE_CHANGES' example of branch name format.Tom Lane2017-08-06
* 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
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* 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
* Fix broken link-command-line ordering for libpgfeutils.Tom Lane2017-07-14
* 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
* Remove entab and associated detritus.Tom Lane2017-06-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Adjust pgindent script to use pg_bsd_indent 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Teach pgindent to skip files generated by bison or flex automatically.Tom Lane2017-06-16
* 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
* Update URLs in pgindent source and READMEMagnus Hagander2017-05-23
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Update typedefs list in prep. for post-PG10 beta1 pgindent runBruce Momjian2017-05-17
* Add download URL for perltidy version v20090616Bruce Momjian2017-05-17
* Update oidjoins regression test for v10.Tom Lane2017-05-15
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-12
* Add libxml2 include path for MSVC buildsAndrew Dunstan2017-05-12
* pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent srcBruce Momjian2017-05-09