| Age | Commit message (Collapse) | Author |
|
|
|
Patch by sandeep.thakkar@enterprisedb.com
|
|
|
|
|
|
|
|
config file
|
|
|
|
|
|
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
|
|
Gets slony 2.2 compiling on VC and associated documentation updates.
|
|
|
|
|
|
|
|
|
|
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.
|
|
-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
|