Commit graph

33 commits

Author SHA1 Message Date
adam
f723df193f 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
2019-09-02 09:04:05 +00:00
adam
d85e59f492 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)
2018-08-21 06:19:15 +00:00
adam
f039bffabe Slony 2.2.6:
The next bug fix release in the 2.2.x series is now available. This release includes the following
* slonik_build_env can now accept multiple -schema options on the command line
* Support for PG10. This involved changes to PG version detection
* Disallow createEvent and data changes in the same transaction.
* Fix some failover issues when doing a multi-node failover with a cascade node
* Bug 341 - suppress log trigger/deny when running in 'local' mode
* Fix issue when receiving DDL from non origin nodes
2017-09-04 17:16:23 +00:00
adam
1f94b93ff8 Fix building on systems where alloca.h does not exists, like NetBSD. 2017-02-24 22:07:34 +00:00
adam
5975253243 Changes 2.2.5:
This release includes the following bug fixes
* Bug 359 dditional parameter to GetConfigOptionByName() in PG 9.6
* Misc other fixes to compile against PG 9.6
* PG 9.5 makefile fix for win32
* Remove 'unsupported' warning for PG 9.5
2017-01-01 15:17:03 +00:00
wiz
982c8f22e9 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
adam
fc47d2f44b Changes 2.2.2:
Bug 327 - Fix invalid free() in the logApply trigger
Include server include paths on --with-pgport builds for slonik
2014-03-03 17:36:37 +00:00
adam
0fabdea205 Changes 2.2.1:
Fixes to the UPDATE FUNCTIONS for upgrades from releases earlier than 2.2.0
Fixes to the FAILOVER logic
Fixes slon to avoid constant database connection & disconnection
Fixes to CLONE PREPARE processing
2013-12-31 12:09:52 +00:00
adam
7828aeb86a Changes 2.2.0:
* Shared Libraries are now named so as to allow having multiple versions of Slony installed simultaneously on a database cluster
* Let DDL for EXECUTE SCRIPT to be specified inline
* Added a RESUBSCRIBE NODE command to reshape clusters.
* The FAILOVER process has been reworked to be more reliable.
* Major "protocol" change; rather than constructing cursors to query logged updates, version 2.2 now uses the COPY protocol to stream data into log tables on subscribers.
2013-09-11 06:45:47 +00:00
fhajny
aedd59374c Remove 83 from PGSQL_VERSIONS_ACCEPTED, as it's no longer available. 2013-05-10 12:55:48 +00:00
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
obache
ab4e71d90b Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
adam
cb2d551131 Changes 2.1.0:
* The first release for Slony-I branch 2.1 has been released, in the form of
  version 2.1.0. It is a significant new version, fixing dozens of reported
  bugs, and adding some significant enhancements, including:
  - Implicit WAIT FOR
  - Support for adding tables in bulk
  - Support for replicating TRUNCATE
  - Health checks at startup
  - Performance improvement in cases of large backlog
  - Monitoring thread to provide better monitoring data
2011-11-26 11:49:51 +00:00
adam
fe474454fd Changes 2.0.6:
-Fix: Removing extranous '//' from the perl script.
-Fix: slon can segfault while shutting down.
-Fix: typenameTypeId() changes signatures in 9.1
-Fix: if slon gets confused waiting for its child it will exit.
-Fix: distclean deletes the slony_logshipper flex/bison generated files.
2010-12-14 17:57:24 +00:00
adam
30c0544fdb Changes 2.0.5:
fixes more than 24 issues found from 2.0.4 and earlier versions, remedying many
issues found during an extensive testing period.
2010-10-29 15:49:58 +00:00
adam
b2bb4588e1 Changes 2.0.4:
* script syntax error
* Fixed memory corruption issue introduced in 2.0.3 with replicating large rows
* cloneNodeFinish() references the proper column in sl_sequence
* Newer versions of flex have changed yyleng from an int to a size_t
  instead of referencing the extern yyleng directly we use the function
  yyget_leng() and have added a configure check to confirm that the version
  of flex we use is not too old.
* Memory leak fixes
* Various documentation fixes
* cloneNodeFinish() called updateRelOid() that ws looking at wrong tab_id
  sl_sequence but the column is named seq_id.
* Fixed mistyped variable name in ShouldSlonyVacuumTable
2010-08-27 08:03:16 +00:00
adam
ee88c06167 Changes 2.0.3:
* PostgreSQL 8.4 has been released; slonik needs to explicitly recognize it
* Add in slonikconfdump.sh tool, which generates a slonik script to duplicate
  the configuration of a Slony-I cluster
