summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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-02Fix perl thinko in commit fed6df486dcaAndrew Dunstan
2017-05-01Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-07-19Fix MSVC build for changes in zic.Tom Lane
2016-07-09Fix 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-03-09Add valgrind suppressions for python code.Andres Freund
2016-03-09Add valgrind suppressions for bootstrap related code.Andres Freund
2016-03-06Add valgrind suppression for padding bytes in twophase records.Andres Freund
2016-03-04Add 'tap_tests' flag in config_default.plAlvaro Herrera
2016-02-25MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2015-12-10Accept flex > 2.5.x on Windows, too.Tom Lane
2015-11-21Fix vcregress.pl's bincheckAndrew Dunstan
2015-11-19fix a perl typoAndrew Dunstan
2015-11-19Improve vcregress.pl's handling of tap tests for client programsAndrew Dunstan
2015-11-17Back-patch fixes to make TAP tests work on Windows.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
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-12-25Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch
2014-12-18Recognize Makefile line continuations in fetchRegressOpts().Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-17Add missing documentation for some vcregress modesMagnus Hagander
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-07-23MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-06-18Fix the MSVC build process for uuid-ossp.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-13emacs.samples: Reliably override ".dir-locals.el".Noah Misch
2014-05-30Fix typos in MSVC solution file.Heikki Linnakangas
2014-05-28Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane
2014-05-13Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch
2014-05-12Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane
2014-05-07Remove pgindent ecpg exclusion patternBruce Momjian
2014-05-06Improve pgindent test instructionsBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian
2014-05-06Update typedef list in preparation for pgindent runBruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-24Properly build pg_recvlogical in the msvc build systemMagnus Hagander
2014-04-16Update oidjoins regression test for 9.4.Tom Lane
2014-04-16Attempt to get plpython regression tests working again for MSVC builds.Andrew Dunstan