summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2011-03-05Add PL extension files to MSVC Install procedure.Andrew Dunstan
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
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-02-05Attempt to unbreak MSVC builds after pipe.c move.Andrew Dunstan
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-04Use single quotes when there are backslashes in the filenameMagnus Hagander
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-01-24Exclude sepgsql from MSVC regression testing as wellMagnus Hagander
2011-01-24Blind attempt to exclude sepgsql from MSVC build system.Robert Haas
2011-01-23Silence flex warnings about DOS file paths in MSVC buildsAndrew Dunstan
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-22Link libpgport into pg_test_fsync on msvcMagnus Hagander
2011-01-14Use a lexer and grammar for parsing walsender commandsMagnus Hagander
2011-01-09Ensure the directory for gram.h is created on win32Magnus Hagander
2011-01-09Properly install gram.h on MSVC buildsMagnus Hagander
2011-01-03perltidy run on the MSVC build systemMagnus Hagander
2010-12-11Add required new port files to MSVC builds.Magnus Hagander
2010-11-26Add inet_net_ntop.c as needed by MSVC, per Magnus.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
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