summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2010-11-13Attempt to fix MSVC builds broken by parallel make changes.Andrew Dunstan
2010-10-17Fix msvc build for localized versions of Visual C++Magnus Hagander
2010-09-28Fix MSVC builds for dummy_seclabel breakage.Andrew Dunstan
2010-09-22Fix remaining stray references to CVS.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-02Unbreak MSVC builds by removing copydir.c from list of libpgport filesAndrew Dunstan
2010-06-15Unbreak MSVC builds for pg_archivecleanup by linking with libpgportAndrew Dunstan
2010-05-13Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan
2010-05-13Properly support multi-line entires (such as OBJS=) when buildingMagnus Hagander
2010-05-13Add missing library and include support for pg_upgrade to MSVC build system.Andrew Dunstan
2010-04-09Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander
2010-03-21Adding special command line option that is now needed for the one ecpg regres...Michael Meskes
2010-03-03Make iconv work like other optional libraries for MSVC.Andrew Dunstan
2010-03-02Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan
2010-03-02Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan
2010-03-02Add XSLT defines for MSVC buildsAndrew Dunstan
2010-02-15Fix another stupid typo...Magnus Hagander
2010-02-14Make the msvc build system ask python about details of version and installationMagnus Hagander
2010-01-20Adjust MSVC build script too, now that the walreceiver dynamic moduleHeikki Linnakangas
2010-01-20Fix typo in Mkvcbuild.plAndrew Dunstan
2010-01-20Build plperl's new Util.xsAndrew Dunstan
2010-01-17Add include directory for dblink to find fmgroids.h on VS2008 builds.Magnus Hagander
2010-01-16Build the walreceiver library on MSVC as well.Magnus Hagander
2010-01-11remove use of temp file for perlchunks.h, as in recent change to plperl GNUma...Andrew Dunstan
2010-01-09Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan
2010-01-09Build perlchunks.h for plperl on MSVCAndrew Dunstan
2010-01-05Move the default configuration for the MSVC build system to config_default.pl,Magnus Hagander
2010-01-05Disable linker warning 4197 on Win64, that is caused by the fact that we exportMagnus Hagander
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Silence compiler warning about size of size_t being larger than the resultMagnus Hagander
2010-01-01Detect a 64-bit build environment on Windows, and generate the appropriateMagnus Hagander
2010-01-01Delete solution cache file on clean, if it exists.Magnus Hagander
2009-12-30Exclude part of the product name string that is localized in Japanese versionsMagnus Hagander
2009-12-23Add basic build support for Visual Studio 2008, without resorting toMagnus Hagander
2009-12-19plpgsql patch broke the MSVC build, too.Tom Lane
2009-11-12Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-27Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a fewTom Lane
2009-09-26Extend the BKI infrastructure to allow system catalogs to be givenTom Lane
2009-09-19Fix MSVC build breakage from psql help changes. Per Josh Williams.Andrew Dunstan
2009-08-18Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of m...Andrew Dunstan
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-07-27Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander
2009-07-16Add erand48() to the set of functions supported by our src/port/ library,Tom Lane
2009-06-05Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan
2009-04-20Read nls.nk files to determine the proper name of NLS catalogs to install.Magnus Hagander
2009-04-07Support Perl 5.10 and TCL 8.5 in MSVC builds.Magnus Hagander