]> granicus.if.org Git - postgresql/history - src/tools/msvc/Solution.pm
Add basic build support for Visual Studio 2008, without resorting to
[postgresql] / src / tools / msvc / Solution.pm
2009-12-23 Magnus HaganderAdd basic build support for Visual Studio 2008, without...
2009-09-19 Andrew DunstanFix MSVC build breakage from psql help changes. Per...
2009-01-06 Magnus HaganderMake the MSVC build output "32-bit" at the end of the...
2008-12-16 Andrew DunstanAttempt to fix MSVC breakage from Major Version patch.
2008-11-14 Michael MeskesEnable script to generate preproc.y in build process.
2008-08-16 Magnus Haganderprobes.h is generated from probes.d, not pg_trace.d.
2008-06-24 Tom LaneOops, make the MSVC build put fmgroids.h where it needs...
2008-06-23 Tom LaneFix Gen_fmgrtab.sh to not rely on hard-wired knowledge...
2008-05-03 Andrew DunstanProvide for MSVC config equivalents of recently added...
2008-04-21 Magnus HaganderClean up float4byval and float8byval handling by dealin...
2008-04-21 Magnus HaganderMake float4byval and float8byval configurable on MSVC.
2008-04-15 Andrew DunstanMake integer_datetimes the default for MSVC even if...
2008-03-21 Andrew DunstanGenerate dummy probes.h for MSVC builds.
2008-02-28 Magnus HaganderSupport for building contrib/uuid-ossp with MSVC.
2008-02-19 Magnus HaganderUnbreak MSVC build after recent addition of HTMLDIR.
2007-10-03 Magnus HaganderBuild two more .DEF files for ecpg instead of using...
2007-10-03 Magnus HaganderBuild DEF file for libecpg instead of generating a...
2007-09-03 Tom LaneFix MSVC build (I think) for recent pg_proc.h column...
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-12 Magnus HaganderEnable GSSAPI to build using MSVC. Always build GSSAPI...
2007-07-12 Magnus HaganderFix freenig of names in Kerberos when using MIT - need...
2007-06-20 Andrew DunstanQuiet warnings about redefined PGPORT macros for MSVC.
2007-05-27 Michael MeskesApplied Joachim's patch for ecpg_config.h creation...
2007-05-15 Andrew Dunstanfix perl thinko
2007-05-15 Andrew DunstanUse configured pgport in MSVC config file.
2007-04-26 Magnus HaganderGenerate "fake configure output" for pg_config, so...
2007-04-16 Magnus HaganderEnable IPV6 for all MSVC builds, including the VC6...
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 HaganderSupport for installing NLS files, and update support...
2007-03-23 Magnus HaganderAdd define to exclude configured libraries, to be able...
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...
2007-03-12 Magnus HaganderMake a run with perltidy to format the code. Per reques...
2007-03-06 Magnus HaganderAdd script to build documentation on win32 without...
2007-02-21 Magnus HaganderRevert changes to process pg_proc.h entries without...
2007-02-19 Magnus HaganderParse pg_proc.h with entries without OIDs.
2007-02-14 Magnus HaganderMake it possible to build with integer datetimes in...
2007-02-13 Magnus HaganderProperly parse Makefile after change from := to =.
2007-02-08 Bruce MomjianWin32 regression test fixes:
2007-01-24 Bruce MomjianWhen using MSVC, disable the building of ecpg if pthrea...
2007-01-23 Alvaro HerreraThis patch is required for vcbuild to work after the...
2007-01-16 Neil Conwayvcbuild updates from Magnus:
2006-12-29 Tom LaneAdd support for XML build option to MSVC build scripts.
2006-11-29 Tom LaneMore MSVC build support from Magnus.
2006-11-20 Tom LaneMore MSVC build fixes:
2006-09-15 Tom LaneSeveral fixes for MSVC build scripts, from Magnus.
2006-09-04 Bruce MomjianAdd MSVC build tools.