Path to this page:
./
databases/slony1,
Replication system for PostgreSQL
Branch: CURRENT,
Version: 2.2.11,
Package name: slony1-2.2.11,
Maintainer: adamSlony-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.
Required to run:[
databases/postgresql14-client] [
databases/postgresql14-server]
Master sites:
Filesize: 1430.616 KB
Version history: (Expand)
- (2022-11-08) Updated to version: slony1-2.2.11
- (2020-12-07) Updated to version: slony1-2.2.10
- (2020-12-06) Updated to version: slony1-2.2.9
- (2019-09-04) Updated to version: slony1-2.2.8
- (2018-08-21) Updated to version: slony1-2.2.7
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-11-08 13:44:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
slony1: updated to 2.2.11
2.2.11
- Add support for PG 15
- Remove standard_conforming_strings autoconf check
- Fix typo in admin guide
|
2022-05-03 20:44:13 by Nia Alarie | Files touched by this commit (2) |
Log message:
slony1: honor LDFLAGS when linking on NetBSD, as on Linux. Fixes RELRO
build
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-12-07 16:51:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
slony1: updated to 2.2.10
Slony 2.2.10 now available
The next bug fix release in the 2.2.x series is now available. This release \
includes the following
* Remove unsupported warning with PG13
|
2020-12-06 12:08:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
slony1: updated to 2.2.9
Slony 2.2.9 now available
The next bug fix release in the 2.2.x series is now available. This release \
includes the following
* fix slonik_build_env.pl so it works with PG11+
* Remove unsupported warning with PG12
* Fix compiler warnings with -fno-common
|
2019-09-02 11:04:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
slony1: updated to 2.2.8
Slony 2.2.8:
* Fixes for PG 12
* Makefile changes (vpath support)
* Win32 fixes to compile + removal of default HAVE_PGPORT from win32.mak
* Documentation fixes
|
2018-08-21 08:19:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
slony1: updated to 2.2.7
2.2.7
- Fix warning with flex 2.6+
- Fix compile errors with PG11
- Fix bug in with regex in 'set add sequence' when
specifying the sequence as a regular expression.
It was not being escaped properly
- Add support to Slonik to specify the share direcotry
using the environment variable SLONY_SHARE_DIR
- Add slon config setting remote_listen_serializable_transactions
to use read committed instead of read-only-serializable deferable
transactions(default true)
- Add slon config setting enable_version_check to disable
the slony version check that ensures all nodes run the
same slony version (default true, version check enabled)
|