Add release-notes 3.7.4 - 3.4.18.
authorBo Peng <pengbo@sraoss.co.jp>
Mon, 11 Jun 2018 13:55:25 +0000 (22:55 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Mon, 11 Jun 2018 13:58:14 +0000 (22:58 +0900)
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.4.sgml
doc/src/sgml/release-3.5.sgml
doc/src/sgml/release-3.6.sgml
doc/src/sgml/release-3.7.sgml

index a4ba531d5edffe76311171d8a4476823e642b83f..62d27552ab1a1d93acae105e0fd14b624e985b01 100644 (file)
@@ -1,6 +1,63 @@
 <!-- doc/src/sgml/release-3.4.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-4-18">
+<!--
+  <title>Release 3.4.18</title>
+       -->
+  <title>リリース 3.4.18</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+
+         <listitem>
+               <!--
+               2018-04-18 [34253a5]
+               -->
+               <para>
+               <!--
+               Prevent pcp_recovery_node from recovering "unused" status node. (Tatsuo Ishii)
+               -->
+pcp_recovery_node が "unused" 状態のノードをリカバリしないように修正しました。(Tatsuo Ishii)
+               </para>
+               <para>
+               <!--
+               This allowed to try to recover a node without configuration data,
+               which leads to variety of problems. 
+               -->
+これにより、設定情報がないノードをリカバリしようとするときに発生する様々な問題を回避できます。
+               </para>
+               <para>
+               <!--
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               -->
+詳細は
+<ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+をご参照してください。
+               </para>
+               <para>
+               <!--
+               Also I fixed pgpool_recovery function so that it quotes an empty
+               string argument with double quotes. 
+               -->
+また、空の文字列の引数に対応できるように引数をダブルクォートで囲むように、<function>pgpool_recovery</function> 関数を修正しました。
+               </para>
+         </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
+
 <sect1 id="release-3-4-17">
 <!--
   <title>Release 3.4.17</title>
index ab5a1a9d891d8f8fe1ec52a50e3318fbde8d3f49..47be5a024a940e515cd0cfae94c30cc554419394 100644 (file)
@@ -1,6 +1,95 @@
 <!-- doc/src/sgml/release-3.5.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-5-15">
+<!--
+  <title>Release 3.5.15</title>
+       -->
+  <title>リリース 3.5.15</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+         <listitem>
+               <!--
+               2018-05-31 [871c089]
+               -->
+               <para>
+               <!--
+               Fix pgpool hung if replication delay is too much, when query cache enabled in extended query mode. (Tatsuo Ishii)
+               -->
+拡張問合せ、かつクエリキャッシュが有効の場合、レプリケーション遅延が大きすぎるときに発生しうる <productname>Pgpool-II</productname> のハングアップを修正しました。(Tatsuo Ishii)
+               </para>
+               <para>
+               <!--
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+               for more details.
+               -->
+詳細は <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+を参考してください。
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-05-24 [c88c336]
+               -->
+               <para>
+               <!--
+               In extended query mode, do not set writing tx flag with SET TRANSACTION READ ONLY. (Tatsuo Ishii) 
+               -->
+拡張問合せでは、SET TRANSACTION READ ONLY の場合、書き込みトランザクションフラグを立てないように修正しました。 (Tatsuo Ishii) 
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-04-18 [7f47596]
+               -->
+               <para>
+               <!--
+               Prevent pcp_recovery_node from recovering "unused" status node. (Tatsuo Ishii)
+               -->
+pcp_recovery_node が "unused" 状態のノードをリカバリしないように修正しました。(Tatsuo Ishii)
+               </para>
+               <para>
+               <!--
+               This allowed to try to recover a node without configuration data,
+               which leads to variety of problems. 
+               -->
+これにより、設定情報がないノードをリカバリしようとするときに発生する様々な問題を回避できます。
+               </para>
+               <para>
+               <!--
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               -->
+詳細は
+<ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+をご参照してください。
+               </para>
+               <para>
+               <!--
+               Also I fixed pgpool_recovery function so that it quotes an empty
+               string argument with double quotes. 
+               -->
+また、空の文字列の引数に対応できるように引数をダブルクォートで囲むように、<function>pgpool_recovery</function> 関数を修正しました。
+               </para>
+         </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
+
+
 <sect1 id="release-3-5-14">
 <!--
   <title>Release 3.5.14</title>
index ab2c0a333074027681a9523bd569c8a01046826f..e4a3349c6b291bf21fd2f043975df87e770f8f7d 100644 (file)
@@ -1,6 +1,142 @@
 <!-- doc/src/sgml/release-3.6.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-6-11">
+<!--
+  <title>Release 3.6.11</title>
+       -->
+  <title>リリース 3.6.11</title>
+
+  <note>
+       <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+
+  <sect2>
+    <title>不具合修正</title> 
+    <itemizedlist>
+         <listitem>
+        <!--
+           2018-05-31 [abb1260]
+           -->
+               <para>
+               <!--
+               Fix pgpool hung if replication delay is too much, when query cache enabled in extended query mode. (Tatsuo Ishii)
+               -->
+拡張問合せ、かつクエリキャッシュが有効の場合、レプリケーション遅延が大きすぎるときに発生しうる <productname>Pgpool-II</productname> のハングアップを修正しました。(Tatsuo Ishii)
+               </para>
+               <para>
+               <!--
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+               for more details.
+               -->
+詳細は <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+を参考してください。
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-05-30 [8574062]
+               -->
+               <para>
+               <!--
+               Doc: Fix document typo of PCP commands option "-U". (Bo Peng)
+               -->
+Doc: PCP コマンドの "-U" オプションのタイポを修正しました。 (Bo Peng)
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-05-24 [75348b5]
+               -->
+               <para>
+               <!--
+               Delete some debug code. (Bo Peng)
+               -->
+デバッグ用コードを削除しました。(Bo Peng)
+               </para>
+         </listitem>
+
+               <listitem>
+               <!--
+               2018-05-24 [b28ae33]
+               -->
+               <para>
+               <!--
+               In extended query mode, do not set writing tx flag with SET TRANSACTION READ ONLY. (Tatsuo Ishii) 
+               -->
+拡張問合せでは、SET TRANSACTION READ ONLY の場合、書き込みトランザクションフラグを立てないように修正しました。 (Tatsuo Ishii)
+               </para>
+               </listitem>
+
+               <listitem>
+               <!--
+               2018-05-09 [eb427b7]
+               -->
+               <para>
+               <!--
+               Doc: Update outdated pcp_proc_info manual. (Tatsuo Ishii)
+               -->
+Doc: 古い <xref linkend="PCP-PROC-INFO"> のドキュメントを修正しました。 (Tatsuo Ishii)
+               </para>
+               </listitem>
+
+               <listitem>
+               <!--
+               2018-05-04 [5231624]
+               -->
+               <para>
+               <!--
+               Doc: Enhance online recovery document to Clarify 
+               that recovery_2nd_stage_command is only required in native replication mode. (Tatsuo Ishii)
+               -->
+Doc: recovery_2nd_stage_command はネイティブレプリケーションモードのみで設定する必要がある明確な説明をドキュメントに追加しました。(Tatsuo Ishii)
+               </para>
+               </listitem>
+
+               <listitem>
+               <!--
+               2018-04-18 [53a5b1a]
+               -->
+               <para>
+               <!--
+               Prevent pcp_recovery_node from recovering "unused" status node. (Tatsuo Ishii)
+               -->
+pcp_recovery_node が "unused" 状態のノードをリカバリしないように修正しました。(Tatsuo Ishii)
+               </para>
+               <para>
+               <!--
+               This allowed to try to recover a node without configuration data,
+               which leads to variety of problems. 
+               -->
+これにより、設定情報がないノードをリカバリしようとするときに発生する様々な問題を回避できます。
+               </para>
+               <para>
+               <!--
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               -->
+詳細は
+<ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+をご参照してください。
+               </para>
+               <para>
+               <!--
+               Also I fixed pgpool_recovery function so that it quotes an empty
+               string argument with double quotes. 
+               -->
+また、空の文字列の引数に対応できるように引数をダブルクォートで囲むように、<function>pgpool_recovery</function> 関数を修正しました。
+               </para>
+         </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-6-10">
 <!--
   <title>Release 3.6.10</title>
index bf93abcb09cf3f62b196102e27d210787a9c7cab..3823b521435385e9a9ddd98d3cdf04659ef1a163 100644 (file)
@@ -1,3 +1,192 @@
+<!-- doc/src/sgml/release-3.7.sgml -->
+<!-- See header comment in release.sgml about typical markup -->
+
+<sect1 id="release-3-7-4">
+       <!--
+  <title>Release 3.7.4</title>
+       -->
+  <title>リリース 3.7.4</title>
+
+  <note>
+               <!--
+    <title>Release Date</title>
+               -->
+    <title>リリース日</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+  <sect2>
+               <!--
+    <title>Bug fixes</title>
+               -->
+    <title>不具合修正</title> 
+    <itemizedlist>
+       <listitem>
+               <!--
+               2018-05-31 [068f867]
+               -->
+               <para>
+               <!--
+               Fix pgpool hung if replication delay is too much, when query cache enabled in extended query mode. (Tatsuo Ishii)
+               -->
+拡張問合せ、かつクエリキャッシュが有効の場合、レプリケーション遅延が大きすぎるときに発生しうる <productname>Pgpool-II</productname> のハングアップを修正しました。(Tatsuo Ishii)
+               </para>
+               <para>
+               <!--
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+               for more details.
+               -->
+詳細は <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+を参考してください。
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-30 [272744b]
+               -->
+               <para>
+               <!--
+               Doc: Fix document typo of PCP commands option "-U". (Bo Peng)
+               -->
+Doc: PCP コマンドの "-U" オプションのタイポを修正しました。 (Bo Peng)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-24 [29f7e00]
+               -->
+               <para>
+               <!--
+               Delete some debug code. (Bo Peng)
+               -->
+デバッグ用コードを削除しました。(Bo Peng)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-24 [61b183c]
+               -->
+               <para>
+               <!--
+               In extended query mode, do not set writing tx flag with SET TRANSACTION READ ONLY. (Tatsuo Ishii) 
+               -->
+拡張問合せでは、SET TRANSACTION READ ONLY の場合、書き込みトランザクションフラグを立てないように修正しました。 (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-23 [92cbc38]
+               -->
+               <para>
+               <!--
+               Fix wrong parameter %P (old primary node id) passed to failover script in 3.7.3 and 3.7.2. (Tatsuo Ishii)
+               -->
+3.7.2 と 3.7.3 で発生するフェイルオーバスクリプトに間違ったパラメータ %P (古いプライマリノードID) を渡す不具合を修正しました。 (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-17 [5ce01ab]
+               -->
+               <para>
+               <!--
+               Doc: Clarify that failover_require_consensus requires that health check is enabled. (Tatsuo Ishii)
+               -->
+Doc: <xref linkend="guc-failover-require-consensus"> を使うために、ヘルスチェックが有効になっている必要がある明確な説明をドキュメントに追加しました。(Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-09 [d272885]
+               -->
+               <para>
+               <!--
+               Doc: Update outdated pcp_proc_info manual. (Tatsuo Ishii)
+               -->
+Doc: 古い <xref linkend="PCP-PROC-INFO"> のドキュメントを修正しました。 (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-08 [041fe59]
+               -->
+               <para>
+               <!--
+               Test: Fix test.sh in extended_query_test. (Tatsuo Ishii)
+               -->
+Test: extended_query_test のスクリプト test.sh を修正しました。 (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-04 [451d8a5]
+               -->
+               <para>
+               <!--
+               Add missing health_check_timeout in pgpool_setup. (Tatsuo Ishii)
+               -->
+<command>pgpool_setup</command> に抜けていた health_check_timeout の設定を追加しました。(Tatsuo Ishii) 
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-04 [e7c262f]
+               -->
+               <para>
+               <!--
+               Doc: Enhance online recovery document to Clarify 
+               that recovery_2nd_stage_command is only required in native replication mode. (Tatsuo Ishii)
+               -->
+Doc: recovery_2nd_stage_command はネイティブレプリケーションモードのみで設定する必要がある明確な説明をドキュメントに追加しました。(Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-04-18 [ffa545e]
+               -->
+               <para>
+               <!--
+               Prevent pcp_recovery_node from recovering "unused" status node. (Tatsuo Ishii)
+               -->
+pcp_recovery_node が "unused" 状態のノードをリカバリしないように修正しました。(Tatsuo Ishii)
+               </para>
+               <para>
+               <!--
+               This allowed to try to recover a node without configuration data,
+               which leads to variety of problems. 
+               -->
+これにより、設定情報がないノードをリカバリしようとするときに発生する様々な問題を回避できます。
+               </para>
+               <para>
+               <!--
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               -->
+詳細は
+<ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+をご参照してください。
+               </para>
+               <para>
+               <!--
+               Also I fixed pgpool_recovery function so that it quotes an empty
+               string argument with double quotes. 
+               -->
+また、空の文字列の引数に対応できるように引数をダブルクォートで囲むように、<function>pgpool_recovery</function> 関数を修正しました。
+               </para>
+       </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-7-3">
 <!--
   <title>Release 3.7.3</title>
index c64da788acbe6950ee3a5f4ee4b475417805c455..4aa92bb6b8655067ff834b998036324909e362af 100644 (file)
@@ -1,6 +1,41 @@
 <!-- doc/src/sgml/release-3.4.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-4-18">
+  <title>Release 3.4.18</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+         <listitem>
+               <!--
+               2018-04-18 [34253a5]
+               -->
+               <para>
+               Prevent <xref linkend="PCP-RECOVERY-NODE"> from recovering "unused" status node. (Tatsuo Ishii)
+               </para>
+               <para>
+               This allowed to try to recovery a node without configuration data,
+               which leads to variety of problems. 
+               </para>
+               <para>
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               </para>
+               <para>
+               Also I fixed <function>pgpool_recovery</function> function so that it quotes an 
+               empty string argument with double quotes. 
+               </para>
+      </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-4-17">
   <title>Release 3.4.17</title>
 
index 29c5b890e3a3654593668232a3ee7465a6b823f2..6a1ac47b1e6c3148575aba1022abea9160133f49 100644 (file)
@@ -1,6 +1,63 @@
 <!-- doc/src/sgml/release-3.5.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-5-15">
+  <title>Release 3.5.15</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+         <listitem>
+               <!--
+               2018-05-31 [871c089]
+               -->
+               <para>
+               Fix <productname>Pgpool-II</productname> hung if replication delay is too much, when query cache enabled in extended query mode. (Tatsuo Ishii)
+               </para>
+               <para>
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+               for more details.
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-05-24 [c88c336]
+               -->
+               <para>
+               In extended query mode, do not set writing tx flag with SET TRANSACTION READ ONLY. (Tatsuo Ishii) 
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-04-18 [7f47596]
+               -->
+               <para>
+               Prevent <xref linkend="PCP-RECOVERY-NODE"> from recovering "unused" status node. (Tatsuo Ishii)
+               </para>
+               <para>
+               This allowed to try to recovery a node without configuration data,
+               which leads to variety of problems. 
+               </para>
+               <para>
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               </para>
+               <para>
+               Also I fixed <function>pgpool_recovery</function> function so that it quotes an 
+               empty string argument with double quotes. 
+               </para>
+         </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-5-14">
   <title>Release 3.5.14</title>
 
index d74aa626eb1068098ba08f80b11192de9ac101ef..d62fc8d2038f3f167eb0ecddabc13d81dd49ae74 100644 (file)
@@ -1,6 +1,100 @@
 <!-- doc/src/sgml/release-3.6.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-6-11">
+  <title>Release 3.6.11</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+         <listitem>
+        <!--
+           2018-05-31 [abb1260]
+           -->
+               <para>
+               Fix <productname>Pgpool-II</productname> hung if replication delay is too much, when query cache enabled in extended query mode. (Tatsuo Ishii)
+               </para>
+               <para>
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+               for more details.
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-05-30 [8574062]
+               -->
+               <para>
+               Doc: Fix document typo of PCP commands option "-U". (Bo Peng)
+               </para>
+         </listitem>
+
+         <listitem>
+               <!--
+               2018-05-24 [75348b5]
+               -->
+               <para>
+               Delete some debug code. (Bo Peng)
+               </para>
+         </listitem>
+
+               <listitem>
+               <!--
+               2018-05-24 [b28ae33]
+               -->
+               <para>
+               In extended query mode, do not set writing tx flag with SET TRANSACTION READ ONLY. (Tatsuo Ishii) 
+               </para>
+               </listitem>
+
+               <listitem>
+               <!--
+               2018-05-09 [eb427b7]
+               -->
+               <para>
+               Doc: Update outdated <xref linkend="PCP-PROC-INFO"> manual. (Tatsuo Ishii)
+               </para>
+               </listitem>
+
+               <listitem>
+               <!--
+               2018-05-04 [5231624]
+               -->
+               <para>
+               Doc: Enhance online recovery document to Clarify 
+               that <xref linkend="guc-recovery-2nd-stage-command"> is only required in native replication mode. (Tatsuo Ishii)
+               </para>
+               </listitem>
+
+               <listitem>
+               <!--
+               2018-04-18 [53a5b1a]
+               -->
+               <para>
+               Prevent <xref linkend="PCP-RECOVERY-NODE"> from recovering "unused" status node. (Tatsuo Ishii)
+               </para>
+               <para>
+               This allowed to try to recovery a node without configuration data,
+               which leads to variety of problems. 
+               </para>
+               <para>
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               </para>
+               <para>
+               Also I fixed <function>pgpool_recovery</function> function so that it quotes an 
+               empty string argument with double quotes. 
+               </para>
+               </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-6-10">
   <title>Release 3.6.10</title>
 
index 83f469d2ecfab0de7d32a1855071e73453a1ded4..37daf1c75f885aa9eb688eaf4e40c8b44208e4ba 100644 (file)
@@ -1,6 +1,136 @@
 <!-- doc/src/sgml/release-3.7.sgml -->
 <!-- See header comment in release.sgml about typical markup -->
 
+<sect1 id="release-3-7-4">
+  <title>Release 3.7.4</title>
+
+  <note>
+    <title>Release Date</title>
+    <simpara>2018-06-12</simpara>
+  </note>
+
+  <sect2>
+    <title>Bug fixes</title>
+    <itemizedlist>
+       <listitem>
+               <!--
+               2018-05-31 [068f867]
+               -->
+               <para>
+               Fix <productname>Pgpool-II</productname> hung if replication delay is too much, when query cache enabled in extended query mode. (Tatsuo Ishii)
+               </para>
+               <para>
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general-jp/2018-May/001533.html">[pgpool-general-jp: 1534]</ulink> 
+               for more details.
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-30 [272744b]
+               -->
+               <para>
+               Doc: Fix document typo of PCP commands option "-U". (Bo Peng)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-24 [29f7e00]
+               -->
+               <para>
+               Delete some debug code. (Bo Peng)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-24 [61b183c]
+               -->
+               <para>
+               In extended query mode, do not set writing tx flag with SET TRANSACTION READ ONLY. (Tatsuo Ishii) 
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-23 [92cbc38]
+               -->
+               <para>
+               Fix wrong parameter %P (old primary node id) passed to failover script in 3.7.3 and 3.7.2. (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-17 [5ce01ab]
+               -->
+               <para>
+               Doc: Clarify that <xref linkend="guc-failover-require-consensus"> requires that health check is enabled. (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-09 [d272885]
+               -->
+               <para>
+               Doc: Update outdated <xref linkend="PCP-PROC-INFO"> manual. (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-08 [041fe59]
+               -->
+               <para>
+               Test: Fix test.sh in extended_query_test. (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-04 [451d8a5]
+               -->
+               <para>
+               Add missing health_check_timeout in <command>pgpool_setup</command>. (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-05-04 [e7c262f]
+               -->
+               <para>
+               Doc: Enhance online recovery document to Clarify 
+               that <xref linkend="guc-recovery-2nd-stage-command"> is only required in native replication mode. (Tatsuo Ishii)
+               </para>
+       </listitem>
+
+       <listitem>
+               <!--
+               2018-04-18 [ffa545e]
+               -->
+               <para>
+               Prevent <xref linkend="PCP-RECOVERY-NODE"> from recovering "unused" status node. (Tatsuo Ishii)
+               </para>
+               <para>
+               This allowed to try to recovery a node without configuration data,
+               which leads to variety of problems. 
+               </para>
+               <para>
+               See <ulink url="https://www.pgpool.net/pipermail/pgpool-general/2018-March/006021.html">[pgpool-general: 5963]</ulink> 
+               for more details.
+               </para>
+               <para>
+               Also I fixed <function>pgpool_recovery</function> function so that it quotes an
+               empty string argument with double quotes. 
+               </para>
+       </listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="release-3-7-3">
   <title>Release 3.7.3</title>