|
305 | 305 |
|
306 | 306 | <listitem>
|
307 | 307 | <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) |
309 | 309 | </para>
|
310 | 310 |
|
311 | 311 | <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. |
314 | 313 | </para>
|
315 | 314 | </listitem>
|
316 | 315 |
|
@@ -1815,17 +1814,6 @@ Allow IP address matching against a server certificate's Subject Alternative Nam
|
1815 | 1814 | </para>
|
1816 | 1815 | </listitem>
|
1817 | 1816 |
|
1818 |
| -<!-- |
1819 |
| -Author: Tom Lane < [email protected]> |
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 |
| - |
1829 | 1817 | <!--
|
1830 | 1818 | Author: Daniel Gustafsson < [email protected]>
|
1831 | 1819 | 2022-03-29 [ebc8b7d44] Enable SSL library detection via PQsslAttribute()
|
@@ -2152,7 +2140,7 @@ Add the LZ4 compression method to pg_receivewal (Georgios Kokolatos)
|
2152 | 2140 | </para>
|
2153 | 2141 |
|
2154 | 2142 | <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. |
2156 | 2144 | </para>
|
2157 | 2145 | </listitem>
|
2158 | 2146 |
|
|
2163 | 2151 |
|
2164 | 2152 | <listitem>
|
2165 | 2153 | <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) |
2171 | 2155 | </para>
|
2172 | 2156 | </listitem>
|
2173 | 2157 |
|
|
0 commit comments