]> granicus.if.org Git - postgresql/history - src/tools/msvc/Solution.pm
Enable building with Visual Studion 2013.
[postgresql] / src / tools / msvc / Solution.pm
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-19 Magnus HaganderRename msvc build option krb5 to gss
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
2012-12-16 Magnus HaganderProperly copy fmgroids.h after clean on Win32
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-15 Robert HaasSpeed up in-memory tuplesorting.
2012-01-03 Andrew DunstanSupport for building with MS Visual Studio 2010.
2011-07-12 Magnus Haganderperltidy run over msvc build system
2011-04-04 Alvaro HerreraUpdate MSVC toolchain to match SGML entity uppercasing
2011-02-28 Peter EisentrautPL/Python custom SPI exceptions
2011-02-04 Magnus HaganderUse single quotes when there are backslashes in the...
2011-02-04 Robert HaasAvoid maintaining three separate copies of the error...
2010-10-17 Magnus HaganderFix msvc build for localized versions of Visual C++
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-09 Magnus HaganderPerltidy run over the MSVC build system files, to clean...
2010-03-03 Andrew DunstanMake iconv work like other optional libraries for MSVC.
2010-03-02 Andrew DunstanAdd missing library and include dir for XSLT in MSVC...
2010-03-02 Andrew DunstanAdd XSLT defines for MSVC builds
2010-01-05 Magnus HaganderMove the default configuration for the MSVC build syste...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-01 Magnus HaganderDetect a 64-bit build environment on Windows, and gener...
2009-12-30 Magnus HaganderExclude part of the product name string that is localiz...
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.