Skip to content

Commit a3c5f56

Browse files
committed
relnotes: adjustments
Remove SSL item backpatched (Jonathan S. Katz), adjust logical replication item (Mark Dilger), adjust --compress wording (Justin Pryzby). Discussion: https://postgr.es/m/20220511012854.GF19626@telsasoft.com
1 parent 0826ac8 commit a3c5f56

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,11 @@ Author: Jeff Davis <jdavis@postgresql.org>
305305

306306
<listitem>
307307
<para>
308-
Prevent logical replication into tables where the subscription owner is subject to the table's row-level security policies (Mark Dilger)
308+
Allow logical replication to run as the owner of the publication (Mark Dilger)
309309
</para>
310310

311311
<para>
312-
This effectively means that only superusers, roles with bypassrls, and table owners can replicate into tables with row-level security policies. (The actual row-level security policies are not checked,
313-
only whether row-level security policies are enforced for subscribing users.)
312+
Because row-level security policies are not checked, only superusers, roles with bypassrls, and table owners can replicate into tables with row-level security policies.
314313
</para>
315314
</listitem>
316315

@@ -1815,17 +1814,6 @@ Allow IP address matching against a server certificate's Subject Alternative Nam
18151814
</para>
18161815
</listitem>
18171816

1818-
<!--
1819-
Author: Tom Lane <tgl@sss.pgh.pa.us>
1820-
2022-02-28 [a59c79564] Allow root-owned SSL private keys in libpq, not only the
1821-
-->
1822-
1823-
<listitem>
1824-
<para>
1825-
Allow libpq's SSL private key file to be owned by the root user (David Steele)
1826-
</para>
1827-
</listitem>
1828-
18291817
<!--
18301818
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
18311819
2022-03-29 [ebc8b7d44] Enable SSL library detection via PQsslAttribute()
@@ -2152,7 +2140,7 @@ Add the LZ4 compression method to pg_receivewal (Georgios Kokolatos)
21522140
</para>
21532141

21542142
<para>
2155-
This is enabled via --compression=lz4 and requires binaries to be built using --with-lz4.
2143+
This is enabled via --compress=lz4 and requires binaries to be built using --with-lz4.
21562144
</para>
21572145
</listitem>
21582146

@@ -2163,11 +2151,7 @@ Author: Michael Paquier <michael@paquier.xyz>
21632151

21642152
<listitem>
21652153
<para>
2166-
Redesign pg_receivewal's compression options (Georgios Kokolatos)
2167-
</para>
2168-
2169-
<para>
2170-
The new --compression option controls the type of compression, rather than just relying on --compress.
2154+
Add additional capabilities to pg_receivewal's --compress option (Georgios Kokolatos)
21712155
</para>
21722156
</listitem>
21732157

0 commit comments

Comments
 (0)