|
31 | 31 | <para>
|
32 | 32 | However, if you have any self-referential foreign key constraints on
|
33 | 33 | partitioned tables, it may be necessary to recreate those constraints
|
34 |
| - to ensure that they are being enforced correctly. See the first |
| 34 | + to ensure that they are being enforced correctly. See the second |
35 | 35 | changelog entry below.
|
36 | 36 | </para>
|
37 | 37 |
|
|
48 | 48 |
|
49 | 49 | <listitem>
|
50 | 50 | <!--
|
| 51 | +Author: Noah Misch <noah@leadboat.com> |
| 52 | +Branch: master [627acc3ca] 2025-05-05 04:52:04 -0700 |
| 53 | +Branch: REL_17_STABLE [ec5f89e8a] 2025-05-05 04:52:07 -0700 |
| 54 | +Branch: REL_16_STABLE [d1264948f] 2025-05-05 04:52:07 -0700 |
| 55 | +Branch: REL_15_STABLE [44ba3f55f] 2025-05-05 04:52:08 -0700 |
| 56 | +Branch: REL_14_STABLE [3f2ab7393] 2025-05-05 04:52:08 -0700 |
| 57 | +Branch: REL_13_STABLE [cbadeaca9] 2025-05-05 04:52:08 -0700 |
| 58 | +Branch: master [5be213caa] 2025-05-05 04:52:04 -0700 |
| 59 | +Branch: REL_17_STABLE [617d34908] 2025-05-05 04:52:07 -0700 |
| 60 | +Branch: REL_16_STABLE [f3bb0b2c4] 2025-05-05 04:52:07 -0700 |
| 61 | +Branch: REL_15_STABLE [45fe7e08f] 2025-05-05 04:52:08 -0700 |
| 62 | +Branch: REL_14_STABLE [258cde839] 2025-05-05 04:52:08 -0700 |
| 63 | +Branch: REL_13_STABLE [7279e5820] 2025-05-05 04:52:08 -0700 |
| 64 | +--> |
| 65 | + <para> |
| 66 | + Avoid one-byte buffer overread when examining invalidly-encoded |
| 67 | + strings that are claimed to be in GB18030 encoding |
| 68 | + (Noah Misch, Andres Freund) |
| 69 | + <ulink url="&commit_baseurl;cbadeaca9">§</ulink> |
| 70 | + <ulink url="&commit_baseurl;7279e5820">§</ulink> |
| 71 | + </para> |
| 72 | + |
| 73 | + <para> |
| 74 | + While unlikely, a SIGSEGV crash could occur if an incomplete |
| 75 | + multibyte character appeared at the end of memory. This was |
| 76 | + possible both in the server and |
| 77 | + in <application>libpq</application>-using applications. |
| 78 | + (CVE-2025-4207) |
| 79 | + </para> |
| 80 | + </listitem> |
| 81 | + |
| 82 | + <listitem> |
| 83 | +<!-- |
51 | 84 | Author: Álvaro Herrera <alvherre@kurilemu.de>
|
52 | 85 | Branch: master [c83a38758] 2025-05-02 21:25:50 +0200
|
53 | 86 | Branch: REL_17_STABLE [f51ae3187] 2025-05-02 21:25:50 +0200
|
|
0 commit comments