<!-- doc/src/sgml/release-3.6.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-6-25">
+ <!--
+ <title>Release 3.6.25</title>
+ -->
+ <title>リリース 3.6.25</title>
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <!--
+ <title>Changes</title>
+ -->
+ <title>変更点</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ <productname>Pgpool-II</productname>起動時に既存のwatchdogコマンドソケットファイルを削除するように修正しました。(Muhammad Usama)
+ </para>
+ <para>
+ パッチはMasaya Kawamotoによって提供されました。
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <!--
+ <title>Bug fixes</title>
+ -->
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [4ddfe82]
+ -->
+ <para>
+ <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">の誤ったweightの表示を修正しました。 (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [62b9d9a]
+ -->
+ <para>
+ <command>watchdog_setup</command>の誤ったデータベースクラスタのパスを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [eefe912]
+ -->
+ <para>
+ DBノードごとに個別のアーカイブディレクトリを作成するように<command>pgpool_setup</command>を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [d36cc99]
+ -->
+ <para>
+ 共有メモリの割り当て中のエラーを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [08db48f]
+ -->
+ <para>
+ ERRORが発生した場合、<xref linkend="GUC-CHILD-MAX-CONNECTIONS">が正しくカウンタされない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ backend_flag0 = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER'またはfailover_command=''の場合に発生しうるセグメンテーション違反を修正しました。
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: <xref linkend="GUC-LOG-STANDBY-DELAY">のドキュメントを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-3-6-24>
<!--
<title>Release 3.6.24</title>
<!-- doc/src/sgml/release-3.7.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-7-18">
+ <!--
+ <title>Release 3.7.18</title>
+ -->
+ <title>リリース 3.7.18</title>
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <!--
+ <title>Changes</title>
+ -->
+ <title>変更点</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ <productname>Pgpool-II</productname>起動時に既存のwatchdogコマンドソケットファイルを削除するように修正しました。(Muhammad Usama)
+ </para>
+ <para>
+ パッチはMasaya Kawamotoによって提供されました。
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <!--
+ <title>Bug fixes</title>
+ -->
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [4ddfe82]
+ -->
+ <para>
+ <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">の誤ったweightの表示を修正しました。 (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [9b251e0]
+ -->
+ <para>
+ Watchdogリーダーによる同期処理後に、ヘルスチェックプロセスが起動されない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [62b9d9a]
+ -->
+ <para>
+ <command>watchdog_setup</command>の誤ったデータベースクラスタのパスを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [eefe912]
+ -->
+ <para>
+ DBノードごとに個別のアーカイブディレクトリを作成するように<command>pgpool_setup</command>を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [d36cc99]
+ -->
+ <para>
+ 共有メモリの割り当て中のエラーを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [08db48f]
+ -->
+ <para>
+ ERRORが発生した場合、<xref linkend="GUC-CHILD-MAX-CONNECTIONS">が正しくカウンタされない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ backend_flag0 = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER'またはfailover_command=''の場合に発生しうるセグメンテーション違反を修正しました。
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: <xref linkend="GUC-LOG-STANDBY-DELAY">のドキュメントを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-3-7-17>
<!--
<title>Release 3.7.17</title>
<!-- doc/src/sgml/release-4.0.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-4-0-13">
+ <!--
+ <title>Release 4.0.13</title>
+ -->
+ <title>リリース 4.0.13</title>
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <!--
+ <title>Changes</title>
+ -->
+ <title>変更点</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ <productname>Pgpool-II</productname>起動時に既存のwatchdogコマンドソケットファイルを削除するように修正しました。(Muhammad Usama)
+ </para>
+ <para>
+ パッチはMasaya Kawamotoによって提供されました。
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <!--
+ <title>Bug fixes</title>
+ -->
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [4ddfe82]
+ -->
+ <para>
+ <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">の誤ったweightの表示を修正しました。 (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [9b251e0]
+ -->
+ <para>
+ Watchdogリーダーによる同期処理後に、ヘルスチェックプロセスが起動されない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [62b9d9a]
+ -->
+ <para>
+ <command>watchdog_setup</command>の誤ったデータベースクラスタのパスを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [eefe912]
+ -->
+ <para>
+ DBノードごとに個別のアーカイブディレクトリを作成するように<command>pgpool_setup</command>を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [843b953]
+ -->
+ <para>
+ ヘルスチェックプロセス起動時のメッセージを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-01 [c03c49f]
+ -->
+ <para>
+ Doc: サンプルスクリプトはテーブルスペースをサポートしていないことをドキュメント「Pgpool-II + Watchdogの構築の例」に追加しました。(Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [d36cc99]
+ -->
+ <para>
+ 共有メモリの割り当て中のエラーを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [08db48f]
+ -->
+ <para>
+ ERRORが発生した場合、<xref linkend="GUC-CHILD-MAX-CONNECTIONS">が正しくカウンタされない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ backend_flag0 = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER'またはfailover_command=''の場合に発生しうるセグメンテーション違反を修正しました。
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-11-30 [86d4dd0]
+ -->
+ <para>
+ <filename>pool_passwd</filename>のファイルスワッピングの競合状態を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ パッチはMasaya Kawamotoによって提供されました。
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: <xref linkend="GUC-LOG-STANDBY-DELAY">のドキュメントを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-4-0-12>
<!--
<title>Release 4.0.12</title>
<!-- doc/src/sgml/release-4.1.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-4-1-6">
+ <!--
+ <title>Release 4.1.6</title>
+ -->
+ <title>リリース 4.1.6</title>
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <!--
+ <title>Changes</title>
+ -->
+ <title>変更点</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ <productname>Pgpool-II</productname>起動時に既存のwatchdogコマンドソケットファイルを削除するように修正しました。(Muhammad Usama)
+ </para>
+ <para>
+ パッチはMasaya Kawamotoによって提供されました。
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <!--
+ <title>Bug fixes</title>
+ -->
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [4ddfe82]
+ -->
+ <para>
+ <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">の誤ったweightの表示を修正しました。 (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-14 [30872be]
+ -->
+ <para>
+ <filename>follow_primary.sh.sample</filename>で<command>pg_rewind</command>実行後に<filename>recovery.conf</filename>が削除されないように修正しました。(Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [9b251e0]
+ -->
+ <para>
+ Watchdogリーダーによる同期処理後に、ヘルスチェックプロセスが起動されない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [62b9d9a]
+ -->
+ <para>
+ <command>watchdog_setup</command>の誤ったデータベースクラスタのパスを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [eefe912]
+ -->
+ <para>
+ DBノードごとに個別のアーカイブディレクトリを作成するように<command>pgpool_setup</command>を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [843b953]
+ -->
+ <para>
+ ヘルスチェックプロセス起動時のメッセージを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-01 [c03c49f]
+ -->
+ <para>
+ Doc: サンプルスクリプトはテーブルスペースをサポートしていないことをドキュメント「Pgpool-II + Watchdogの構築の例」に追加しました。(Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-16 [dd75646]
+ -->
+ <para>
+ Doc: 共有リレーションキャッシュに必要な共有メモリについての説明を追加しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [d36cc99]
+ -->
+ <para>
+ 共有メモリの割り当て中のエラーを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [08db48f]
+ -->
+ <para>
+ ERRORが発生した場合、<xref linkend="GUC-CHILD-MAX-CONNECTIONS">が正しくカウンタされない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2020-12-18 [e7d9477]
+ 2020-12-18 [86ee4d6]
+ -->
+ <para>
+ Doc: インストールのヒントのセクションで<command>firewall-cmd</command>の使用法を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ この例では、<command>firewall-cmd</command>が不要なポートを開放しました。
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ backend_flag0 = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER'またはfailover_command=''の場合に発生しうるセグメンテーション違反を修正しました。
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2020-11-30 [86d4dd0]
+ -->
+ <para>
+ <filename>pool_passwd</filename>のファイルスワッピングの競合状態を修正しました。(Tatsuo Ishii)
+ </para>
+ <para>
+ パッチはMasaya Kawamotoによって提供されました。
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: <xref linkend="GUC-LOG-STANDBY-DELAY">のドキュメントを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-4-1-5>
<!--
<title>Release 4.1.5</title>
<!-- doc/src/sgml/release-4.2.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-4-2-2">
+ <!--
+ <title>Release 4.2.2</title>
+ -->
+ <title>リリース 4.2.2</title>
+ <note>
+ <!--
+ <title>Release Date</title>
+ -->
+ <title>リリース日</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <!--
+ <title>Bug fixes</title>
+ -->
+ <title>不具合修正</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [395ad59]
+ -->
+ <para>
+ <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">の誤ったweightの表示を修正しました。 (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-14 [de3f0ed]
+ -->
+ <para>
+ <filename>follow_primary.sh.sample</filename>で<command>pg_rewind</command>実行後に<filename>recovery.conf</filename>が削除されないように修正しました。(Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [40d4bde]
+ -->
+ <para>
+ Watchdogリーダーによる同期処理後に、ヘルスチェックプロセスが起動されない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-06 [d9835c1]
+ -->
+ <para>
+ Doc: <xref linkend="WATCHDOG-SETUP">マニュアルに不足しているスナップショットアイソレーションモードの説明を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [be0e714]
+ -->
+ <para>
+ <command>watchdog_setup</command>がスナップショットアイソレーションモードをサポートするように修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [e2eb019]
+ -->
+ <para>
+ <command>watchdog_setup</command>の誤ったデータベースクラスタのパスを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-05 [009e4b7]
+ 2021-01-20 [2d4451f]
+ -->
+ <para>
+ <command>pgpool_setup</command>によって作成されるfollow_primary.shの不具合を修正しました。 (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [644d72e]
+ -->
+ <para>
+ <command>pgpool_setup</command>で使用される<filename>shutdownall</filename>スクリプトを改善しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [de2c03c]
+ -->
+ <para>
+ DBノードごとに個別のアーカイブディレクトリを作成するように<command>pgpool_setup</command>を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [f1124c5]
+ -->
+ <para>
+ <xref linkend="SQL-SHOW-POOL-STATUS">コマンドの結果に欠落している<xref linkend="GUC-BACKEND-CLUSTERING-MODE">の表示を修正しました。(Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [57d416a]
+ -->
+ <para>
+ ヘルスチェックプロセス起動時のメッセージを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-01 [71ab697]
+ -->
+ <para>
+ Doc: サンプルスクリプトはテーブルスペースをサポートしていないことをドキュメント「Pgpool-II + Watchdogの構築の例」に追加しました。(Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-28 [d479a46]
+ -->
+ <para>
+ スナップショットアイソレーションモードで発生するセグメンテーション違反を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-22 [50c5735]
+ -->
+ <para>
+ Doc: オンラインリカバリドキュメントで1st_stageと2nd stageに関する説明を改善しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-16 [dfdd63d]
+ -->
+ <para>
+ Doc: 共有リレーションキャッシュに必要な共有メモリについての説明を追加しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [e5dff9b]
+ -->
+ <para>
+ <xref linkend="GUC-LOG-ROTATION-SIZE">の許容範囲とデフォルト値を修正しました。 (Muhammad Usama)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [f780fd5]
+ -->
+ <para>
+ 共有メモリの割り当て中のエラーを修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [01e56dd]
+ -->
+ <para>
+ ERRORが発生した場合、<xref linkend="GUC-CHILD-MAX-CONNECTIONS">が正しくカウンタされない不具合を修正しました。(Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-4-2-1">
<!--
<title>Release 4.2.1</title>
2020-11-25 [935e045]
-->
<para>
- ereportsã\81\8bã\82\89strerror()å\91¼ã\81³å\87ºã\81\97ã\82\92å\89\8aé\99¤ã\81\97ã\81¾ã\81\99。(Muhammad Usama)
+ ereportsã\81\8bã\82\89strerror()å\91¼ã\81³å\87ºã\81\97ã\82\92å\89\8aé\99¤ã\81\97ã\81¾ã\81\97ã\81\9f。(Muhammad Usama)
</para>
<para>
ereport()を呼び出すと、errno値がリセットされ、「strerror(errno)」を使用すると、誤ったエラーメッセージが出力されます。
called with schema qualification, it was not recognized. This
commit fix to allow schema qualifications in the case.
-->
- ã\82¯ã\82¨ã\83ªã\82ã\83£ã\83\83ã\82·ã\83¥ã\81\8cæ\9c\89å\8a¹ã\81§ã\81\82ã\82\8bå ´å\90\88ã\80\81<productname>Pgpool-II</productname>ã\81¯SELECTä¸ã\81®é\96¢æ\95°å\91¼ã\81³å\87ºã\81\97ã\82\92ç²¾æ\9f»ã\81\97ã\81¾ã\81\99。
+ ã\82¯ã\82¨ã\83ªã\82ã\83£ã\83\83ã\82·ã\83¥ã\81\8cæ\9c\89å\8a¹ã\81§ã\81\82ã\82\8bå ´å\90\88ã\80\81<productname>Pgpool-II</productname>ã\81¯SELECTä¸ã\81®é\96¢æ\95°å\91¼ã\81³å\87ºã\81\97ã\82\92ç²¾æ\9f»ã\81\97ã\81¾ã\81\97ã\81\9f。
今までは関数がスキーマ修飾付きで呼び出されていると認識されませんでしたが、これを認識するように改善しました。
</para>
<para>
-<!ENTITY version "4.2.1">
+<!ENTITY version "4.2.2">
<!-- doc/src/sgml/release-3.6.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-6-25">
+ <title>Release 3.6.25</title>
+ <note>
+ <title>Release Date</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <title>Changes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ Delete any pre-existing watchdog command socket file at startup. (Muhammad Usama)
+ </para>
+ <para>
+ Patch provided by Masaya Kawamoto.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [395ad59]
+ -->
+ <para>
+ Fix the incorrect "weight" displayed in <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [e2eb019]
+ -->
+ <para>
+ Fix that DB cluster path was not correct in <command>watchdog_setup</command> installation. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [de2c03c]
+ -->
+ <para>
+ Fix <command>pgpool_setup</command> so that it creates separate archive directory for each DB node. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [f780fd5]
+ -->
+ <para>
+ Fix error while allocating shared memory. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [01e56dd]
+ -->
+ <para>
+ Fix bug <xref linkend="GUC-CHILD-MAX-CONNECTIONS"> is not respected if ERROR occurs. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ Fix segfault that may occur when backend_flag = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER' or failover_command = ''.
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: fix <xref linkend="GUC-LOG-STANDBY-DELAY"> description. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-3-6-24>
<title>Release 3.6.24</title>
<note>
<!-- doc/src/sgml/release-3.7.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-3-7-18">
+ <title>Release 3.7.18</title>
+ <note>
+ <title>Release Date</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <title>Changes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ Delete any pre-existing watchdog command socket file at startup. (Muhammad Usama)
+ </para>
+ <para>
+ Patch provided by Masaya Kawamoto.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [395ad59]
+ -->
+ <para>
+ Fix the incorrect "weight" displayed in <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [40d4bde]
+ -->
+ <para>
+ Fix watchdog leader sync process to start health check process. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [e2eb019]
+ -->
+ <para>
+ Fix that DB cluster path was not correct in <command>watchdog_setup</command> installation. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [de2c03c]
+ -->
+ <para>
+ Fix <command>pgpool_setup</command> so that it creates separate archive directory for each DB node. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [f780fd5]
+ -->
+ <para>
+ Fix error while allocating shared memory. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [01e56dd]
+ -->
+ <para>
+ Fix bug <xref linkend="GUC-CHILD-MAX-CONNECTIONS"> is not respected if ERROR occurs. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ Fix segfault that may occur when backend_flag = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER' or failover_command = ''.
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: fix <xref linkend="GUC-LOG-STANDBY-DELAY"> description. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-3-7-17>
<title>Release 3.7.17</title>
<note>
<!-- doc/src/sgml/release-4.0.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-4-0-13">
+ <title>Release 4.0.13</title>
+ <note>
+ <title>Release Date</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <title>Changes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ Delete any pre-existing watchdog command socket file at startup. (Muhammad Usama)
+ </para>
+ <para>
+ Patch provided by Masaya Kawamoto.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [395ad59]
+ -->
+ <para>
+ Fix the incorrect "weight" displayed in <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [40d4bde]
+ -->
+ <para>
+ Fix watchdog leader sync process to start health check process. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [e2eb019]
+ -->
+ <para>
+ Fix that DB cluster path was not correct in <command>watchdog_setup</command> installation. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [de2c03c]
+ -->
+ <para>
+ Fix <command>pgpool_setup</command> so that it creates separate archive directory for each DB node. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [57d416a]
+ -->
+ <para>
+ Fix messages when health check process starts. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-01 [71ab697]
+ -->
+ <para>
+ Doc: mention that the sample scripts doesn't support tablespaces in "Pgpool-II + Watchdog Setup Example". (Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [f780fd5]
+ -->
+ <para>
+ Fix error while allocating shared memory. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [01e56dd]
+ -->
+ <para>
+ Fix bug <xref linkend="GUC-CHILD-MAX-CONNECTIONS"> is not respected if ERROR occurs. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ Fix segfault that may occur when backend_flag = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER' or failover_command = ''.
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-11-30 [86d4dd0]
+ -->
+ <para>
+ Fix file swapping race condition in <filename>pool_passwd</filename>. (Tatsuo Ishii)
+ </para>
+ <para>
+ Patch is provided by Masaya Kawamoto.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: fix <xref linkend="GUC-LOG-STANDBY-DELAY"> description. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-4-0-12>
<title>Release 4.0.12</title>
<note>
<!-- doc/src/sgml/release-4.1.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-4-1-6">
+ <title>Release 4.1.6</title>
+ <note>
+ <title>Release Date</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <title>Changes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2020-12-08 [db613fd]
+ -->
+ <para>
+ Delete any pre-existing watchdog command socket file at startup. (Muhammad Usama)
+ </para>
+ <para>
+ Patch provided by Masaya Kawamoto.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [395ad59]
+ -->
+ <para>
+ Fix the incorrect "weight" displayed in <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-14 [de3f0ed]
+ -->
+ <para>
+ Fix <filename>follow_primary.sh.sample</filename> to avoid removing <filename>recovery.conf</filename> after executing <command>pg_rewind</command>. (Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [40d4bde]
+ -->
+ <para>
+ Fix watchdog leader sync process to start health check process. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [e2eb019]
+ -->
+ <para>
+ Fix that DB cluster path was not correct in <command>watchdog_setup</command> installation. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [de2c03c]
+ -->
+ <para>
+ Fix <command>pgpool_setup</command> so that it creates separate archive directory for each DB node. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [57d416a]
+ -->
+ <para>
+ Fix messages when health check process starts. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-01 [71ab697]
+ -->
+ <para>
+ Doc: mention that the sample scripts doesn't support tablespaces in "Pgpool-II + Watchdog Setup Example". (Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-16 [dfdd63d]
+ -->
+ <para>
+ Doc: add explanation about the shared memory required by shared relation cache. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [f780fd5]
+ -->
+ <para>
+ Fix error while allocating shared memory. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [01e56dd]
+ -->
+ <para>
+ Fix bug <xref linkend="GUC-CHILD-MAX-CONNECTIONS"> is not respected if ERROR occurs. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2020-12-18 [e7d9477]
+ 2020-12-18 [86ee4d6]
+ -->
+ <para>
+ Doc: fix usage of <command>firewall-cmd</command> in the installation tips section. (Tatsuo Ishii)
+ </para>
+ <para>
+ <command>firewall-cmd</command> opened unnecessary ports in the example.
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2020-12-15 [59d7431]
+ 2020-12-13 [00d103f]
+ -->
+ <para>
+ Fix segfault that may occur when backend_flag = 'ALWAYS_PRIMARY|ALLOW_TO_FAILOVER' or failover_command = ''.
+ (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=672">bug 672</ulink>) (Tatsuo Ishii)
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2020-11-30 [86d4dd0]
+ -->
+ <para>
+ Fix file swapping race condition in <filename>pool_passwd</filename>. (Tatsuo Ishii)
+ </para>
+ <para>
+ Patch is provided by Masaya Kawamoto.
+ </para>
+ </listitem>
+ <listitem>
+ <!--
+ 2020-11-20 [14dadc6]
+ -->
+ <para>
+ Doc: fix <xref linkend="GUC-LOG-STANDBY-DELAY"> description. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id=release-4-1-5>
<title>Release 4.1.5</title>
<note>
<!-- doc/src/sgml/release-4.2.sgml -->
<!-- See header comment in release.sgml about typical markup -->
+<sect1 id="release-4-2-2">
+ <title>Release 4.2.2</title>
+ <note>
+ <title>Release Date</title>
+ <simpara>2021-02-18</simpara>
+ </note>
+
+ <sect2>
+ <title>Bug fixes</title>
+ <itemizedlist>
+ <listitem>
+ <!--
+ 2021-02-14 [395ad59]
+ -->
+ <para>
+ Fix the incorrect "weight" displayed in <xref linkend="PGPOOL-ADM-PCP-NODE-INFO">. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-14 [de3f0ed]
+ -->
+ <para>
+ Fix <filename>follow_primary.sh.sample</filename> to avoid removing <filename>recovery.conf</filename> after executing <command>pg_rewind</command>. (Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-08 [40d4bde]
+ -->
+ <para>
+ Fix watchdog leader sync process to start health check process. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-06 [d9835c1]
+ -->
+ <para>
+ Doc: fix the missing description of snapshot isolation mode in <xref linkend="WATCHDOG-SETUP"> manual. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [be0e714]
+ -->
+ <para>
+ Fix <command>watchdog_setup</command> to support for snapshot isolation mode. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-04 [e2eb019]
+ -->
+ <para>
+ Fix that DB cluster path was not correct in <command>watchdog_setup</command> installation. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-05 [009e4b7]
+ 2021-01-20 [2d4451f]
+ -->
+ <para>
+ Fix follow_primary.sh creation in <command>pgpool_setup</command>. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [644d72e]
+ -->
+ <para>
+ Enhance <filename>shutdownall</filename> script used by <command>pgpool_setup</command>. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-24 [de2c03c]
+ -->
+ <para>
+ Fix <command>pgpool_setup</command> so that it creates separate archive directory for each DB node. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [f1124c5]
+ -->
+ <para>
+ Fix missing display of <xref linkend="GUC-BACKEND-CLUSTERING-MODE"> in "show pool_status" command. (Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-02 [57d416a]
+ -->
+ <para>
+ Fix messages when health check process starts. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-02-01 [71ab697]
+ -->
+ <para>
+ Doc: mention that the sample scripts doesn't support tablespaces in "Pgpool-II + Watchdog Setup Example". (Bo Peng)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-28 [d479a46]
+ -->
+ <para>
+ Fix segfault in snapshot isolation mode. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-22 [50c5735]
+ -->
+ <para>
+ Doc: enhance online recovery document about recovery first stage and second stage. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-16 [dfdd63d]
+ -->
+ <para>
+ Doc: add explanation about the shared memory required by shared relation cache. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [e5dff9b]
+ -->
+ <para>
+ Adjusting the allowed range and default value for <xref linkend="GUC-LOG-ROTATION-SIZE">. (Muhammad Usama)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-13 [f780fd5]
+ -->
+ <para>
+ Fix error while allocating shared memory. (Tatsuo Ishii)
+ </para>
+ </listitem>
+
+ <listitem>
+ <!--
+ 2021-01-01 [01e56dd]
+ -->
+ <para>
+ Fix bug <xref linkend="GUC-CHILD-MAX-CONNECTIONS"> is not respected if ERROR occurs. (Tatsuo Ishii)
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
<sect1 id="release-4-2-1">
<title>Release 4.2.1</title>
<note>
-<!ENTITY version "4.2.1">
+<!ENTITY version "4.2.2">