aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2021-05-14 13:01:03 -0400
committerBruce Momjian <bruce@momjian.us>2021-05-14 13:01:12 -0400
commit5eb1b27d20670b378508391fab01a6871a86a8e9 (patch)
tree57847c7523b2d453412bd1d74b6b5ba811ec7dd1
parent09ae329957b739dfbaf722eb5624d0a71fdff3b4 (diff)
downloadpostgresql-5eb1b27d20670b378508391fab01a6871a86a8e9.tar.gz
postgresql-5eb1b27d20670b378508391fab01a6871a86a8e9.zip
doc: update PG 14 release notes with recent feedback
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20210514020141.GQ27406@telsasoft.com
-rw-r--r--doc/src/sgml/release-14.sgml26
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml
index 2b2cb84c39b..c4df401c686 100644
--- a/doc/src/sgml/release-14.sgml
+++ b/doc/src/sgml/release-14.sgml
@@ -632,6 +632,17 @@ VACUUM now has a PROCESS_TOAST which can be set to false to disable TOAST proces
<listitem>
<!--
+Author: Tomas Vondra <tomas.vondra@postgresql.org>
+2021-01-17 [7db0cd214] Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZ
+-->
+
+<para>
+Have COPY FREEZE appropriately update page visibility bits (Anastasia Lubennikova, Pavan Deolasee, Jeff Janes)
+</para>
+</listitem>
+
+<listitem>
+<!--
Author: Peter Geoghegan <pg@bowt.ie>
2021-04-07 [1e55e7d17] Add wraparound failsafe to VACUUM.
-->
@@ -2012,6 +2023,17 @@ The postgres_fdw module also now supports this.
<listitem>
<!--
+Author: Tom Lane <tgl@sss.pgh.pa.us>
+2020-12-11 [8c15a2974] Allow ALTER TYPE to update an existing type's typsubscri
+-->
+
+<para>
+Allow ALTER TYPE to specify or remove a SUBSCRIPT handler (Tom Lane)
+</para>
+</listitem>
+
+<listitem>
+<!--
Author: Peter Eisentraut <peter@eisentraut.org>
2021-04-06 [82ed7748b] ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
-->
@@ -3288,6 +3310,8 @@ Previously it only checked B-Tree index pages.
<!--
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
2021-01-13 [756ab2912] Add functions to 'pageinspect' to inspect GiST indexes.
+Author: Peter Geoghegan <pg@bowt.ie>
+2021-02-14 [9e596b65f] Add "LP_DEAD item?" column to GiST pageinspect functions
-->
<para>
@@ -3331,7 +3355,7 @@ Mark btree_gist functions as parallel safe (Steven Winfield)
</itemizedlist>
<sect4>
- <title>Postgres_fdw</title>
+ <title>postgres_fdw</title>
<itemizedlist>