summaryrefslogtreecommitdiff
path: root/src/tools/msvc/Install.pm
AgeCommit message (Expand)Author
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-07Install the "posixrules" timezone link in MSVC builds.Tom Lane
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-23Remove createlang and droplangPeter Eisentraut
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-07-09Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-04-08Silence warning from modern perl about unescaped bracesAndrew Dunstan
2016-03-04Fix Windows build broken by d78a7d9c7fa3e9cd494b906f065fe7b7fe9fb9a5Teodor Sigaev
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2015-12-18Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane
2015-07-30MSVC: Future-proof installation file skip logic.Noah Misch
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-28Fix MSVC builds for contrib transforms modules.Andrew Dunstan
2015-04-16MSVC: install src/test/modules together with contribAlvaro Herrera
2015-03-18Install shared libraries to bin/ in Windows under MSVCAlvaro Herrera
2014-07-14MSVC: Process Makefile line continuations more like "make" does.Noah Misch
2014-05-28Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane
2014-01-26Provide for client-only installs with MSVC.Andrew Dunstan
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-09Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-09-10Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-16Install plpgsql.h to to include/server at "make install".Heikki Linnakangas
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2011-07-12perltidy run over msvc build systemMagnus Hagander
2011-04-08Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan
2011-03-05Add PL extension files to MSVC Install procedure.Andrew Dunstan
2011-02-15Fix MSVC build scripts for recent extension-related changes.Tom Lane
2011-02-14Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane
2011-01-24Blind attempt to exclude sepgsql from MSVC build system.Robert Haas
2011-01-09Ensure the directory for gram.h is created on win32Magnus Hagander
2011-01-09Properly install gram.h on MSVC buildsMagnus Hagander
2010-09-22Fix remaining stray references to CVS.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-09Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander
2010-01-05Move the default configuration for the MSVC build system to config_default.pl,Magnus Hagander
2009-04-20Read nls.nk files to determine the proper name of NLS catalogs to install.Magnus Hagander
2009-01-21Install .mo files for NLS as <program>-<version>.mo when building with MSVCMagnus Hagander
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-05Add Win32 MSVC code to support this recent patch:Bruce Momjian
2008-02-28Support for building contrib/uuid-ossp with MSVC.Magnus Hagander
2008-02-07Fix msvc install for cases where msgfmt (from gettext) is in a directoryMagnus Hagander
2008-02-07Fix msvc install script to properly install NLS files when built withMagnus Hagander
2007-12-03Don't try to install README.spiMagnus Hagander