File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff 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<!--
635646Author: 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<!--
20152037Author: Peter Eisentraut <peter@eisentraut.org>
@@ -3288,6 +3310,8 @@ Previously it only checked B-Tree index pages.
32883310<!--
32893311Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
329033122021-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
You can’t perform that action at this time.
0 commit comments