Doc: update release-note.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 15 Aug 2019 04:30:58 +0000 (13:30 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 15 Aug 2019 04:32:10 +0000 (13:32 +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 95923ec2d8ac10392881c3b569a0395be5fd12cc..fe24616e861a31c09a3c04e89ff4aef15193a084 100644 (file)
 
  <sect2>
   <!--
-  <title>Bug fixes</title>
+  <title>Enhancements</title>
   -->
-  <title>不具合修正</title>
-
+  <title>改善点</title>
   <itemizedlist>
-
    <listitem>
     <!--
     2019-08-08 [7ea54a1]
      <productname>PostgreSQL</productname>からメモリマネージャデバッグ機能の一部をインポートしました。(Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-07-28 [34dc12f]
-    -->
-    <para>
-     <!--
-     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
-     -->
-     <xref linkend="PGPOOL-SETUP">が正しい<varname>follow master command</varname>を生成するように修正しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-24 [717411f]
      <function>pg_get_expr()</function>を使用するように修正しました。(Bo Peng)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-07-07 [44f8e2d]
-    -->
-    <para>
-     <!--
-     Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
-     -->
-     クエリキャッシュモジュールでoid配列の境界をチェックするように修正しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
-   <listitem>
-    <!--
-    2019-07-07 [bb3af6f]
-    -->
-    <para>
-     <!--
-     Fix off-by-one error in query cache module. (Tatsuo Ishii)
-     -->
-     クエリキャッシュモジュールのOff-by-oneエラーを修正しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-08-11 [c553e51]
      </itemizedlist> 
     </para>
    </listitem>
+   <listitem>
+    <!--
+    2019-05-22 [57cd1d4]
+    -->
+    <para>
+     <!--
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
+     -->
+     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
+ <sect2>
+  <!--
+  <title>Bug fixes</title>
+  -->
+  <title>不具合修正</title>
+
+  <itemizedlist>
+   <listitem>
+    <!--
+    2019-07-28 [34dc12f]
+    -->
+    <para>
+     <!--
+     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
+     -->
+     <xref linkend="PGPOOL-SETUP">が正しい<varname>follow master command</varname>を生成するように修正しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+
+   <listitem>
+    <!--
+    2019-07-07 [44f8e2d]
+    -->
+    <para>
+     <!--
+     Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
+     -->
+     クエリキャッシュモジュールでoid配列の境界をチェックするように修正しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+
+   <listitem>
+    <!--
+    2019-07-07 [bb3af6f]
+    -->
+    <para>
+     <!--
+     Fix off-by-one error in query cache module. (Tatsuo Ishii)
+     -->
+     クエリキャッシュモジュールのOff-by-oneエラーを修正しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
 
    <listitem>
     <!--
      いくつかのメモリリークを修正しました。(Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     <!--
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-     -->
-     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>
index 238e8db6c73b05459f2d0ad904a8f81ca82928da..b2058bc7ee592f960edb628011e368c35c1f083a 100644 (file)
   <simpara>2019-08-15</simpara>
  </note>
 
+ <sect2>
+  <!--
+  <title>Enhancements</title>
+  -->
+  <title>改善点</title>
+  <itemizedlist>
+   <listitem>
+    <!--
+    2019-08-08 [7ea54a1]
+    -->
+    <para>
+     <!--
+     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
+     -->
+     <productname>PostgreSQL</productname>からメモリマネージャデバッグ機能の一部をインポートしました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-07-24 [717411f]
+    -->
+    <para>
+     <!--
+     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+     -->
+     <productname>PostgreSQL</productname> 12に対応するために、<literal>pg_attrdef.adsrc</literal>のかわりに
+     <function>pg_get_expr()</function>を使用するように修正しました。(Bo Peng)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-08-11 [c553e51]
+    2019-07-17 [6b89f9e]
+    2019-07-02 [3b32bc4]
+    -->
+    <para>
+     <!--
+     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
+     -->
+     <xref linkend="PGPOOL-SETUP">のshutdownスクリプトを改良しました。(Tatsuo Ishii)
+     <itemizedlist> 
+      <listitem>
+       <para>
+        <!--
+        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
+        -->
+        shutdownスクリプトが<productname>Pgpool-II</productname>のシャットダウン完了を待つように修正しました。
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        <!--
+        if environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
+        -->
+        環境変数<varname>CHECK_TIME_WAIT</varname>が<literal>true</literal>に設定されているとき、shutdownスクリプト実行時に<command>netstat</command>コマンドで<literal>TCP/IP</literal>ポートの使用を確認するように修正しました。 
+       </para>
+      </listitem>
+     </itemizedlist> 
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-05-22 [57cd1d4]
+    -->
+    <para>
+     <!--
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
+     -->
+     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+  </itemizedlist>
+ </sect2>
  <sect2>
   <!--
   <title>Bug fixes</title>
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-08 [7ea54a1]
-    -->
-    <para>
-     <!--
-     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
-     -->
-     <productname>PostgreSQL</productname>からメモリマネージャデバッグ機能の一部をインポートしました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-28 [34dc12f]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-07-24 [717411f]
-    -->
-    <para>
-     <!--
-     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
-     -->
-     <productname>PostgreSQL</productname> 12に対応するために、<literal>pg_attrdef.adsrc</literal>のかわりに
-     <function>pg_get_expr()</function>を使用するように修正しました。(Bo Peng)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-07 [44f8e2d]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-11 [c553e51]
-    2019-07-17 [6b89f9e]
-    2019-07-02 [3b32bc4]
-    -->
-    <para>
-     <!--
-     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
-     -->
-     <xref linkend="PGPOOL-SETUP">のshutdownスクリプトを改良しました。(Tatsuo Ishii)
-     <itemizedlist> 
-      <listitem>
-       <para>
-        <!--
-        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
-        -->
-        shutdownスクリプトが<productname>Pgpool-II</productname>のシャットダウン完了を待つように修正しました。
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        <!--
-        if environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
-        -->
-        環境変数<varname>CHECK_TIME_WAIT</varname>が<literal>true</literal>に設定されているとき、shutdownスクリプト実行時に<command>netstat</command>コマンドで<literal>TCP/IP</literal>ポートの使用を確認するように修正しました。 
-       </para>
-      </listitem>
-     </itemizedlist> 
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-02 [b8137d6]
      潜在的なセグメンテーション違反を回避するために、フェイルオーバ実行中であるかどうかのチェックをより積極的に行うように修正しました。(Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     <!--
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-     -->
-     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>
index 31f31d3ba8264f27e5d3899f53f99f94d47bd2d4..9e9a6e4b8aa34f4fb80763353c00edba94307291 100644 (file)
   <simpara>2019-08-15</simpara>
  </note>
 
+ <sect2>
+  <!--
+  <title>Enhancements</title>
+  -->
+  <title>改善点</title>
+  <itemizedlist>
+   <listitem>
+    <!--
+    2019-08-08 [7ea54a1]
+    -->
+    <para>
+     <!--
+     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
+     -->
+     <productname>PostgreSQL</productname>からメモリマネージャデバッグ機能の一部をインポートしました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-07-24 [717411f]
+    -->
+    <para>
+     <!--
+     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+     -->
+     <productname>PostgreSQL</productname> 12に対応するために、<literal>pg_attrdef.adsrc</literal>のかわりに
+     <function>pg_get_expr()</function>を使用するように修正しました。(Bo Peng)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-08-11 [c553e51]
+    2019-07-17 [6b89f9e]
+    2019-07-02 [3b32bc4]
+    -->
+    <para>
+     <!--
+     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
+     -->
+     <xref linkend="PGPOOL-SETUP">のshutdownスクリプトを改良しました。(Tatsuo Ishii)
+     <itemizedlist> 
+      <listitem>
+       <para>
+        <!--
+        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
+        -->
+        shutdownスクリプトが<productname>Pgpool-II</productname>のシャットダウン完了を待つように修正しました。
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        <!--
+        if environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
+        -->
+        環境変数<varname>CHECK_TIME_WAIT</varname>が<literal>true</literal>に設定されているとき、shutdownスクリプト実行時に<command>netstat</command>コマンドで<literal>TCP/IP</literal>ポートの使用を確認するように修正しました。 
+       </para>
+      </listitem>
+     </itemizedlist> 
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-06-02 [08c0bfa]
+    -->
+    <para>
+     <!--
+     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
+     -->
+     Doc: <xref linkend="PG-MD5">のドキュメントに<filename>pool_passwd</filename>ハッシュ文字列を表示させる方法を追加しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+
+   <listitem>
+    <!--
+    2019-05-26 [a899be1]
+    -->
+    <para>
+     <!--
+     Doc: add general description about failover. (Tatsuo Ishii)
+     -->
+     Doc: フェイルオーバに関する一般的な説明を追加しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-05-22 [57cd1d4]
+    -->
+    <para>
+     <!--
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
+     -->
+     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
  <sect2>
   <!--
   <title>Bug fixes</title>
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-08 [7ea54a1]
-    -->
-    <para>
-     <!--
-     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
-     -->
-     <productname>PostgreSQL</productname>からメモリマネージャデバッグ機能の一部をインポートしました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-29 [d2aa09a]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-07-24 [717411f]
-    -->
-    <para>
-     <!--
-     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
-     -->
-     <productname>PostgreSQL</productname> 12に対応するために、<literal>pg_attrdef.adsrc</literal>のかわりに
-     <function>pg_get_expr()</function>を使用するように修正しました。(Bo Peng)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-07 [44f8e2d]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-11 [c553e51]
-    2019-07-17 [6b89f9e]
-    2019-07-02 [3b32bc4]
-    -->
-    <para>
-     <!--
-     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
-     -->
-     <xref linkend="PGPOOL-SETUP">のshutdownスクリプトを改良しました。(Tatsuo Ishii)
-     <itemizedlist> 
-      <listitem>
-       <para>
-        <!--
-        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
-        -->
-        shutdownスクリプトが<productname>Pgpool-II</productname>のシャットダウン完了を待つように修正しました。
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        <!--
-        if environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
-        -->
-        環境変数<varname>CHECK_TIME_WAIT</varname>が<literal>true</literal>に設定されているとき、shutdownスクリプト実行時に<command>netstat</command>コマンドで<literal>TCP/IP</literal>ポートの使用を確認するように修正しました。 
-       </para>
-      </listitem>
-     </itemizedlist> 
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-02 [b8137d6]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-06-02 [08c0bfa]
-    -->
-    <para>
-     <!--
-     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
-     -->
-     Doc: <xref linkend="PG-MD5">のドキュメントに<filename>pool_passwd</filename>ハッシュ文字列を表示させる方法を追加しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
-   <listitem>
-    <!--
-    2019-05-26 [a899be1]
-    -->
-    <para>
-     <!--
-     Doc: add general description about failover. (Tatsuo Ishii)
-     -->
-     Doc: フェイルオーバに関する一般的な説明を追加しました。(Tatsuo Ishii)
-    </para>
-    <para>
-     
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-05-23 [81b9c11]
      潜在的なセグメンテーション違反を回避するために、フェイルオーバ実行中であるかどうかのチェックをより積極的に行うように修正しました。(Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     <!--
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-     -->
-     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>
index 19a3a6eb2b82019ec92fac57adbd17030f8d29ce..803ecf8e0a78df85b58118137645c91801412d7f 100644 (file)
  <title>リリース日</title>
   <simpara>2019-08-15</simpara>
  </note>
+ <sect2>
+  <!--
+  <title>Enhancements</title>
+  -->
+  <title>改善点</title>
+  <itemizedlist>
+   <listitem>
+    <!--
+    2019-08-08 [7ea54a1]
+    -->
+    <para>
+     <!--
+     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
+     -->
+     <productname>PostgreSQL</productname>からメモリマネージャデバッグ機能の一部をインポートしました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-07-24 [717411f]
+    -->
+    <para>
+     <!--
+     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+     -->
+     <productname>PostgreSQL</productname> 12に対応するために、<literal>pg_attrdef.adsrc</literal>のかわりに
+     <function>pg_get_expr()</function>を使用するように修正しました。(Bo Peng)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-08-11 [c553e51]
+    2019-07-17 [6b89f9e]
+    2019-07-02 [3b32bc4]
+    -->
+    <para>
+     <!--
+     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
+     -->
+     <xref linkend="PGPOOL-SETUP">のshutdownスクリプトを改良しました。(Tatsuo Ishii)
+     <itemizedlist> 
+      <listitem>
+       <para>
+        <!--
+        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
+        -->
+        shutdownスクリプトが<productname>Pgpool-II</productname>のシャットダウン完了を待つように修正しました。
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        <!--
+        if environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
+        -->
+        環境変数<varname>CHECK_TIME_WAIT</varname>が<literal>true</literal>に設定されているとき、shutdownスクリプト実行時に<command>netstat</command>コマンドで<literal>TCP/IP</literal>ポートの使用を確認するように修正しました。 
+       </para>
+      </listitem>
+     </itemizedlist> 
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-06-02 [08c0bfa]
+    -->
+    <para>
+     <!--
+     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
+     -->
+     Doc: <xref linkend="PG-MD5">のドキュメントに<filename>pool_passwd</filename>ハッシュ文字列を表示させる方法を追加しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+
+   <listitem>
+    <!--
+    2019-05-26 [a899be1]
+    -->
+    <para>
+     <!--
+     Doc: add general description about failover. (Tatsuo Ishii)
+     -->
+     Doc: フェイルオーバに関する一般的な説明を追加しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-05-22 [57cd1d4]
+    -->
+    <para>
+     <!--
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
+     -->
+     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
+    </para>
+   </listitem>
+  </itemizedlist>
+ </sect2>
 
  <sect2>
   <!--
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-08 [7ea54a1]
-    -->
-    <para>
-     <!--
-     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
-     -->
-     <productname>PostgreSQL</productname>からメモリマネージャデバッグ機能の一部をインポートしました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-29 [d2aa09a]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-07-24 [717411f]
-    -->
-    <para>
-     <!--
-     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
-     -->
-     <productname>PostgreSQL</productname> 12に対応するために、<literal>pg_attrdef.adsrc</literal>のかわりに
-     <function>pg_get_expr()</function>を使用するように修正しました。(Bo Peng)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-07 [44f8e2d]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-11 [c553e51]
-    2019-07-17 [6b89f9e]
-    2019-07-02 [3b32bc4]
-    -->
-    <para>
-     <!--
-     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
-     -->
-     <xref linkend="PGPOOL-SETUP">のshutdownスクリプトを改良しました。(Tatsuo Ishii)
-     <itemizedlist> 
-      <listitem>
-       <para>
-        <!--
-        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
-        -->
-        shutdownスクリプトが<productname>Pgpool-II</productname>のシャットダウン完了を待つように修正しました。
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        <!--
-        if environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
-        -->
-        環境変数<varname>CHECK_TIME_WAIT</varname>が<literal>true</literal>に設定されているとき、shutdownスクリプト実行時に<command>netstat</command>コマンドで<literal>TCP/IP</literal>ポートの使用を確認するように修正しました。 
-       </para>
-      </listitem>
-     </itemizedlist> 
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-02 [b8137d6]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-06-02 [08c0bfa]
-    -->
-    <para>
-     <!--
-     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
-     -->
-     Doc: <xref linkend="PG-MD5">のドキュメントに<filename>pool_passwd</filename>ハッシュ文字列を表示させる方法を追加しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
-
-   <listitem>
-    <!--
-    2019-05-26 [a899be1]
-    -->
-    <para>
-     <!--
-     Doc: add general description about failover. (Tatsuo Ishii)
-     -->
-     Doc: フェイルオーバに関する一般的な説明を追加しました。(Tatsuo Ishii)
-    </para>
-    <para>
-     
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-05-23 [81b9c11]
      潜在的なセグメンテーション違反を回避するために、フェイルオーバ実行中であるかどうかのチェックをより積極的に行うように修正しました。(Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     <!--
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-     -->
-     <literal>pgpool_adm</literal>拡張が<productname>PostgreSQL</productname> 12 に対応するように修正しました。(Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>
index c945d72dd6cf3bf3794d3961750a066f2c7a04ed..59c1198a4439904384c3a5d23cbaffcb3cdae6ff 100644 (file)
@@ -9,9 +9,8 @@
  </note>
 
  <sect2>
-  <title>Bug fixes</title>
+  <title>Enhancements</title>
   <itemizedlist>
-
    <listitem>
     <!--
     2019-08-08 [94b0ce1]
      Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
     </para>
    </listitem>
-
    <listitem>
     <!--
-    2019-07-28 [fbe8fdc]
+    2019-07-24 [d3493f7]
     -->
     <para>
-     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
+     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
     </para>
    </listitem>
-
    <listitem>
     <!--
-    2019-07-24 [d3493f7]
+    2019-08-11 [c553e51]
+    2019-08-08 [94364ad]
+    2019-07-17 [5730d28]
+    2019-07-02 [b364caa]
     -->
     <para>
-     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
+     <itemizedlist> 
+      <listitem>
+       <para>
+        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
+       </para>
+      </listitem>
+     </itemizedlist> 
     </para>
    </listitem>
-
    <listitem>
     <!--
-    2019-07-07 [44f8e2d]
+    2019-05-22 [57cd1d4]
     -->
     <para>
-     Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
+    </para>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+ <sect2>
+  <title>Bug fixes</title>
+  <itemizedlist>
+   <listitem>
+    <!--
+    2019-07-28 [fbe8fdc]
+    -->
+    <para>
+     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-07 [ae45e93]
+    2019-07-07 [44f8e2d]
     -->
     <para>
-     Fix off-by-one error in query cache module. (Tatsuo Ishii)
+     Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-08-11 [c553e51]
-    2019-08-08 [94364ad]
-    2019-07-17 [5730d28]
-    2019-07-02 [b364caa]
+    2019-07-07 [ae45e93]
     -->
     <para>
-     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
-     <itemizedlist> 
-      <listitem>
-       <para>
-        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
-       </para>
-      </listitem>
-     </itemizedlist> 
+     Fix off-by-one error in query cache module. (Tatsuo Ishii)
     </para>
    </listitem>
 
      Fix memory leaks. (Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>
index c73f7d06e95507d4c8affa86bee6400ba112d71e..a397f37853caf8cc977a32c32745789d952161fb 100644 (file)
  </note>
 
  <sect2>
-  <title>Bug fixes</title>
+  <title>Enhancements</title>
   <itemizedlist>
-
    <listitem>
     <!--
-    2019-08-09 [c896d21]
+    2019-08-08 [94b0ce1]
     -->
     <para>
-     Fix "unable to bind. cannot get parse message" error.
-     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=531">bug 531</ulink>) (Tatsuo Ishii)
+     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
     </para>
    </listitem>
-
    <listitem>
     <!--
-    2019-08-08 [0da5292]
+    2019-07-24 [d3493f7]
     -->
     <para>
-     Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. 
-     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=483">bug 483</ulink>) (Muhammad Usama)
+     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
     </para>
    </listitem>
-
    <listitem>
     <!--
-    2019-08-08 [94b0ce1]
+    2019-08-11 [c553e51]
+    2019-08-08 [94364ad]
+    2019-07-17 [5730d28]
+    2019-07-02 [b364caa]
     -->
     <para>
-     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
+     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
+     <itemizedlist> 
+      <listitem>
+       <para>
+        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
+       </para>
+      </listitem>
+     </itemizedlist> 
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-05-22 [57cd1d4]
+    -->
+    <para>
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
     </para>
    </listitem>
+  </itemizedlist>
+ </sect2>
+ <sect2>
+  <title>Bug fixes</title>
+  <itemizedlist>
 
    <listitem>
     <!--
-    2019-07-28 [fbe8fdc]
+    2019-08-09 [c896d21]
     -->
     <para>
-     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
+     Fix "unable to bind. cannot get parse message" error.
+     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=531">bug 531</ulink>) (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-24 [d3493f7]
+    2019-08-08 [0da5292]
     -->
     <para>
-     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+     Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. 
+     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=483">bug 483</ulink>) (Muhammad Usama)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-07 [44f8e2d]
+    2019-07-28 [fbe8fdc]
     -->
     <para>
-     Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
+     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-07 [ae45e93]
+    2019-07-07 [44f8e2d]
     -->
     <para>
-     Fix off-by-one error in query cache module. (Tatsuo Ishii)
+     Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-03 [380d8a5]
+    2019-07-07 [ae45e93]
     -->
     <para>
-     Fix sefault when query cache is enabled. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=525">bug 525</ulink>) (Tatsuo Ishii)
+     Fix off-by-one error in query cache module. (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-08-11 [c553e51]
-    2019-08-08 [94364ad]
-    2019-07-17 [5730d28]
-    2019-07-02 [b364caa]
+    2019-07-03 [380d8a5]
     -->
     <para>
-     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
-     <itemizedlist> 
-      <listitem>
-       <para>
-        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
-       </para>
-      </listitem>
-     </itemizedlist> 
+     Fix sefault when query cache is enabled. (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=525">bug 525</ulink>) (Tatsuo Ishii)
     </para>
    </listitem>
 
      Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>
index c4f079c9111ad8b5a05ef2ef776016e572d12872..6104c10348354e8c82591e0e8ba53b42c492dd2c 100644 (file)
  </note>
 
  <sect2>
-  <title>Bug fixes</title>
+  <title>Enhancements</title>
   <itemizedlist>
-
    <listitem>
     <!--
-    2019-08-09 [c896d21]
+    2019-08-08 [94b0ce1]
     -->
     <para>
-     Fix "unable to bind. cannot get parse message" error.
-     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=531">bug 531</ulink>) (Tatsuo Ishii)
+     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-07-24 [d3493f7]
+    -->
+    <para>
+     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-08-11 [c553e51]
+    2019-08-08 [94364ad]
+    2019-07-17 [5730d28]
+    2019-07-02 [b364caa]
+    -->
+    <para>
+     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
+     <itemizedlist> 
+      <listitem>
+       <para>
+        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
+       </para>
+      </listitem>
+     </itemizedlist> 
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-06-02 [45f0160]
+    -->
+    <para>
+     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-08-08 [0da5292]
+    2019-05-26 [e21e7a9]
     -->
     <para>
-     Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. 
-     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=483">bug 483</ulink>) (Muhammad Usama)
+     Doc: add general description about failover. (Tatsuo Ishii)
     </para>
    </listitem>
+   <listitem>
+    <!--
+    2019-05-22 [57cd1d4]
+    -->
+    <para>
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
+    </para>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+ <sect2>
+  <title>Bug fixes</title>
+  <itemizedlist>
 
    <listitem>
     <!--
-    2019-08-08 [94b0ce1]
+    2019-08-09 [c896d21]
     -->
     <para>
-     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
+     Fix "unable to bind. cannot get parse message" error.
+     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=531">bug 531</ulink>) (Tatsuo Ishii)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-29 [9b830d9]
+    2019-08-08 [0da5292]
     -->
     <para>
-     Fix <xref linkend="WATCHDOG-SETUP"> command <literal>mode</literal> option to work correctly. (Takuma Hoshiai)
+     Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. 
+     (<ulink url="https://www.pgpool.net/mantisbt/view.php?id=483">bug 483</ulink>) (Muhammad Usama)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-28 [fbe8fdc]
+    2019-07-29 [9b830d9]
     -->
     <para>
-     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
+     Fix <xref linkend="WATCHDOG-SETUP"> command <literal>mode</literal> option to work correctly. (Takuma Hoshiai)
     </para>
    </listitem>
 
    <listitem>
     <!--
-    2019-07-24 [d3493f7]
+    2019-07-28 [fbe8fdc]
     -->
     <para>
-     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+     Fix <xref linkend="PGPOOL-SETUP"> to produce correct follow master command. (Tatsuo Ishii)
     </para>
    </listitem>
 
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-11 [c553e51]
-    2019-08-08 [94364ad]
-    2019-07-17 [5730d28]
-    2019-07-02 [b364caa]
-    -->
-    <para>
-     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
-     <itemizedlist> 
-      <listitem>
-       <para>
-        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
-       </para>
-      </listitem>
-     </itemizedlist> 
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-02 [b8137d6]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-06-02 [45f0160]
-    -->
-    <para>
-     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
-    </para>
-   </listitem>
-
-   <listitem>
-    <!--
-    2019-05-26 [e21e7a9]
-    -->
-    <para>
-     Doc: add general description about failover. (Tatsuo Ishii)
-    </para>
-    <para>
-     
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-05-23 [81b9c11]
      Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)
     </para>
    </listitem>
-
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>
index eccba39bde53e3cb0e46c912f6943355ec1c377d..85539b341aba28c170eece0be0663ac0a0fc79c1 100644 (file)
@@ -7,6 +7,80 @@
   <title>Release Date</title>
   <simpara>2019-08-15</simpara>
  </note>
+ <sect2>
+  <title>Enhancements</title>
+  <itemizedlist>
+   <listitem>
+    <!--
+    2019-08-08 [94b0ce1]
+    -->
+    <para>
+     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-07-24 [d3493f7]
+    -->
+    <para>
+     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
+    </para>
+   </listitem>
+
+   <listitem>
+    <!--
+    2019-08-11 [c553e51]
+    2019-08-08 [94364ad]
+    2019-07-17 [5730d28]
+    2019-07-02 [b364caa]
+    -->
+    <para>
+     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
+     <itemizedlist> 
+      <listitem>
+       <para>
+        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
+       </para>
+      </listitem>
+     </itemizedlist> 
+    </para>
+   </listitem>
+
+   <listitem>
+    <!--
+    2019-06-02 [45f0160]
+    -->
+    <para>
+     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
+    </para>
+   </listitem>
+
+   <listitem>
+    <!--
+    2019-05-26 [e21e7a9]
+    -->
+    <para>
+     Doc: add general description about failover. (Tatsuo Ishii)
+    </para>
+   </listitem>
+   <listitem>
+    <!--
+    2019-05-22 [57cd1d4]
+    -->
+    <para>
+     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
+    </para>
+   </listitem>
+
+
+
+  </itemizedlist>
+ </sect2>
 
  <sect2>
   <title>Bug fixes</title>
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-08 [94b0ce1]
-    -->
-    <para>
-     Import some of memory manager debug facilities from <productname>PostgreSQL</productname>. (Tatsuo Ishii)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-29 [9b830d9]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-07-24 [d3493f7]
-    -->
-    <para>
-     Use <function>pg_get_expr()</function> instead of <literal>pg_attrdef.adsrc</literal> to support for <productname>PostgreSQL</productname> 12. (Bo Peng)
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-07 [44f8e2d]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-08-11 [c553e51]
-    2019-08-08 [94364ad]
-    2019-07-17 [5730d28]
-    2019-07-02 [b364caa]
-    -->
-    <para>
-     Enhance shutdown script of <xref linkend="PGPOOL-SETUP">. (Tatsuo Ishii)
-     <itemizedlist> 
-      <listitem>
-       <para>
-        Make shutdownall to wait for completion of shutdown of <productname>Pgpool-II</productname>.
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        If environment variable <varname>CHECK_TIME_WAIT</varname> is set to true, use <command>netstat</command> command to confirm usage of the <literal>TCP/IP</literal> port while executing shutdown script.
-       </para>
-      </listitem>
-     </itemizedlist> 
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-07-02 [b8137d6]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-06-02 [45f0160]
-    -->
-    <para>
-     Doc: add description to <xref linkend="PG-MD5"> man page how to show <filename>pool_passwd</filename> hashed string. (Tatsuo Ishii)
-    </para>
-   </listitem>
-
-   <listitem>
-    <!--
-    2019-05-26 [e21e7a9]
-    -->
-    <para>
-     Doc: add general description about failover. (Tatsuo Ishii)
-    </para>
-    <para>
-     
-    </para>
-   </listitem>
-
    <listitem>
     <!--
     2019-05-23 [81b9c11]
     </para>
    </listitem>
 
-   <listitem>
-    <!--
-    2019-05-22 [57cd1d4]
-    -->
-    <para>
-     Deal <literal>pgpool_adm</literal> extension with <productname>PostgreSQL</productname> 12. (Tatsuo Ishii)
-    </para>
-   </listitem>
   </itemizedlist>
  </sect2>
 </sect1>