]> granicus.if.org Git - postgresql/history - src/tools/msvc/Project.pm
Add basic build support for Visual Studio 2008, without resorting to
[postgresql] / src / tools / msvc / Project.pm
2009-12-23 Magnus HaganderAdd basic build support for Visual Studio 2008, without...
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-07-27 Magnus HaganderEnable the use of multiple CPUs/cores when building...
2008-04-15 Andrew DunstanAdd multi-line flag to regex that needs it. Backpatch...
2008-02-19 Magnus HaganderUn-break msvc port yet again (it started pulling in...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-02-05 Magnus HaganderHandle libraries in directories with spaces in them.
2007-12-11 Magnus HaganderUse _USE_32BIT_TIME_T when building with MSVC. Also...
2007-08-21 Magnus HaganderBuild snowball DLL for tsearch-in-core.
2007-07-25 Magnus HaganderDisable warning 4090 = different const qualifiers on...
2007-06-12 Magnus HaganderECPG requires a local include directory to override...
2007-03-29 Magnus HaganderMake ECPG regression tests use native threading instead...
2007-03-17 Magnus HaganderAdd cvs tags to msvc build files, along with a (very...
2007-03-12 Magnus HaganderMake a run with perltidy to format the code. Per reques...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2007-01-24 Bruce MomjianWhen using MSVC, disable the building of ecpg if pthrea...
2007-01-16 Neil Conwayvcbuild updates from Magnus:
2007-01-04 Tom LaneFix AddDefine to handle quotes properly. Magnus
2006-11-20 Tom LaneMore MSVC build fixes:
2006-10-22 Tom LaneVarious MSVC build fixes from Magnus; also remove stray...
2006-09-15 Tom LaneSeveral fixes for MSVC build scripts, from Magnus.
2006-09-04 Bruce MomjianAdd MSVC build tools.