diff options
| author | Bo Peng | 2025-11-18 00:44:44 +0000 |
|---|---|---|
| committer | Bo Peng | 2025-11-18 00:56:22 +0000 |
| commit | d97e5c06641862248b62f06706cda2e118d37c38 (patch) | |
| tree | 07523a21a737c3ef39086c81f49af212feb4f226 /doc/src | |
| parent | 8475c88fc3d79cb7798919d357af88a0faafdcce (diff) | |
Doc: update release note.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/release-4.2.sgml | 20 | ||||
| -rw-r--r-- | doc/src/sgml/release-4.3.sgml | 20 | ||||
| -rw-r--r-- | doc/src/sgml/release-4.4.sgml | 20 | ||||
| -rw-r--r-- | doc/src/sgml/release-4.5.sgml | 20 |
4 files changed, 76 insertions, 4 deletions
diff --git a/doc/src/sgml/release-4.2.sgml b/doc/src/sgml/release-4.2.sgml index 0a43b3481..054315ba3 100644 --- a/doc/src/sgml/release-4.2.sgml +++ b/doc/src/sgml/release-4.2.sgml @@ -5,7 +5,7 @@ <title>Release 4.2.24</title> <note> <title>Release Date</title> - <simpara>2025-11-20</simpara> + <simpara>2025-11-25</simpara> </note> <sect2> @@ -36,6 +36,24 @@ <itemizedlist> <listitem> <!-- + 2025-11-16 [b113027dd] + --> + <para> + Fix segfault with <command>CopyOut</command>. (Tatsuo Ishii) + </para> + <para> + When <command>COPY relname TO STDOUT</command> is executed in the extended query + protocol mode, pgpool segfaulted. + </para> + <para> + This problem is reported by <ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>. + </para> + <para> + Discussion: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink> + </para> + </listitem> + <listitem> + <!-- 2025-10-03 [b84553bf0] --> <para> diff --git a/doc/src/sgml/release-4.3.sgml b/doc/src/sgml/release-4.3.sgml index a9580cbc8..bd0e3ba5d 100644 --- a/doc/src/sgml/release-4.3.sgml +++ b/doc/src/sgml/release-4.3.sgml @@ -5,7 +5,7 @@ <title>Release 4.3.17</title> <note> <title>Release Date</title> - <simpara>2025-11-20</simpara> + <simpara>2025-11-25</simpara> </note> <sect2> @@ -36,6 +36,24 @@ <itemizedlist> <listitem> <!-- + 2025-11-16 [b113027dd] + --> + <para> + Fix segfault with <command>CopyOut</command>. (Tatsuo Ishii) + </para> + <para> + When <command>COPY relname TO STDOUT</command> is executed in the extended query + protocol mode, pgpool segfaulted. + </para> + <para> + This problem is reported by <ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>. + </para> + <para> + Discussion: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink> + </para> + </listitem> + <listitem> + <!-- 2025-10-03 [b84553bf0] --> <para> diff --git a/doc/src/sgml/release-4.4.sgml b/doc/src/sgml/release-4.4.sgml index a08eea07d..f198ae38e 100644 --- a/doc/src/sgml/release-4.4.sgml +++ b/doc/src/sgml/release-4.4.sgml @@ -5,7 +5,7 @@ <title>Release 4.4.14</title> <note> <title>Release Date</title> - <simpara>2025-11-20</simpara> + <simpara>2025-11-25</simpara> </note> <sect2> @@ -36,6 +36,24 @@ <itemizedlist> <listitem> <!-- + 2025-11-16 [b113027dd] + --> + <para> + Fix segfault with <command>CopyOut</command>. (Tatsuo Ishii) + </para> + <para> + When <command>COPY relname TO STDOUT</command> is executed in the extended query + protocol mode, pgpool segfaulted. + </para> + <para> + This problem is reported by <ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>. + </para> + <para> + Discussion: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink> + </para> + </listitem> + <listitem> + <!-- 2025-10-03 [b84553bf0] --> <para> diff --git a/doc/src/sgml/release-4.5.sgml b/doc/src/sgml/release-4.5.sgml index ca789f484..a0422de73 100644 --- a/doc/src/sgml/release-4.5.sgml +++ b/doc/src/sgml/release-4.5.sgml @@ -2,7 +2,7 @@ <title>Release 4.5.9</title> <note> <title>Release Date</title> - <simpara>2025-11-20</simpara> + <simpara>2025-11-25</simpara> </note> <sect2> @@ -33,6 +33,24 @@ <itemizedlist> <listitem> <!-- + 2025-11-16 [b113027dd] + --> + <para> + Fix segfault with <command>CopyOut</command>. (Tatsuo Ishii) + </para> + <para> + When <command>COPY relname TO STDOUT</command> is executed in the extended query + protocol mode, pgpool segfaulted. + </para> + <para> + This problem is reported by <ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>. + </para> + <para> + Discussion: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink> + </para> + </listitem> + <listitem> + <!-- 2025-10-03 [b84553bf0] --> <para> |
