Add release notes 3.7.3 - 3.3.21.
authorBo Peng <pengbo@sraoss.co.jp>
Tue, 17 Apr 2018 08:33:52 +0000 (17:33 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Tue, 17 Apr 2018 08:41:11 +0000 (17:41 +0900)
doc.ja/src/sgml/release-3.3.sgml
doc.ja/src/sgml/release-3.4.sgml
doc.ja/src/sgml/release-3.5.sgml
doc.ja/src/sgml/release-3.6.sgml
doc.ja/src/sgml/release-3.7.sgml
doc/src/sgml/release-3.3.sgml
doc/src/sgml/release-3.4.sgml
doc/src/sgml/release-3.5.sgml
doc/src/sgml/release-3.6.sgml
doc/src/sgml/release-3.7.sgml

index 397faf22aadbdf5d8a35b5a7de0cd9dbb8f9ea02..a261b8fb4c2a5a1a38067469a09b468826328c4e 100644 (file)
@@ -1,6 +1,39 @@
 <!-- doc/src/sgml/release-3.3.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-3-21">
+<!--
+  <title>Release 3.3.21</title>
+       -->
+  <title>リリース 3.3.21</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-08 [424acce]
+    -->
+    <para>
+    <!--
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    -->
+    to_regclass を呼び出すときにスキーマ名を含むように修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-3-20">
 <!--
   <title>Release 3.3.20</title>
index 507ee8d19640a51761a5c2c02ed7aaabc15c8e0b..a4ba531d5edffe76311171d8a4476823e642b83f 100644 (file)
@@ -1,6 +1,87 @@
 <!-- doc/src/sgml/release-3.4.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-4-17">
+<!--
+  <title>Release 3.4.17</title>
+       -->
+  <title>リリース 3.4.17</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-09 [a20855b]
+    -->
+    <para>
+    <!--
+    Add new regression test for node 0 is down. (Tatsuo Ishii)
+    -->
+    Test: ノード0 がダウンした場合のレグレッションテストを追加しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [dfde4ff]
+    -->
+    <para>
+    <!--
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    -->
+    to_regclass を呼び出すときにスキーマ名を含むように修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-20 [5fb797e]
+    -->
+    <para>
+    <!--
+    Test: Improve test script 003.failover. (Bo Peng)
+    -->
+    Test: 003.failover レグレッションテストが失敗しないように修正しました。(Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [d669a0d]
+    -->
+    <para>
+    <!--
+    Allow to support <function>pgpool_switch_xlog</function> <productname>PostgreSQL</productname> 10. (Tatsuo Ishii)
+    -->
+    <productname>PostgreSQL</productname> 10 に対応できるように pgpool_switch_xlog を修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [c90dde1]
+    -->
+    <para>
+    <!--
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    -->
+    レプリケーションモードで <command>pgpool_setup</command> が失敗するのを修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-4-16">
 <!--
   <title>Release 3.4.16</title>
index 9bae5f75c02b80370a9e4562931763a01f5c7ccb..ab5a1a9d891d8f8fe1ec52a50e3318fbde8d3f49 100644 (file)
@@ -1,6 +1,99 @@
 <!-- doc/src/sgml/release-3.5.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-5-14">
+<!--
+  <title>Release 3.5.14</title>
+       -->
+  <title>リリース 3.5.14</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-09 [b9ff4df]
+    -->
+    <para>
+    <!--
+    Add new regression test for node 0 is down. (Tatsuo Ishii)
+    -->
+    Test: ノード0 がダウンした場合のレグレッションテストを追加しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [6bd77fe]
+    -->
+    <para>
+    <!--
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    -->
+    to_regclass を呼び出すときにスキーマ名を含むように修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-20 [06b81ce]
+    -->
+    <para>
+    <!--
+    Test: Improve test script 003.failover. (Bo Peng)
+    -->
+    Test: 003.failover レグレッションテストが失敗しないように修正しました。(Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-14 [cec26d2]
+    -->
+    <para>
+    <!--
+    Deal with "unable to bind D cannot get parse message "S1" error. (Tatsuo Ishii)
+    -->
+    「unable to bind D cannot get parse message "S1"」エラーによるハングアップを修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [f8c1824]
+    -->
+    <para>
+    <!--
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    -->
+    レプリケーションモードで <command>pgpool_setup</command> が失敗するのを修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [c7d2af4]
+    -->
+    <para>
+    <!--
+    Allow to support <function>pgpool_switch_xlog</function> <productname>PostgreSQL</productname> 10. (Tatsuo Ishii)
+    -->
+    <productname>PostgreSQL</productname> 10 に対応できるように pgpool_switch_xlog を修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-5-13">
 <!--
   <title>Release 3.5.13</title>
index 320ac2e5cd9b56639d9e197af2eb63d487212aa9..ab2c0a333074027681a9523bd569c8a01046826f 100644 (file)
@@ -1,6 +1,148 @@
 <!-- doc/src/sgml/release-3.6.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-6-10">
+<!--
+  <title>Release 3.6.10</title>
+       -->
+  <title>リリース 3.6.10</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-09 [56dcc8d]
+    -->
+    <para>
+    <!--
+    Add new regression test for node 0 is down. (Tatsuo Ishii)
+    -->
+    Test: ノード0 がダウンした場合のレグレッションテストを追加しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [62cd287]
+    -->
+    <para>
+    <!--
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    -->
+    to_regclass を呼び出すときにスキーマ名を含むように修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-04 [61dbb77]
+    -->
+    <para>
+    <!--
+    Improve watchdog documents. (Tatsuo Ishii)
+    -->
+    Doc: watchdog に関するドキュメントを更新しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-20 [a144e9a]
+    -->
+    <para>
+    <!--
+    Test: Improve test script 003.failover. (Bo Peng)
+    -->
+    Test: 003.failover レグレッションテストが失敗しないように修正しました。(Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-14 [95ed081]
+    -->
+    <para>
+    <!--
+    Deal with "unable to bind D cannot get parse message "S1" error. (Tatsuo Ishii)
+    -->
+    「unable to bind D cannot get parse message "S1"」エラーによるハングアップを修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-02 [426c2df]
+    -->
+    <para>
+    <!--
+    Doc: Mention that users can avoid failover using backend_flag even PostgreSQL admin shutdown. (Tatsuo Ishii)
+    -->
+    Doc: backend_flag を使用してフェイルオーバ回避できるようにする説明をドキュメントに追加しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-28 [3cc5422]
+    -->
+    <para>
+    <!--
+    Doc: Fix document typos. (Bo Peng)
+    -->
+    Doc: ドキュメントのタイポを修正しました。(Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [bfb46bc]
+    -->
+    <para>
+    <!--
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    -->
+    レプリケーションモードで <command>pgpool_setup</command> が失敗するのを修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [4a47d33]
+    -->
+    <para>
+    <!--
+    Allow to support <function>pgpool_switch_xlog</function> <productname>PostgreSQL</productname> 10. (Tatsuo Ishii)
+    -->
+    <productname>PostgreSQL</productname> 10 に対応できるように pgpool_switch_xlog を修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-14 [41978bf]
+    -->
+    <para>
+    <!--
+    Doc: Fix <link linkend="pgpool-adm"> pgpool_adm</link> family functions examples. (Tatsuo Ishii)
+    -->
+    Doc: <link linkend="pgpool-adm"> pgpool_adm エクステンション</link>関数の例を修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-6-9">
 <!--
   <title>Release 3.6.9</title>
index 7a2462d9fdc11fb72586b0cbef195f11979dd30e..bf93abcb09cf3f62b196102e27d210787a9c7cab 100644 (file)
@@ -1,3 +1,242 @@
+<sect1 id="release-3-7-3">
+<!--
+  <title>Release 3.7.3</title>
+       -->
+  <title>リリース 3.7.3</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-17 [7ce2a02]
+    -->
+    <para>
+    <!--
+    Disable health check per node parameters by default. (Bo Peng)
+    -->
+    デフォルトではノードごとヘルスチェックパラメータの設定が無効になりました。
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-13 [d07c908]
+    -->
+    <para>
+    <!--
+    Fix pcp_detach_node hung when -g option is specified. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=391">bug 391</ulink>) (Tatsuo Ishii)
+    -->
+     <xref linkend="pcp-detach-node"> コマンドで -g オプションを指定した場合に発生するハングアップを修正しました。(<ulink url="http://www.pgpool.net/mantisbt/view.php?id=391">bug 391</ulink>) (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-09 [1fb3008]
+    -->
+    <para>
+    <!--
+    Add new regression test for node 0 is down. (Tatsuo Ishii)
+    -->
+    Test: ノード0 がダウンした場合のレグレッションテストを追加しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [046a855]
+    -->
+    <para>
+    <!--
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    -->
+    to_regclass を呼び出すときにスキーマ名を含むように修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-05 [af4ea10]
+    -->
+    <para>
+    <!--
+    Fix pgpool child process segfault when ALWAYS_MASTER is on. (Tatsuo Ishii)
+    -->
+    ALWAYS_MASTER が on の場合に発生する <productname>Pgpool-II</productname> 子プロセスのセグメンテーション違反を修正しました。(Tatsuo Ishii)
+    </para>
+    <para>
+    <productname>Pgpool-II</productname> 3.7.1 で、以下の条件をすべて満たす場合にセグメンテーション違反が発生していました。
+    <orderedlist>
+      <listitem>
+        <para>
+        ストリーミングレプリケーションモード
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+        fail_over_on_backend_error = off
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+        マスタノードが ALWAYS_MASTER に設定してある
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+        <filename>pgpool_status</filename> ファイルの上記 3)で設定したノードの状態が down である
+        </para>
+     </listitem>
+    </orderedlist>
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-04 [ec494b8]
+    -->
+    <para>
+    <!--
+    Improve watchdog documents. (Tatsuo Ishii)
+    -->
+    Doc: watchdog に関するドキュメントを更新しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-30 [d4b52e6]
+    -->
+    <para>
+    Doc: 新しい設定パラメータの追加方法に関する <filename>README</filename> ファイルを追加しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-14 [fc69c68]
+    -->
+    <para>
+    「unable to bind D cannot get parse message "S1"」エラーによるハングアップを修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-14 [795cb98]
+    -->
+    <para>
+    <!--
+    Test: Improve test script 003.failover. (Bo Peng)
+    -->
+    Test: 003.failover レグレッションテストが失敗しないように修正しました。(Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-02 [121bf41]
+    -->
+    <para>
+    Doc: backend_flag を使用してフェイルオーバ回避できるようにする説明をドキュメントに追加しました。(Tatsuo Ishii)
+    </para>
+    <para>
+
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-28 [8593af6]
+    -->
+    <para>
+    <!--
+    Doc: Fix document typos. (Bo Peng)
+    -->
+    Doc: ドキュメントのタイポを修正しました。(Bo Peng)
+    </para>
+    <para>
+
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [f0c510f]
+    -->
+    <para>
+    Test: ノード0がプライマリではない場合のレグレッションテストを追加しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [45e9699]
+    -->
+    <para>
+    <!--
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    -->
+    レプリケーションモードで <command>pgpool_setup</command> が失敗するのを修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [40647e2]
+    -->
+    <para>
+    <productname>PostgreSQL</productname> 10 に対応できるように pgpool_switch_xlog を修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-26 [e8baa3f]
+    -->
+    <para>
+    3.7.2 のコミット <ulink url="https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=9022ff842fb5dbbe06e2f2f4cf38fadf47b592da">9022ff842fb5dbbe06e2f2f4cf38fadf47b592da</ulink> を取り消しました。(Tatsuo Ishii)
+    </para>
+    <para>
+    このコミットにより、 プライマリがノード 0 以外の場合に更新クエリを実行できなくなっていました。
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-19 [a3e2c68]
+    -->
+    <para>
+    Test: 拡張クエリのテストスクリプトを改善しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-14 [ab93bb7]
+    -->
+    <para>
+    <!--
+    Fix pgpool_adm family functions examples. (Tatsuo Ishii)
+    -->
+    Doc: <link linkend="pgpool-adm"> pgpool_adm エクステンション</link>関数の例を修正しました。(Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    </itemizedlist>
+
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-7-2">
 <!--
   <title>Release 3.7.2</title>
index f4450a6ee94a79c264e69d2f41568be133773424..3c5f8e0aac54f0d4b8cb28da86a6738f107a2eb5 100644 (file)
@@ -1,6 +1,30 @@
 <!-- doc/src/sgml/release-3.3.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-3-21">
+  <title>Release 3.3.21</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+    <listitem>
+    <!--
+    2018-04-08 [424acce]
+    -->
+    <para>
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-3-20">
   <title>Release 3.3.20</title>
 
index 11c5f5305bdc87629b06373e9cf6f6c0f92b8b43..c64da788acbe6950ee3a5f4ee4b475417805c455 100644 (file)
@@ -1,6 +1,69 @@
 <!-- doc/src/sgml/release-3.4.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-4-17">
+  <title>Release 3.4.17</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-09 [a20855b]
+    -->
+    <para>
+    Test: Add new regression test for node 0 is down. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [dfde4ff]
+    -->
+    <para>
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-20 [5fb797e]
+    -->
+    <para>
+    Test: Improve the test script 003.failover. (Bo Peng)
+    </para>
+    <para>
+
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [d669a0d]
+    -->
+    <para>
+    Allow to support <function>pgpool_switch_xlog</function> <productname>PostgreSQL</productname> 10. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [c90dde1]
+    -->
+    <para>
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    </para>
+    </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-4-16">
   <title>Release 3.4.16</title>
 
index 2bf93e1512fa50c63da714290c3da14dbc5f8735..29c5b890e3a3654593668232a3ee7465a6b823f2 100644 (file)
@@ -1,6 +1,75 @@
 <!-- doc/src/sgml/release-3.5.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-5-14">
+  <title>Release 3.5.14</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-09 [b9ff4df]
+    -->
+    <para>
+    Test: Add new regression test for node 0 is down. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [6bd77fe]
+    -->
+    <para>
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-20 [06b81ce]
+    -->
+    <para>
+    Test: Improve test script 003.failover. (Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-14 [cec26d2]
+    -->
+    <para>
+    Deal with "unable to bind D cannot get parse message "S1" error. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [f8c1824]
+    -->
+    <para>
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [c7d2af4]
+    -->
+    <para>
+    Allow to support <function>pgpool_switch_xlog</function> <productname>PostgreSQL</productname> 10. (Tatsuo Ishii)
+    </para>
+    </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-5-13">
   <title>Release 3.5.13</title>
 
index 34032397a63e1b9678905a2ba0154b060523da7e..d74aa626eb1068098ba08f80b11192de9ac101ef 100644 (file)
@@ -1,6 +1,115 @@
 <!-- doc/src/sgml/release-3.6.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-6-10">
+  <title>Release 3.6.10</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+
+    <listitem>
+    <!--
+    2018-04-09 [56dcc8d]
+    -->
+    <para>
+    Test: Add new regression test for node 0 is down. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [62cd287]
+    -->
+    <para>
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-04 [61dbb77]
+    -->
+    <para>
+    Doc: Improve watchdog documents. (Tatsuo Ishii)
+    </para>
+    <para>
+
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-20 [a144e9a]
+    -->
+    <para>
+    Test: Improve test script 003.failover. (Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-14 [95ed081]
+    -->
+    <para>
+    Deal with "unable to bind D cannot get parse message "S1" error. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-02 [426c2df]
+    -->
+    <para>
+    Doc: Mention that users can avoid failover using backend_flag even PostgreSQL admin shutdown. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-28 [3cc5422]
+    -->
+    <para>
+    Doc: Fix document typos. (Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [bfb46bc]
+    -->
+    <para>
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [4a47d33]
+    -->
+    <para>
+    Allow to support <function>pgpool_switch_xlog</function> <productname>PostgreSQL</productname> 10. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-14 [41978bf]
+    -->
+    <para>
+    Doc: Fix <link linkend="pgpool-adm"> pgpool_adm</link> family functions examples. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-6-9">
   <title>Release 3.6.9</title>
 
index 38ad660920c5abd34c86f9c98cbfc2a7ff45bbf3..83f469d2ecfab0de7d32a1855071e73453a1ded4 100644 (file)
@@ -1,6 +1,206 @@
 <!-- doc/src/sgml/release-3.7.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-7-3">
+  <title>Release 3.7.3</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-04-17</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+    <listitem>
+    <!--
+    2018-04-17 [7ce2a02]
+    -->
+    <para>
+    Disable health check per node parameters by default. (Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-13 [d07c908]
+    -->
+    <para>
+    Fix <xref linkend="pcp-detach-node"> hung when -g option is specified. (<ulink url="http://www.pgpool.net/mantisbt/view.php?id=391">bug 391</ulink>) (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-09 [1fb3008]
+    -->
+    <para>
+    Test: Add new regression test for node 0 is down. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-08 [046a855]
+    -->
+    <para>
+    Make calls to to_regclass fully schema qualified. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-05 [af4ea10]
+    -->
+    <para>
+    Fix pgpool child process segfault when ALWAYS_MASTER is on. (Tatsuo Ishii)
+    </para>
+    <para>
+    If following conditions are all met pgpool child segfaults:
+    <orderedlist>  
+    <listitem>
+    <para>
+    Streaming replication mode.
+    </para>
+    </listitem>
+    <listitem>
+    <para>
+    fail_over_on_backend_error is off.
+    </para>
+    </listitem>
+    <listitem>
+    <para>
+    ALWAYS_MASTER flag is set to the master (writer) node.
+    </para>
+    </listitem>
+    <listitem>
+    <para>
+    <filename>pgpool_status</filename> file indicates that the node mentioned in #3 is in down status.
+    </para>
+    </listitem>
+    </orderedlist>  
+
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-04-04 [ec494b8]
+    -->
+    <para>
+    Doc: Improve watchdog documents. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-30 [d4b52e6]
+    -->
+    <para>
+    Doc: Add a document for adding new config parameter. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-20 [45b45bd]
+    -->
+    <para>
+    Test: Improve test script 003.failover. (Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-14 [fc69c68]
+    -->
+    <para>
+    Deal with "unable to bind D cannot get parse message "S1" error. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-03-02 [121bf41]
+    -->
+    <para>
+    Doc: Mention that users can avoid failover using backend_flag even PostgreSQL admin shutdown. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-28 [8593af6]
+    -->
+    <para>
+    Doc: Fix document typos. (Bo Peng)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [f0c510f]
+    -->
+    <para>
+    Test: Add new regression test for node 0 not being primary. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [45e9699]
+    -->
+    <para>
+    Fix <command>pgpool_setup</command> failure in replication mode. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-27 [40647e2]
+    -->
+    <para>
+    Allow to support <function>pgpool_switch_xlog</function> <productname>PostgreSQL</productname> 10. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-26 [e8baa3f]
+    -->
+    <para>
+    Revert "Fix pgpool child process segfault when ALWAYS_MASTER is on." (Tatsuo Ishii)
+    </para>
+    <para>
+    With the <ulink url="https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=9022ff842fb5dbbe06e2f2f4cf38fadf47b592da">commit</ulink>, 
+    write queries are always sent to node 0 even if the
+    primary node is not 0 because PRIMARY_NODE_ID macro returns
+    REAL_MASTER_NODE_ID, which is usually 0. Thus write queries are failed
+    with:
+    ERROR:  cannot execute INSERT in a read-only transaction
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-19 [a3e2c68]
+    -->
+    <para>
+    Test: Enhance extended query test. (Tatsuo Ishii)
+    </para>
+    </listitem>
+
+    <listitem>
+    <!--
+    2018-02-14 [ab93bb7]
+    -->
+    <para>
+    Doc: Fix <link linkend="pgpool-adm"> pgpool_adm</link> family functions examples. (Tatsuo Ishii)
+    </para>
+    </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
 
 <sect1 id="release-3-7-2">
   <title>Release 3.7.2</title>