Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07af57d

Browse files
committed
doc: update PG 14 relnotes from feedback by Tom, Alvaro, Julien
1 parent f39b21e commit 07af57d

File tree

1 file changed

+40
-24
lines changed

1 file changed

+40
-24
lines changed

doc/src/sgml/release-14.sgml

+40-24
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Change the default of the password_encryption server parameter to scram-sha-256
128128
</para>
129129

130130
<para>
131-
Previously it was md5. All new passwords will be stored as SHA256 unless this server variable is changed or the password is already md5-hashed.
131+
Previously it was md5. All new passwords will be stored as SHA256 unless this server variable is changed or the password is specified in md5 format.
132132
Also, the legacy (and undocumented) boolean-like values which were previously synonyms for <literal>md5</literal> are no longer accepted.
133133
</para>
134134
</listitem>
@@ -678,11 +678,11 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
678678
-->
679679

680680
<para>
681-
Autovacuum now analyzes partitioned tables (Yuzuko Hosoya)
681+
Autovacuum now analyzes partitioned tables (Yuzuko Hosoya, Álvaro Herrera)
682682
</para>
683683

684684
<para>
685-
DETAILS?
685+
Insert, update, and delete tuple counts from partitions are now propagated to their parent tables so autovacuum knows when to process them.
686686
</para>
687687
</listitem>
688688

@@ -1113,7 +1113,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
11131113
-->
11141114

11151115
<para>
1116-
If server variable compute_query_id is enabled, display the hash in pg_stat_activity, EXPLAIN VERBOSE, csvlog, and optionally in log_line_prefix (Julien Rouhaud, Álvaro Herrera)
1116+
If server variable compute_query_id is enabled, display the query id in pg_stat_activity, EXPLAIN VERBOSE, csvlog, and optionally in log_line_prefix (Julien Rouhaud)
11171117
</para>
11181118

11191119
<para>
@@ -2075,6 +2075,41 @@ Allow CURRENT_ROLE every place CURRENT_USER is accepted (Peter Eisentraut)
20752075

20762076
<itemizedlist>
20772077

2078+
<listitem>
2079+
<!--
2080+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2081+
2020-12-09 [c7aba7c14] Support subscripting of arbitrary types, not only arrays
2082+
-->
2083+
2084+
<para>
2085+
Allow extensions and built-in data types to implement subscripting (Dmitry Dolgov)
2086+
</para>
2087+
2088+
<para>
2089+
Previously subscript handling was hard-coded into the server, so that subscripting could only be applied to array types. This change allows subscript notation to be used to extract or
2090+
assign portions of a value of any type for which the concept makes sense.
2091+
</para>
2092+
</listitem>
2093+
2094+
<listitem>
2095+
<!--
2096+
Author: Alexander Korotkov <akorotkov@postgresql.org>
2097+
2021-01-31 [676887a3b] Implementation of subscripting for jsonb
2098+
Author: Alexander Korotkov <akorotkov@postgresql.org>
2099+
2021-01-31 [81fcc72e6] Filling array gaps during jsonb subscripting
2100+
Author: Alexander Korotkov <akorotkov@postgresql.org>
2101+
2021-01-31 [aa6e46daf] Throw error when assigning jsonb scalar instead of a com
2102+
-->
2103+
2104+
<para>
2105+
Allow subscripting of JSONB (Dmitry Dolgov)
2106+
</para>
2107+
2108+
<para>
2109+
JSONB subscripting can be used to extract and assign to portions of JSONB documents.
2110+
</para>
2111+
</listitem>
2112+
20782113
<listitem>
20792114
<!--
20802115
Author: Author: Alexander Korotkov <akorotkov@postgresql.org>
@@ -2266,25 +2301,6 @@ Allow procedures to have OUT parameters (Peter Eisentraut)
22662301
</para>
22672302
</listitem>
22682303

2269-
<listitem>
2270-
<!--
2271-
Author: Alexander Korotkov <akorotkov@postgresql.org>
2272-
2021-01-31 [676887a3b] Implementation of subscripting for jsonb
2273-
Author: Alexander Korotkov <akorotkov@postgresql.org>
2274-
2021-01-31 [81fcc72e6] Filling array gaps during jsonb subscripting
2275-
Author: Alexander Korotkov <akorotkov@postgresql.org>
2276-
2021-01-31 [aa6e46daf] Throw error when assigning jsonb scalar instead of a com
2277-
-->
2278-
2279-
<para>
2280-
Allow subscripting of JSONB and simplify the implementation of subscripting (Dmitry Dolgov)
2281-
</para>
2282-
2283-
<para>
2284-
JSONB subscripting can be used to extract from and assign to JSONB documents. Extensions and built-in data types can now implement subscripting more easily.
2285-
</para>
2286-
</listitem>
2287-
22882304
<listitem>
22892305
<!--
22902306
Author: Tom Lane <tgl@sss.pgh.pa.us>
@@ -2638,7 +2654,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
26382654
-->
26392655

26402656
<para>
2641-
Improve the output format of libpq's PQtrace() (Aya Iwata)
2657+
Improve the output format of libpq's PQtrace() (Aya Iwata, Álvaro Herrera)
26422658
</para>
26432659
</listitem>
26442660

0 commit comments

Comments
 (0)