summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
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-11-23Fix Windows builds in back branches.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
2014-12-25Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch
2014-12-18Recognize Makefile line continuations in fetchRegressOpts().Noah Misch
2014-07-23MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
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-03-16Disable RandomizeBaseAddress on MSVC buildsMagnus Hagander
2014-02-10Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2013-01-31Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander
2013-01-09Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander
2011-11-27Fix MSVC builds broken by xsubpp changeAndrew Dunstan
2011-11-26Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan
2011-09-01Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas
2011-07-04Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.Andrew Dunstan
2011-06-10Add comment about pg_ctl stopAlvaro Herrera
2011-06-09Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian
2011-06-09Update typedef list for upcoming pgindent run.Bruce Momjian
2011-05-25Convert builddoc.bat into a perl script that actually works.Andrew Dunstan
2011-05-22Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan
2011-05-15Add required psqldir setting for isolation checks.Andrew Dunstan
2011-05-15Add missing check function lookup.Andrew Dunstan
2011-05-15Build and run isolation test programs under MSVC.Andrew Dunstan
2011-04-25Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan
2011-04-23Improve findoidjoins to cover more cases.Tom Lane
2011-04-23Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane
2011-04-23Small update to emacs example configurationPeter Eisentraut
2011-04-23Add fill-column setting to emacs example configurationsPeter Eisentraut
2011-04-19Refix the unaccent regression test on MSVC properlyPeter Eisentraut
2011-04-19Treat config.pl as optional in vcregress.plPeter Eisentraut
2011-04-19Fix typoPeter Eisentraut
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-04-08Latest consolidated typedef list from buildfarm.Andrew Dunstan
2011-04-07Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan
2011-04-04Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera
2011-03-11Add comment to tools/git-external-diff.Bruce Momjian
2011-03-10Add proper git-external-diff script to src/tools.Bruce Momjian
2011-03-05Add PL extension files to MSVC Install procedure.Andrew Dunstan
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-04Create extension infrastructure for the core procedural languages.Tom Lane