2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) |  |
Log message:
massive revision bump after textproc/icu update
|
2022-10-19 10:10:13 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
repmgr: updated to 5.3.3
repmgr 5.3.3 is a minor release providing support for PostgreSQL 15 and a \
repmgrd bug fix.
|
2022-08-25 09:34:41 by Tobias Nygren | Files touched by this commit (1) |
Log message:
repmgr: needs gsed for sed -i
|
2022-08-17 18:41:18 by Tobias Nygren | Files touched by this commit (1) |
Log message:
repmgr: needs flex
|
2022-05-26 10:44:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
repmgr: updated to 5.3.2
repmgr 5.3.2 is a minor release
Bug fixes
repmgr node status: fix output with --downstream --nagios option combination.
repmgr standby clone: don't treat inability to determine the cluster size as a \
fatal error.
The cluster size is displayed for informational purposes and is not essential \
for execution of the clone operation. As the repmgr user may not have \
permissions for all databases in the cluster, ignore the cluster size query if \
it fails.
repmgrd: ensure the witness node record on the primary is always marked as \
active if previously marked inactive.
repmgrd: if standby_disconnect_on_failover is set, verify repmgr is a superuser \
before attempting to disable the WAL receiver.
If the repmgr user is a non-superuser, and a replication-only user exists, \
ensure redundant replication slots are dropped correctly even if the \
-S/--superuser option is not provided.
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) |  |
Log message:
revbump for textproc/icu update
|
2022-02-15 14:58:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
repmgr: updated to 5.3.1
repmgr 5.3.1 is a minor release.
A.1.1. Bug fixes
Fix upgrade path from repmgr 4.2 and 4.3 to repmgr 5.3.
repmgrd: ensure potentially open connections are closed.
In some cases, when recovering from degraded state in local node monitoring, new \
connection was opened to the local node without closing the old one, which will \
result in memory leakage.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
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-12 09:02:41 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
repmgr: updated to 5.3.0
repmgr 5.3.0 is a major release.
This release provides support for PostgreSQL 14, released in September 2021.
A.1.1. Improvements
repmgr standby switchover: Improve handling of node rejoin failure on the \
demotion candidate.
Previously repmgr did not check whether repmgr node rejoin actually succeeded on \
the demotion candidate, and would always wait up to node_rejoin_timeout seconds \
for it to attach to the promotion candidate, even if this would never happen.
This makes it easier to identify unexpected events during a switchover \
operation, such as the demotion candidate being unexpectedly restarted by an \
external process.
Note that the output of the repmgr node rejoin operation on the demotion \
candidate will now be logged to a temporary file on that node; the location of \
the file will be reported in the error message, if one is emitted.
repmgrd: at startup, if node record is marked as "inactive", attempt \
to set it to "active".
This behaviour can be overridden by setting the configuration parameter \
repmgrd_exit_on_inactive_node to true.
repmgr node rejoin: emit rejoin target note information as NOTICE.
This makes it clearer what repmgr is trying to do.
repmgr node check: option --repmgrd added to check repmgrd status.
Add %p event notification parameter providing the node ID of the former primary \
for the repmgrd_failover_promote event.
A.1.2. Bug fixes
repmgr standby clone: if using --replication-conf-only on a node which was set \
up without replication slots, but the repmgr configuration was since changed to \
use_replication_slots=1, repmgr will now set slot_name in the node record, if it \
was previously empty.
repmgrd: rename internal shared library functions to minimize the risk of \
clashes with other shared libraries.
This does not affect user-facing SQL functions. However an upgrade of the \
installed extension version is required.
repmgrd: ensure short option -s is accepted.
|