summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-07-23MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch
2014-07-15Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-14MSVC: Apply icons to all binaries having them in a MinGW build.Noah Misch
2014-07-14MSVC: Process Makefile line continuations more like "make" does.Noah Misch
2014-07-14MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules.Noah Misch
2014-07-14Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e.Noah Misch
2014-07-12Support --with-extra-version equivalent functionality in MSVC buildMagnus Hagander
2014-06-18Fix the MSVC build process for uuid-ossp.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-11Stamp shared-library minor version numbers for 9.5.Tom Lane
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-12Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane
2014-05-06pgindent run for 9.4Bruce 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-16Attempt to get plpython regression tests working again for MSVC builds.Andrew Dunstan
2014-04-10The new pointer_to_struct test needs a special command line parameter to ecpg.Michael Meskes
2014-02-18Disable RandomizedBaseAddress on MSVC buildsMagnus Hagander
2014-02-11Make gendef.pl emit DATA annotations for global variables.Tom Lane
2014-01-26Provide for client-only installs with MSVC.Andrew Dunstan
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2014-01-23Allow case insensitive build version argument for MSVC.Andrew Dunstan
2014-01-19Rename msvc build option krb5 to gssMagnus Hagander
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-11-14Fix whitespacePeter Eisentraut
2013-11-13Fix isolation check for MSVC to handle recent changes.Andrew Dunstan
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-19Move rmtree() from libpgport to libpgcommonPeter Eisentraut
2013-10-19Move pgfnames() from libpgport to libpgcommonPeter Eisentraut
2013-10-18Add libpgport to isolationtester on MSVCPeter Eisentraut
2013-10-18Switch order of libpgport and libpgcommon in MSVC build as wellPeter Eisentraut
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-14Attempt to fix MSVC build for asprintf additionPeter Eisentraut
2013-06-14Stamp shared-library minor version numbers for 9.4.Tom Lane
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-03-23Avoid renaming data directory during MSVC upgrade testing.Andrew Dunstan
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
2013-03-06Fix message typo.Andrew Dunstan
2013-02-27Fix MSVC build.Heikki Linnakangas
2013-02-25Redo MSVC build implementation for pg_xlogdump.Andrew Dunstan
2013-02-25Provide MSVC build setup for pg_xlogdump.Andrew Dunstan
2013-02-22Move relpath() to libpgcommonAlvaro Herrera