From 2512bf4b5422092df3d61acbf85c01c0da0c2a98 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Sun, 22 Jan 2023 00:00:04 +0900 Subject: [PATCH] Doc: Add release notes. --- doc.ja/src/sgml/release-4.0.sgml | 165 +++++++++++++++++++++ doc.ja/src/sgml/release-4.1.sgml | 165 +++++++++++++++++++++ doc.ja/src/sgml/release-4.2.sgml | 165 +++++++++++++++++++++ doc.ja/src/sgml/release-4.3.sgml | 165 +++++++++++++++++++++ doc.ja/src/sgml/release-4.4.sgml | 212 ++++++++++++++++++++++++++ doc/src/sgml/release-4.0.sgml | 194 ++++++++++++++++++++++++ doc/src/sgml/release-4.1.sgml | 194 ++++++++++++++++++++++++ doc/src/sgml/release-4.2.sgml | 194 ++++++++++++++++++++++++ doc/src/sgml/release-4.3.sgml | 194 ++++++++++++++++++++++++ doc/src/sgml/release-4.4.sgml | 247 +++++++++++++++++++++++++++++++ 10 files changed, 1895 insertions(+) diff --git a/doc.ja/src/sgml/release-4.0.sgml b/doc.ja/src/sgml/release-4.0.sgml index 4247d2abf..073862339 100644 --- a/doc.ja/src/sgml/release-4.0.sgml +++ b/doc.ja/src/sgml/release-4.0.sgml @@ -1,6 +1,171 @@ + + リリース 4.0.22 + + リリース日 + 2023-01-23 + + + + 概要 + + このリリースには、セキュリティ修正が含まれています。 + + + 以下の条件をすべて満たす場合、コマンドによりのパスワードが公開されます。このコマンドは、Pgpool-IIに接続できるすべてのユーザーが実行できます。(CVE-2023-22332) + + + + + + バージョン3.3以降 + + + + + + がonに設定されている + + + + + + にqueryが設定されている + + + + + + にプレーンテキストのパスワードが設定されている + + + + + + 上記条件のすべてに該当するユーザは、このバージョンにアップグレードするか (show pool_statusコマンドでが表示されなくなる)、次の回避策のいずれかを使用することを強くお勧めします。 + + + + 4.0.x~4.4.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + には空文字を設定し、パスワードはpool_passwdファイルに設定する。 + + + + + + にAESで暗号化したパスワードを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + 3.3.x~3.7.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + Pgpool-II 3.7.xおよび以前のバージョンはサポートが終了しているため、これらのバージョンのマイナーアップデートはリリースされません。 + + + + + 変更点 + + + + + + 、およびコマンドでwd_lifecheck_passwordを表示しないように修正しました。(CVE-2023-22332) (Bo Peng) + + + + + + + ドキュメントに記載されているように、のデフォルト値を空の文字列に変更しました。(Bo Peng) + + + + + + + + 不具合修正 + + + + + + pgpool-regclass.cのコンパイラ警告を修正しました。(Florian Weimer, Tatsuo Ishii) + + + + + + + + ドキュメント修正 + + + + + + 共有メモリ使用時の設定の章のいくつかの誤りを修正し、説明を強化しました。(Tatsuo Ishii) + + + + + + + リリース 4.0.21 diff --git a/doc.ja/src/sgml/release-4.1.sgml b/doc.ja/src/sgml/release-4.1.sgml index 44101dfdf..20f36d6f3 100644 --- a/doc.ja/src/sgml/release-4.1.sgml +++ b/doc.ja/src/sgml/release-4.1.sgml @@ -1,6 +1,171 @@ + + リリース 4.1.15 + + リリース日 + 2023-01-23 + + + + 概要 + + このリリースには、セキュリティ修正が含まれています。 + + + 以下の条件をすべて満たす場合、コマンドによりのパスワードが公開されます。このコマンドは、Pgpool-IIに接続できるすべてのユーザーが実行できます。(CVE-2023-22332) + + + + + + バージョン3.3以降 + + + + + + がonに設定されている + + + + + + にqueryが設定されている + + + + + + にプレーンテキストのパスワードが設定されている + + + + + + 上記条件のすべてに該当するユーザは、このバージョンにアップグレードするか (show pool_statusコマンドでが表示されなくなる)、次の回避策のいずれかを使用することを強くお勧めします。 + + + + 4.0.x~4.4.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + には空文字を設定し、パスワードはpool_passwdファイルに設定する。 + + + + + + にAESで暗号化したパスワードを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + 3.3.x~3.7.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + Pgpool-II 3.7.xおよび以前のバージョンはサポートが終了しているため、これらのバージョンのマイナーアップデートはリリースされません。 + + + + + 変更点 + + + + + + 、およびコマンドでwd_lifecheck_passwordを表示しないように修正しました。(CVE-2023-22332) (Bo Peng) + + + + + + + ドキュメントに記載されているように、のデフォルト値を空の文字列に変更しました。(Bo Peng) + + + + + + + + 不具合修正 + + + + + + pgpool-regclass.cのコンパイラ警告を修正しました。(Florian Weimer, Tatsuo Ishii) + + + + + + + + ドキュメント修正 + + + + + + 共有メモリ使用時の設定の章のいくつかの誤りを修正し、説明を強化しました。(Tatsuo Ishii) + + + + + + + リリース 4.1.14 diff --git a/doc.ja/src/sgml/release-4.2.sgml b/doc.ja/src/sgml/release-4.2.sgml index 004f2838f..7ad23d1be 100644 --- a/doc.ja/src/sgml/release-4.2.sgml +++ b/doc.ja/src/sgml/release-4.2.sgml @@ -1,6 +1,171 @@ + + リリース 4.2.12 + + リリース日 + 2023-01-23 + + + + 概要 + + このリリースには、セキュリティ修正が含まれています。 + + + 以下の条件をすべて満たす場合、コマンドによりのパスワードが公開されます。このコマンドは、Pgpool-IIに接続できるすべてのユーザーが実行できます。(CVE-2023-22332) + + + + + + バージョン3.3以降 + + + + + + がonに設定されている + + + + + + にqueryが設定されている + + + + + + にプレーンテキストのパスワードが設定されている + + + + + + 上記条件のすべてに該当するユーザは、このバージョンにアップグレードするか (show pool_statusコマンドでが表示されなくなる)、次の回避策のいずれかを使用することを強くお勧めします。 + + + + 4.0.x~4.4.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + には空文字を設定し、パスワードはpool_passwdファイルに設定する。 + + + + + + にAESで暗号化したパスワードを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + 3.3.x~3.7.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + Pgpool-II 3.7.xおよび以前のバージョンはサポートが終了しているため、これらのバージョンのマイナーアップデートはリリースされません。 + + + + + 変更点 + + + + + + 、およびコマンドでwd_lifecheck_passwordを表示しないように修正しました。(CVE-2023-22332) (Bo Peng) + + + + + + + ドキュメントに記載されているように、のデフォルト値を空の文字列に変更しました。(Bo Peng) + + + + + + + + 不具合修正 + + + + + + pgpool-regclass.cのコンパイラ警告を修正しました。(Florian Weimer, Tatsuo Ishii) + + + + + + + + ドキュメント修正 + + + + + + 共有メモリ使用時の設定の章のいくつかの誤りを修正し、説明を強化しました。(Tatsuo Ishii) + + + + + + + リリース 4.2.11 diff --git a/doc.ja/src/sgml/release-4.3.sgml b/doc.ja/src/sgml/release-4.3.sgml index d3cbf7623..d5f746224 100644 --- a/doc.ja/src/sgml/release-4.3.sgml +++ b/doc.ja/src/sgml/release-4.3.sgml @@ -1,6 +1,171 @@ + + リリース 4.3.5 + + リリース日 + 2023-01-23 + + + + 概要 + + このリリースには、セキュリティ修正が含まれています。 + + + 以下の条件をすべて満たす場合、コマンドによりのパスワードが公開されます。このコマンドは、Pgpool-IIに接続できるすべてのユーザーが実行できます。(CVE-2023-22332) + + + + + + バージョン3.3以降 + + + + + + がonに設定されている + + + + + + にqueryが設定されている + + + + + + にプレーンテキストのパスワードが設定されている + + + + + + 上記条件のすべてに該当するユーザは、このバージョンにアップグレードするか (show pool_statusコマンドでが表示されなくなる)、次の回避策のいずれかを使用することを強くお勧めします。 + + + + 4.0.x~4.4.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + には空文字を設定し、パスワードはpool_passwdファイルに設定する。 + + + + + + にAESで暗号化したパスワードを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + 3.3.x~3.7.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + Pgpool-II 3.7.xおよび以前のバージョンはサポートが終了しているため、これらのバージョンのマイナーアップデートはリリースされません。 + + + + + 変更点 + + + + + + 、およびコマンドでwd_lifecheck_passwordを表示しないように修正しました。(CVE-2023-22332) (Bo Peng) + + + + + + + ドキュメントに記載されているように、のデフォルト値を空の文字列に変更しました。(Bo Peng) + + + + + + + + 不具合修正 + + + + + + pgpool-regclass.cのコンパイラ警告を修正しました。(Florian Weimer, Tatsuo Ishii) + + + + + + + + ドキュメント修正 + + + + + + 共有メモリ使用時の設定の章のいくつかの誤りを修正し、説明を強化しました。(Tatsuo Ishii) + + + + + + + リリース 4.3.4 diff --git a/doc.ja/src/sgml/release-4.4.sgml b/doc.ja/src/sgml/release-4.4.sgml index 24d910432..9e82e79da 100644 --- a/doc.ja/src/sgml/release-4.4.sgml +++ b/doc.ja/src/sgml/release-4.4.sgml @@ -1,6 +1,218 @@ + + リリース 4.4.2 + + リリース日 + 2023-01-23 + + + + 概要 + + このリリースには、セキュリティ修正が含まれています。 + + + 以下の条件をすべて満たす場合、コマンドによりのパスワードが公開されます。このコマンドは、Pgpool-IIに接続できるすべてのユーザーが実行できます。(CVE-2023-22332) + + + + + + バージョン3.3以降 + + + + + + がonに設定されている + + + + + + にqueryが設定されている + + + + + + にプレーンテキストのパスワードが設定されている + + + + + + 上記条件のすべてに該当するユーザは、このバージョンにアップグレードするか (show pool_statusコマンドでが表示されなくなる)、次の回避策のいずれかを使用することを強くお勧めします。 + + + + 4.0.x~4.4.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + には空文字を設定し、パスワードはpool_passwdファイルに設定する。 + + + + + + にAESで暗号化したパスワードを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + 3.3.x~3.7.xユーザ向けの回避策: + + + + + + Watchdogを無効にする。(をoffに設定する) + + + + + + にheartbeatを設定する。 + + + + + + いずれにせよ、PostgreSQLでを変更することをお勧めします。 + + + + Pgpool-II 3.7.xおよび以前のバージョンはサポートが終了しているため、これらのバージョンのマイナーアップデートはリリースされません。 + + + + + 変更点 + + + + + + 、およびコマンドでwd_lifecheck_passwordを表示しないように修正しました。(CVE-2023-22332) (Bo Peng) + + + + + + + ドキュメントに記載されているように、のデフォルト値を空の文字列に変更しました。(Bo Peng) + + + + + + + + 不具合修正 + + + + + + pgpool_adm: pcp_pool_status関数がPostgreSQL 15で失敗する問題を修正しました。(Tatsuo Ishii) + + + pcp_pool_status関数は実際にはSETOF recordを返しますが、「RETURNS record」と宣言されていました。 + これはPostgreSQL 14までは許容されていましたが、PostgreSQL 15ではより厳しくなりました。 + これを修正するために、pcp_pool_statusの戻り値の型を「RETURNS record」から「RETURNS SETOF record」に変更しました。 + + + また、pgpool_adm拡張機能のバージョンを1.5に上げました。 + + + + + + + ストリーミングレプリケーションチェックでの整数オーバーフローを修正しました。(Tatsuo Ishii) + + + が有効で、レプリケーションの遅延が約36分を超えると、整数オーバーフローエラーがログに記録され、レプリケーションチェックが失敗しました。 + + + + + + + pgpool-regclass.cのコンパイラ警告を修正しました。(Florian Weimer, Tatsuo Ishii) + + + + + + + Coverityによって指摘された初期化されていない変数を修正しました。(Takuma Hoshiai) + + + + + + + + ドキュメント修正 + + + + + + 共有メモリ使用時の設定の章のいくつかの誤りを修正し、説明を強化しました。(Tatsuo Ishii) + + + + + + + の説明を強化しました。(zam bak, Tatsuo Ishii) + + + + + + + リリース 4.4.1 diff --git a/doc/src/sgml/release-4.0.sgml b/doc/src/sgml/release-4.0.sgml index 5996ff44b..1aa4734d8 100644 --- a/doc/src/sgml/release-4.0.sgml +++ b/doc/src/sgml/release-4.0.sgml @@ -1,6 +1,200 @@ + + Release 4.0.22 + + Release Date + 2023-01-23 + + + + Overview + + This release contains a security fix. + + + If following conditions are all met, the password of is + exposed by command. + The command can be executed by any user who can + connect to Pgpool-II. (CVE-2023-22332) + + + + + + Version 3.3 or later. + + + + + + is on. + + + + + + is query. + + + + + + A plain text password is set + to . + + + + + + In this case it is strongly recommended to upgrade to this version + (we do not expose in + show pool_status command any more), or use one of following + workarounds. + + + + Workarounds for 4.0.x to 4.4.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + Set an empty string + to . This will use + password in the pool_passwd file. + + + + + + Set an AES encrypted password + to . + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Workarounds for 3.0.x to 3.7.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Please note that Pgpool-II 3.7.x or + before are end of life and no minor updates are provided for those + versions. + + + + + Changes + + + + + + Do not expose in + , + and + commands. (CVE-2023-22332) (Bo Peng) + + + + + + + Change the default value + for to empty string as + documented. (Bo Peng) + + + + + + + + Bug fixes + + + + + + Fix compiler warning + in pgpool-regclass.c. (Florian Weimer, + Tatsuo Ishii) + + + + + + + + Documents + + + + + + Doc: Enhance and fix some mistakes + in Configurations + to use shared memory chapter. (Tatsuo Ishii) + + + + + + + Release 4.0.21 diff --git a/doc/src/sgml/release-4.1.sgml b/doc/src/sgml/release-4.1.sgml index 2f0ea52cf..e972f7b61 100644 --- a/doc/src/sgml/release-4.1.sgml +++ b/doc/src/sgml/release-4.1.sgml @@ -1,6 +1,200 @@ + + Release 4.1.15 + + Release Date + 2023-01-23 + + + + Overview + + This release contains a security fix. + + + If following conditions are all met, the password of is + exposed by command. + The command can be executed by any user who can + connect to Pgpool-II. (CVE-2023-22332) + + + + + + Version 3.3 or later. + + + + + + is on. + + + + + + is query. + + + + + + A plain text password is set + to . + + + + + + In this case it is strongly recommended to upgrade to this version + (we do not expose in + show pool_status command any more), or use one of following + workarounds. + + + + Workarounds for 4.0.x to 4.4.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + Set an empty string + to . This will use + password in the pool_passwd file. + + + + + + Set an AES encrypted password + to . + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Workarounds for 3.0.x to 3.7.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Please note that Pgpool-II 3.7.x or + before are end of life and no minor updates are provided for those + versions. + + + + + Changes + + + + + + Do not expose in + , + and + commands. (CVE-2023-22332) (Bo Peng) + + + + + + + Change the default value + for to empty string as + documented. (Bo Peng) + + + + + + + + Bug fixes + + + + + + Fix compiler warning + in pgpool-regclass.c. (Florian Weimer, + Tatsuo Ishii) + + + + + + + + Documents + + + + + + Doc: Enhance and fix some mistakes + in Configurations + to use shared memory chapter. (Tatsuo Ishii) + + + + + + + Release 4.1.14 diff --git a/doc/src/sgml/release-4.2.sgml b/doc/src/sgml/release-4.2.sgml index eacdba52a..e909a2587 100644 --- a/doc/src/sgml/release-4.2.sgml +++ b/doc/src/sgml/release-4.2.sgml @@ -1,6 +1,200 @@ + + Release 4.2.12 + + Release Date + 2023-01-23 + + + + Overview + + This release contains a security fix. + + + If following conditions are all met, the password of is + exposed by command. + The command can be executed by any user who can + connect to Pgpool-II. (CVE-2023-22332) + + + + + + Version 3.3 or later. + + + + + + is on. + + + + + + is query. + + + + + + A plain text password is set + to . + + + + + + In this case it is strongly recommended to upgrade to this version + (we do not expose in + show pool_status command any more), or use one of following + workarounds. + + + + Workarounds for 4.0.x to 4.4.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + Set an empty string + to . This will use + password in the pool_passwd file. + + + + + + Set an AES encrypted password + to . + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Workarounds for 3.0.x to 3.7.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Please note that Pgpool-II 3.7.x or + before are end of life and no minor updates are provided for those + versions. + + + + + Changes + + + + + + Do not expose in + , + and + commands. (CVE-2023-22332) (Bo Peng) + + + + + + + Change the default value + for to empty string as + documented. (Bo Peng) + + + + + + + + Bug fixes + + + + + + Fix compiler warning + in pgpool-regclass.c. (Florian Weimer, + Tatsuo Ishii) + + + + + + + + Documents + + + + + + Doc: Enhance and fix some mistakes + in Configurations + to use shared memory chapter. (Tatsuo Ishii) + + + + + + + Release 4.2.11 diff --git a/doc/src/sgml/release-4.3.sgml b/doc/src/sgml/release-4.3.sgml index b462ef2cd..8d866af4c 100644 --- a/doc/src/sgml/release-4.3.sgml +++ b/doc/src/sgml/release-4.3.sgml @@ -1,6 +1,200 @@ + + Release 4.3.5 + + Release Date + 2023-01-23 + + + + Overview + + This release contains a security fix. + + + If following conditions are all met, the password of is + exposed by command. + The command can be executed by any user who can + connect to Pgpool-II. (CVE-2023-22332) + + + + + + Version 3.3 or later. + + + + + + is on. + + + + + + is query. + + + + + + A plain text password is set + to . + + + + + + In this case it is strongly recommended to upgrade to this version + (we do not expose in + show pool_status command any more), or use one of following + workarounds. + + + + Workarounds for 4.0.x to 4.4.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + Set an empty string + to . This will use + password in the pool_passwd file. + + + + + + Set an AES encrypted password + to . + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Workarounds for 3.0.x to 3.7.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Please note that Pgpool-II 3.7.x or + before are end of life and no minor updates are provided for those + versions. + + + + + Changes + + + + + + Do not expose in + , + and + commands. (CVE-2023-22332) (Bo Peng) + + + + + + + Change the default value + for to empty string as + documented. (Bo Peng) + + + + + + + + Bug fixes + + + + + + Fix compiler warning + in pgpool-regclass.c. (Florian Weimer, + Tatsuo Ishii) + + + + + + + + Documents + + + + + + Doc: Enhance and fix some mistakes + in Configurations + to use shared memory chapter. (Tatsuo Ishii) + + + + + + + Release 4.3.4 diff --git a/doc/src/sgml/release-4.4.sgml b/doc/src/sgml/release-4.4.sgml index 6ed683289..4da3754be 100644 --- a/doc/src/sgml/release-4.4.sgml +++ b/doc/src/sgml/release-4.4.sgml @@ -1,6 +1,253 @@ + + Release 4.4.2 + + Release Date + 2023-01-23 + + + + Overview + + This release contains a security fix. + + + If following conditions are all met, the password of is + exposed by command. + The command can be executed by any user who can + connect to Pgpool-II. (CVE-2023-22332) + + + + + + Version 3.3 or later. + + + + + + is on. + + + + + + is query. + + + + + + A plain text password is set + to . + + + + + + In this case it is strongly recommended to upgrade to this version + (we do not expose in + show pool_status command any more), or use one of following + workarounds. + + + + Workarounds for 4.0.x to 4.4.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + Set an empty string + to . This will use + password in the pool_passwd file. + + + + + + Set an AES encrypted password + to . + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Workarounds for 3.0.x to 3.7.x users: + + + + + + Disable watchdog. Set + to off. + + + + + + Change + to heartbeat. + + + + + + In any case we recommend to + change + in PostgreSQL. + + + + Please note that Pgpool-II 3.7.x or + before are end of life and no minor updates are provided for those + versions. + + + + + Changes + + + + + + Do not expose in + , + and + commands. (CVE-2023-22332) (Bo Peng) + + + + + + + Change the default value + for to empty string as + documented. (Bo Peng) + + + + + + + + Bug fixes + + + + + + Fixed pgpool_adm: pcp_pool_status error when this function is used with PostgreSQL 15. (Tatsuo Ishii) + + + pcp_pool_status actually returns SETOF record, but it was declared as + "returns record". This sloppiness had been tolerated until + PostgreSQL 14 but PostgreSQL 15 + becomes more strict. To fix this we need to change the return type of + pcp_pool_status from "RETURNS record" to "RETURNS SETOF record". + + + And the pgpool_adm extension version is bumped to 1.5. + + + + + + + Fix integer overflow in streaming replication check. (Tatsuo Ishii) + + + When is enabled and + the replication delay is about more than 36 minutes, an integer + overflow error was logged and replication check failed. + + + + + + + Fix compiler warning + in pgpool-regclass.c. (Florian Weimer, + Tatsuo Ishii) + + + + + + + Fix Uninitialized variables pointed out by Coverity. (Takuma Hoshiai) + + + + + + + + Documents + + + + + + Doc: Enhance and fix some mistakes + in Configurations + to use shared memory chapter. (Tatsuo Ishii) + + + + + + + Doc: Enhance explanation + of . (zam bak, Tatsuo + Ishii) + + + + + + + Release 4.4.1 -- 2.39.5