1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Release notes for 14.3, 13.7, 12.11, 11.16, 10.21.

This commit is contained in:
Tom Lane
2022-05-08 12:36:38 -04:00
parent e599ea0969
commit 2867d9b969

View File

@ -259,7 +259,7 @@ Branch: REL_10_STABLE [b6f869bee] 2022-02-11 15:23:52 -0500
<para> <para>
The previous coding could try to read non-returnable columns The previous coding could try to read non-returnable columns
in addition to the returnable ones. This was fairly harmless in addition to the returnable ones. This was fairly harmless
because it didn't actually do anything with the bogus values; because it didn't actually do anything with the bogus values,
but it fell foul of a recently-added error check that rejected but it fell foul of a recently-added error check that rejected
such a plan. such a plan.
</para> </para>
@ -697,26 +697,6 @@ Branch: REL_10_STABLE [b5e060473] 2022-02-14 08:45:54 +0530
<listitem> <listitem>
<!-- <!--
Author: Tom Lane <tgl@sss.pgh.pa.us> Author: Tom Lane <tgl@sss.pgh.pa.us>
Branch: REL_12_STABLE [e16db75dd] 2022-02-15 12:21:28 -0500
Branch: REL_11_STABLE [efae4401c] 2022-02-15 12:21:28 -0500
Branch: REL_10_STABLE [17a8c4c3a] 2022-02-15 12:21:28 -0500
-->
<para>
Improve logical replication subscriber's error message for an
unsupported relation kind (Tom Lane)
</para>
<para>
v13 and later servers support publishing partitioned tables. Older
server versions cannot handle subscribing to such a table, and they
gave a very misleading error message: <quote>table XYZ not found on
publisher</quote>. Arrange to deliver a more on-point message.
</para>
</listitem>
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
Branch: master [0fb6954aa] 2022-03-27 12:57:46 -0400 Branch: master [0fb6954aa] 2022-03-27 12:57:46 -0400
Branch: REL_14_STABLE [3f7a59c59] 2022-03-27 12:57:52 -0400 Branch: REL_14_STABLE [3f7a59c59] 2022-03-27 12:57:52 -0400
Branch: REL_13_STABLE [9016a2a3d] 2022-03-27 12:57:57 -0400 Branch: REL_13_STABLE [9016a2a3d] 2022-03-27 12:57:57 -0400