2008-01-14 19:58:03 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
Changes 1.2.12:
- Fixed problem with DDL SCRIPT parser where C-style comments were
not being processed properly
- Added stored functions and documentation for adding empty tables
(notably *partitions*) to replication. Note these functions
do no work when not specifically requested.
- Added a fairly substantial partitioning test to exercise the
new stored functions above.
- Backport "listen path" generator function from CVS HEAD (2.0) to
1.2 branch.
- Fixed a problem with "EXECUTE SCRIPT" (introduced in remote_worker.c
version 1.124.2.13) where moving the relevant code into a subroutine
at the end led to losing the "BEGIN; SET TRANSACTION ISOLATION LEVEL
SERIALIZABLE;" query that needs to be the first thing run...
- Fixing the archive sequence generations (in log shipping). All
non-SYNC events must start the local transaction before creating the
archive as well, so that the lock on the archive counter table
serializes archive creation.
- Fixed logging done in local_listener.c - various places, there was
no '\n' in some cases, which would lead to entries being folded
together.
- Fix launch_slons.sh - was not stripping quotes from PID file name
- Error handling for "ERROR: could not serialize access due to
concurrent update"
- Fixes to slonik_build_env script - it wasn't properly handling
cases where there was just 1 table or 1 sequence, and had a
problem with the -schema option - thanks, Bernd Helmle
|
2007-04-10 23:59:02 by Mindaugas Rasiukevicius | Files touched by this commit (3) |
Log message:
Update Slony-1 to 1.2.9 version.
It has a support for newer PostgreSQL versions, also various
improvements and bugfixes. Details could be found in the
RELEASE-1.2.{0-9} files of the source package.
Reviewed by joerg@
|
2007-04-10 23:49:55 by Mindaugas Rasiukevicius | Files touched by this commit (1) |
Log message:
Update the patch for new Slony-1 release.
|
2007-02-22 20:01:28 by Thomas Klausner | Files touched by this commit (134) | |
Log message:
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
|
2006-12-28 13:12:59 by Joerg Sonnenberger | Files touched by this commit (30) |
Log message:
Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
|
2006-10-18 20:53:03 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.2.0:
- A major revision of memory management to limit memory usage by slon
daemons.
- Log switching: periodically
- pg_listener is now used dramatically less than it used to be, which
diminishes the number of dead tuples you will find in this table.
- DDL scripts are broken into individual statements
- Slony-I tables are now marked "WITHOUT OIDS" so that they do not
consume OIDS.
- When possible (based on log switching functionality), partial
indexes on sl_log_1 and sl_log_2 are created on a per-origin-node
basis.
- More...
|
2006-06-24 11:14:56 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs GNU make.
|
2006-06-20 23:14:12 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Force a dependency on the PostgreSQL server. Add DragonFly support.
Bump revision.
|
2006-06-02 17:05:17 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
Slony-I is a "master to multiple slaves" replication system with cascading
and failover.
The big picture for the development of Slony-I is a master-slave system that
includes all features and capabilities needed to replicate large databases to
a reasonably limited number of slave systems.
Slony-I is a system for data centers and backup sites, where the normal mode
of operation is that all nodes are available
|