Skip to content

Commit 5eb1b27

Browse files
committed
doc: update PG 14 release notes with recent feedback
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20210514020141.GQ27406@telsasoft.com
1 parent 09ae329 commit 5eb1b27

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

doc/src/sgml/release-14.sgml

+25-1
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,17 @@ VACUUM now has a PROCESS_TOAST which can be set to false to disable TOAST proces
630630
</para>
631631
</listitem>
632632

633+
<listitem>
634+
<!--
635+
Author: Tomas Vondra <tomas.vondra@postgresql.org>
636+
2021-01-17 [7db0cd214] Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZ
637+
-->
638+
639+
<para>
640+
Have COPY FREEZE appropriately update page visibility bits (Anastasia Lubennikova, Pavan Deolasee, Jeff Janes)
641+
</para>
642+
</listitem>
643+
633644
<listitem>
634645
<!--
635646
Author: Peter Geoghegan <pg@bowt.ie>
@@ -2010,6 +2021,17 @@ The postgres_fdw module also now supports this.
20102021
</para>
20112022
</listitem>
20122023

2024+
<listitem>
2025+
<!--
2026+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2027+
2020-12-11 [8c15a2974] Allow ALTER TYPE to update an existing type's typsubscri
2028+
-->
2029+
2030+
<para>
2031+
Allow ALTER TYPE to specify or remove a SUBSCRIPT handler (Tom Lane)
2032+
</para>
2033+
</listitem>
2034+
20132035
<listitem>
20142036
<!--
20152037
Author: Peter Eisentraut <peter@eisentraut.org>
@@ -3288,6 +3310,8 @@ Previously it only checked B-Tree index pages.
32883310
<!--
32893311
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
32903312
2021-01-13 [756ab2912] Add functions to 'pageinspect' to inspect GiST indexes.
3313+
Author: Peter Geoghegan <pg@bowt.ie>
3314+
2021-02-14 [9e596b65f] Add "LP_DEAD item?" column to GiST pageinspect functions
32913315
-->
32923316

32933317
<para>
@@ -3331,7 +3355,7 @@ Mark btree_gist functions as parallel safe (Steven Winfield)
33313355
</itemizedlist>
33323356

33333357
<sect4>
3334-
<title>Postgres_fdw</title>
3358+
<title>postgres_fdw</title>
33353359

33363360
<itemizedlist>
33373361

0 commit comments

Comments
 (0)