You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve cases where pruning of partitions can happen (Amit Langote, Yuzuko Hosoya, Álvaro Herrera)
257
+
Improve cases where pruning of partitions can happen (Yuzuko Hosoya, Amit Langote, Álvaro Herrera)
258
258
</para>
259
259
260
260
</listitem>
@@ -268,7 +268,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
268
268
-->
269
269
270
270
<para>
271
-
Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote)
271
+
Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote, Tom Lane)
272
272
</para>
273
273
274
274
</listitem>
@@ -289,46 +289,33 @@ These triggers cannot change which partition is the destination.
289
289
290
290
</listitem>
291
291
292
-
<listitem>
293
-
<!--
294
-
Author: Peter Eisentraut <peter@eisentraut.org>
295
-
2020-04-06 [f1ac27bfd] Add logical replication support to replicate into partit
296
-
-->
297
-
298
-
<para>
299
-
Allow logical replication to replicate partitioned tables (Amit Langote)
300
-
</para>
301
-
302
-
</listitem>
303
-
304
292
<listitem>
305
293
<!--
306
294
Author: Peter Eisentraut <peter@eisentraut.org>
307
295
2020-03-10 [17b9e7f9f] Support adding partitioned tables to publication
296
+
Author: Peter Eisentraut <peter@eisentraut.org>
297
+
2020-04-08 [83fd4532a] Allow publishing partition changes via ancestors
308
298
-->
309
299
310
300
<para>
311
-
Allow partitioned tables to be added to replicated publications (Amit Langote)
301
+
Allow partitioned tables to be logically replicated via publications (Amit Langote)
312
302
</para>
313
303
314
304
<para>
315
-
Partition additions/removals are replicated as well. Previously, partitions had to be replicated individually. HOW IS THIS DIFFERENT FROM THE ITEM ABOVE?
305
+
Previously, partitions had to be replicated individually. Now partitioned tables can be published explicitly causing all partitions to be automatically published. Addition/removal of partitions from
306
+
partitioned tables are automatically added/removed from publications. The CREATE PUBLICATION option publish_via_partition_root controls whether partitioned tables are published as themselves or their ancestors.
316
307
</para>
317
308
318
309
</listitem>
319
310
320
311
<listitem>
321
312
<!--
322
313
Author: Peter Eisentraut <peter@eisentraut.org>
323
-
2020-04-08 [83fd4532a] Allow publishing partition changes via ancestors
314
+
2020-04-06 [f1ac27bfd] Add logical replication support to replicate into partit
324
315
-->
325
316
326
317
<para>
327
-
Allow CREATE PUBLICATION to control whether partitioned tables are published as themselves or their ancestors (Amit Langote)
328
-
</para>
329
-
330
-
<para>
331
-
The option is publish_via_partition_root.
318
+
Allow non-partitioned tables to be logically replicated to subscribers that receive the rows into partitioned tables (Amit Langote)
0 commit comments