]> granicus.if.org Git - postgresql/history - src/tools/msvc/Mkvcbuild.pm
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / tools / msvc / Mkvcbuild.pm
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-29 Andrew DunstanRemove now redundant pgpipe code.
2012-03-28 Robert HaasAttempt to unbreak pg_test_timing on Windows.
2012-02-29 Tom LaneFix MSVC builds for previous patch's addition of a...
2012-02-09 Robert HaasAttempt to fix MSVC builds and other fls-related breakage.
2012-01-03 Andrew DunstanSupport for building with MS Visual Studio 2010.
2011-11-29 Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
2011-11-28 Andrew DunstanMake pg_dumpall build with the right object files under...
2011-11-27 Andrew DunstanFix MSVC builds broken by xsubpp change
2011-11-26 Andrew DunstanUse the preferred version of xsubpp, not necessarily...
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools
2011-09-10 Tom LaneTry to un-break MSVC build.
2011-09-01 Heikki LinnakangasFix MinGW build, broken by my previous patch to add...
2011-07-13 Alvaro HerreraBlind attempt at fixing isolation_tester on Win32
2011-07-12 Magnus Haganderperltidy run over msvc build system
2011-05-23 Andrew DunstanRemove spurious underscore in name of isolation tester...
2011-05-15 Andrew DunstanBuild and run isolation test programs under MSVC.
2011-03-05 Tom LaneMake plpythonu language use plpython2 shared library...
2011-02-14 Tom LaneRemove no-longer-needed special case hacks in MSVC...
2011-02-05 Andrew DunstanAttempt to unbreak MSVC builds after pipe.c move.
2011-01-24 Magnus HaganderExclude sepgsql from MSVC regression testing as well
2011-01-24 Robert HaasBlind attempt to exclude sepgsql from MSVC build system.
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-22 Magnus HaganderLink libpgport into pg_test_fsync on msvc
2011-01-14 Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-03 Magnus Haganderperltidy run on the MSVC build system
2010-12-11 Magnus HaganderAdd required new port files to MSVC builds.
2010-11-26 Bruce MomjianAdd inet_net_ntop.c as needed by MSVC, per Magnus.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-13 Andrew DunstanAttempt to fix MSVC builds broken by parallel make...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-07-02 Andrew DunstanUnbreak MSVC builds by removing copydir.c from list...
2010-06-15 Andrew DunstanUnbreak MSVC builds for pg_archivecleanup by linking...
2010-05-13 Andrew DunstanFix MSVC builds for recent plperl changes. Go back...
2010-05-13 Magnus HaganderProperly support multi-line entires (such as OBJS=...
2010-05-13 Andrew DunstanAdd missing library and include support for pg_upgrade...
2010-04-09 Magnus HaganderPerltidy run over the MSVC build system files, to clean...
2010-02-15 Magnus HaganderFix another stupid typo...
2010-02-14 Magnus HaganderMake the msvc build system ask python about details...
2010-01-20 Heikki LinnakangasAdjust MSVC build script too, now that the walreceiver...
2010-01-20 Andrew DunstanFix typo in Mkvcbuild.pl
2010-01-20 Andrew DunstanBuild plperl's new Util.xs
2010-01-17 Magnus HaganderAdd include directory for dblink to find fmgroids.h...
2010-01-16 Magnus HaganderBuild the walreceiver library on MSVC as well.
2010-01-11 Andrew Dunstanremove use of temp file for perlchunks.h, as in recent...
2010-01-09 Andrew DunstanBuild perlchunks.h for plperl on MSVC
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-06-05 Andrew DunstanSearch for versioned perl library instead of using...
2009-04-07 Magnus HaganderSupport Perl 5.10 and TCL 8.5 in MSVC builds.
2009-03-08 Magnus HaganderFix MSVC build for new ways to pull in keywords.c and...
2009-02-25 Magnus HaganderRemove references to foreign data wrapper libraries...
2009-01-21 Magnus HaganderMake win32 builds always do SetEnvironmentVariable...
2008-12-20 Magnus HaganderTeach MSVC build system about building foreign data...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-11-14 Magnus HaganderExclude contrib/intagg from the list of MSVC project...
2008-05-21 Michael MeskesLink in keywords file instead of copying it.
2008-05-21 Magnus HaganderAdd include directory required after the latest changes...
2008-05-10 Andrew DunstanRemaining pieces of fix for contrib makefiles
2008-05-09 Andrew DunstanImprove logic for finding object files on OBJS lines...
2008-04-16 Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-02-28 Magnus HaganderSupport for building contrib/uuid-ossp with MSVC.
2008-02-05 Magnus HaganderHandle libraries in directories with spaces in them.
2007-11-13 Tom Lanecontrib/tsearch2 need not be special-cased any longer.
2007-10-13 Tom LaneOoops, forgot about adding -DFRONTEND.
2007-10-13 Tom LaneTry to fix msvc build for recent initdb changes.
2007-10-03 Magnus HaganderBuild two more .DEF files for ecpg instead of using...
2007-10-03 Magnus HaganderUse snprintf from libpgport in ecpg compatlib. Required...
2007-10-03 Magnus HaganderBuild DEF file for libecpg instead of generating a...
2007-09-29 Magnus HaganderAdd chklocale.c to pgport files for msvc builds, per
2007-09-27 Tom LaneDefine the FRONTEND symbol in postgres_fe.h, which...
2007-08-21 Magnus HaganderBuild snowball DLL for tsearch-in-core.
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-07 Magnus HaganderMove parse.h into src/backend on msvc, which is where...
2007-06-12 Magnus HaganderECPG requires a local include directory to override...
2007-06-12 Magnus HaganderRewrite ECPG regression test driver in C, by splitting...
2007-04-27 Magnus HaganderProperly set MODULE_PATHNAME based on module name inste...
2007-04-26 Magnus Haganderlibpgtypes is a client lib, should not link with backend.
2007-04-21 Magnus HaganderDon't try to build uuid-ossp on msvc.
2007-04-12 Magnus HaganderEnable IPV6 when building with MSVC.
2007-03-29 Magnus HaganderMake ECPG regression tests use native threading instead...
2007-03-24 Magnus HaganderProperly parse the name of contrib modules that aren...
2007-03-23 Magnus HaganderGenerate SQL files for /contrib (based on .sql.in)
2007-03-21 Magnus HaganderNative shared memory implementation for win32.
2007-03-19 Magnus Haganderecpglib requires libpgport, per Andrew Dunstan
2007-03-17 Magnus HaganderAdd cvs tags to msvc build files, along with a (very...
2007-03-17 Magnus HaganderTurn most vc build scripts into modules instead of...