File tree 1 file changed +25
-1
lines changed
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
630
630
</para>
631
631
</listitem>
632
632
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
+
633
644
<listitem>
634
645
<!--
635
646
Author: Peter Geoghegan <pg@bowt.ie>
@@ -2010,6 +2021,17 @@ The postgres_fdw module also now supports this.
2010
2021
</para>
2011
2022
</listitem>
2012
2023
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
+
2013
2035
<listitem>
2014
2036
<!--
2015
2037
Author: Peter Eisentraut <peter@eisentraut.org>
@@ -3288,6 +3310,8 @@ Previously it only checked B-Tree index pages.
3288
3310
<!--
3289
3311
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
3290
3312
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
3291
3315
-->
3292
3316
3293
3317
<para>
@@ -3331,7 +3355,7 @@ Mark btree_gist functions as parallel safe (Steven Winfield)
3331
3355
</itemizedlist>
3332
3356
3333
3357
<sect4>
3334
- <title>Postgres_fdw </title>
3358
+ <title>postgres_fdw </title>
3335
3359
3336
3360
<itemizedlist>
3337
3361
You can’t perform that action at this time.
0 commit comments