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)
|
2017-09-04 19:16:23 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
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-02-24 23:07:34 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
Fix building on systems where alloca.h does not exists, like NetBSD.
|