aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc/Install.pm
Commit message (Expand)AuthorAge
* Silence warning from modern perl about unescaped bracesAndrew Dunstan2016-04-08
* Fix Windows build broken by d78a7d9c7fa3e9cd494b906f065fe7b7fe9fb9a5Teodor Sigaev2016-03-04
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-19
* Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane2015-12-17
* MSVC: Future-proof installation file skip logic.Noah Misch2015-07-29
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix MSVC builds for contrib transforms modules.Andrew Dunstan2015-04-28
* MSVC: install src/test/modules together with contribAlvaro Herrera2015-04-16
* Install shared libraries to bin/ in Windows under MSVCAlvaro Herrera2015-03-18
* MSVC: Process Makefile line continuations more like "make" does.Noah Misch2014-07-14
* Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane2014-05-27
* Provide for client-only installs with MSVC.Andrew Dunstan2014-01-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander2013-01-09
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan2012-09-10
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Install plpgsql.h to to include/server at "make install".Heikki Linnakangas2012-04-16
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-03
* perltidy run over msvc build systemMagnus Hagander2011-07-12
* Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan2011-04-07
* Add PL extension files to MSVC Install procedure.Andrew Dunstan2011-03-05
* Fix MSVC build scripts for recent extension-related changes.Tom Lane2011-02-14
* Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane2011-02-13
* Blind attempt to exclude sepgsql from MSVC build system.Robert Haas2011-01-23
* Ensure the directory for gram.h is created on win32Magnus Hagander2011-01-09
* Properly install gram.h on MSVC buildsMagnus Hagander2011-01-09
* Fix remaining stray references to CVS.Tom Lane2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander2010-04-09
* Move the default configuration for the MSVC build system to config_default.pl,Magnus Hagander2010-01-05
* Read nls.nk files to determine the proper name of NLS catalogs to install.Magnus Hagander2009-04-20
* Install .mo files for NLS as <program>-<version>.mo when building with MSVCMagnus Hagander2009-01-21
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-17
* Add Win32 MSVC code to support this recent patch:Bruce Momjian2008-09-05
* Support for building contrib/uuid-ossp with MSVC.Magnus Hagander2008-02-28
* Fix msvc install for cases where msgfmt (from gettext) is in a directoryMagnus Hagander2008-02-07
* Fix msvc install script to properly install NLS files when built withMagnus Hagander2008-02-07
* Don't try to install README.spiMagnus Hagander2007-12-03
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane2007-10-16
* More detailed error msg (with stack trace) if a file copy fails.Magnus Hagander2007-10-03
* Turn build and vcregress .bat files into pure one line wrappers forAndrew Dunstan2007-09-27
* Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder.Andrew Dunstan2007-09-23
* Replace calls to external dir program with perlish globs and File::FindAndrew Dunstan2007-09-22
* Install dictionary sample files.Magnus Hagander2007-09-12
* Install stopword filesMagnus Hagander2007-08-27
* Fix generation of snowball_create.sql on msvc builds.Magnus Hagander2007-08-27