summaryrefslogtreecommitdiff
path: root/config_msvc.h
AgeCommit message (Collapse)Author
2016-05-23Add win32/msvc support for 3 argument GetConfigOptionByNameSteve Singer
2015-09-01Add win32 makefile/config support for PG 9.5Steve Singer
Patch by sandeep.thakkar@enterprisedb.com
2013-09-03preparing for 2.2.0 release - updating version numbersSteve Singer
2013-08-19Updating version numbers to 2.2.0 rc1Steve Singer
2013-07-26updating version to for 2.2.0 b5Steve Singer
2013-06-06add PG VERSION based switch for HAS_LOOKUPEXPLICITNAMESPACE_2 to the MSVC ↵Steve Singer
config file
2013-06-06updating versions for 2.2.0 beta 4Steve Singer
2013-05-31uping version/beta numberSteve Singer
2013-05-31versioning all symbols in the shared library.Steve Singer
Slony 2.2 allows multiple versions of the shared library to be exist on the filesystem($libdir) at once. This means they can be loaded into the same backend at once, but we need to ensure that the exported symbols are unique
2012-06-21Fixes for Win32/MS Visual C.REL_2_2_0_B1Steve Singer
Gets slony 2.2 compiling on VC and associated documentation updates.
2012-01-09MSVC specific changes for bug #256Steve Singer
2011-10-31Mark version 2.2.0 as this is to be a new versionChristopher Browne
2011-08-25 Updating release tags for 2.1.0 (for release candidate 1)Steve Singer
2011-05-27Changing version for beta2Steve Singer
2011-05-06 commit d518992f797b6abf97665910fe4ff35d015d89d5REL_2_1_0_B1Steve Singer
Author: Steve Singer <ssinger@ca.afilias.info> Date: Fri May 6 16:15:36 2011 -0400 Updating version for 2.1.0.b1 commit ce9af28cb931b79df43e71c8557bf91a255dc613 Author: Steve Singer <ssinger@ca.afilias.info> Date: Fri May 6 15:44:09 2011 -0400 Removing NODEFAULTLIB from the link line for visual studio. The builds from a clean source checkout don't link properly with this specified.
2011-05-04Visual Studio Support + Bug #90.Steve Singer
-Adding NMake (Visual Studio) makefiles for slon and slonik. -Removing postgres.h from slon. Instead we have copied relevant bits from the postgresql headers to types.h since these bits are more us re-using postgresql portability functions. Slon does not actually link in with the backend or need backend functionality. -Other changes to support Visual Studio builds of slony - Eliminate depenency on postgres.h Squash merge from 2.0 working branch to master/2.1 - Fixes for Sun C compiler builds. These fixes allow slony to build with the SUN C compiler