* Significant fixes to documentation to reflect 2.0 changes
* Add "OMIT COPY" option to the Slonik "SUBSCRIBE SET" command
* Document process for Slony-I 2.0 upgrade using OMIT COPY option
* Fix to race condition where file descriptor copies were being made at
  the wrong time in the scheduler
* Modify "testseqnames" regression test to create a whole bunch of
  sequences to validate that things don't break down with either lots of
  them, or where IDs are large numbers
* Change minimum debugging level to -1 to allow suppressing logging
* Bug 92 - compression of event numbers had a bug where events >
  2^31-1 would overflow the "int" value
* Autovacuum handling changes in PostgreSQL 8.4 - we pull metadata
  from pg_class.reloptions, instead of pg_autovacuum
* logswitch fix resolving a potential data loss + statement blocking bug...
* Add LOG_NAME_SUFFIX to altperl tools
2010-04-23 09:00:45 +00:00
adam
b1af4473be Changes 2.0.2:
* PostgreSQL 8.4 compatibility
* Fix - config dump was failing on string entries that were NULL
* Fix - REPAIR CONFIG could have collisions where, when we
  load a schema, one entry in sl_table already has an OID value
  that incorrectly matches a value that another update is trying to fix.
* Updated release notes to indicate that 2.0 only supports PostgreSQL 8.3+
* Change to configure.ac to allow it to run on autoconf 2.63; there was
  something unsuitable about SLONREL_VERSION processing
* Fixes to Makefile for admin guide
* Various fixes to admin guide material
* Added an extra test to Schema name test that validates that things
  can operate properly even if the DB lacks a "public" schema
* Fixed bug in tools/start_slon.sh
* Fixed pathname substitutions in a couple of altperl scripts
* Add a test which validates that the cluster schema name is valid;
  pgAdminIII allowed setting up cluster names that slonik would refuse
  to connect to.
* Revised regression tests to use SYNC/WAIT FOR EVENT instead of
  queries that try to coordinate sl_status information with rather
  less determinacy...
* Cleanup thread was generating spurious error messages due to
  misinterpreting PG return codes.  Rectified this, and added a
  test in to make sure we're exercising the logic
2010-04-15 07:55:31 +00:00
joerg
3b5d2041bb Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
joerg
0367200bcd DESTDIR support 2010-01-29 17:30:09 +00:00
adam
e77b3ef363 Changes 1.2.15:
* Fix to STORE TRIGGER - store trigger was running against all nodes
  upon subscription
* Portability changes to some tools/ scripts, fixing some
  "bash-isms"
* Fix to switch statement in slonik.c; unknown how it broke
* Fix memory leak
2008-10-06 09:54:42 +00:00
adam
eed025eb7e Changes 1.2.14:
- Fix typo in configure-replication.sh (missing CR)
- Per bug 35, search the Slony share dir for scripts
  before falling back to the PG share dir on 8.0+
- Change test framework to write out the test name into
  $TEMPDIR/TestName
- Patch that seems to resolve a race condition with
  ACCEPT_SET
- Fix bug 49 - mishandling by slony_logshipper of quotes &
  backslashes.
- Fix bug 50 - slony_logshipper had a variable access *after*
  memory was freed

Changes 1.2.13:
- Fixed problem with compatibility with PostgreSQL 8.3; function
  typenameTypeId() has 3 arguments as of 8.3.
- Added in logic to ensure that max number of SYNCs grouped together is
  actually constrained by config parameter sync_group_maxsize.
- Fix to show_slony_configuration - point to proper directory where
  slon/slonik are actually installed.
- Fix to slonik Makefile + slonik.c - Change slonik build to query
  Postgres for the share directory at runtime - per Dave Page
- Removed spurious NOTIFY on "_%s_Confirm"; this is no longer needed
2008-06-20 06:55:33 +00:00
joerg
2a7055907f Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.
2008-03-13 17:38:48 +00:00
adam
e5b20b7e22 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
2008-01-14 18:58:02 +00:00
rmind
b0a734dbb1 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 21:59:02 +00:00
rmind
c5c183a626 Update the patch for new Slony-1 release. 2007-04-10 21:49:55 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
joerg
331e2615fa Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
2006-12-28 12:12:57 +00:00
adam
8bb1bfb5ec 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-10-18 18:53:03 +00:00
joerg
6bd5acc1f7 Needs GNU make. 2006-06-24 09:14:56 +00:00
joerg
5fa06cb559 Force a dependency on the PostgreSQL server. Add DragonFly support.
Bump revision.
2006-06-20 21:14:12 +00:00
adam
18ea49e9e7 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
2006-06-02 15:05:16 +00:00