+ Change
pg_ctl>'s default shutdown mode from
+ smart> to fast> (Bruce Momjian)
+
+
+
+
+
FIXME: Correct description
-->
- Allow labeling>
- of the origin of logical replication changes (Andres Freund)
+ Allow labeling> of
+ the origin progress of logical replication changes (Andres Freund)
- This helps with change tracking.
+ This is helpful when implementing replication solutions.
2014-08-22 [f41872d] Alvaro..: Implement ALTER TABLE .. SET LOGGED / UNLOGGED
-->
- Allow
to convert a WAL logged table to an UNLOGGED
- one, and the other way round with
- linkend="SQL-ALTERTABLE">ALTER TABLE .. SET LOGGED /
+ Allow
changing of the WAL
+ logging status of a table ater creation with
+ linkend="SQL-ALTERTABLE">ALTER TABLE .. SET LOGGED /
UNLOGGED>> (Fabrízio de Royes Mello)
The remote snapshot must have been exported by
- pg_export_snapshot()> or been defined when creating
- a logical replication slot. This can be used by parallel
-
pg_dump> to use a consistent snapshot across
+ pg_export_snapshot()> or logical replication slot
+ creation. This can be used by another
pg_dump> to
+ use a share a consistent snapshot across
pg_dump>
+ processes.
- Change
pg_ctl>'s default shutdown mode from
- smart> to fast> (Bruce Momjian)
-
-
-
-
-