File tree Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 260
260
<listitem>
261
261
<simpara>Utility <link linkend="app-pgrepack"><application>pg_repack</application></link> has been added</simpara>
262
262
</listitem>
263
+ <listitem>
264
+ <simpara>Added <application>multimaster</application> extension. (See <xref linkend="multimaster">.)</simpara>
265
+ </listitem>
266
+ <listitem>
267
+ <simpara>Added failover algorithm for <application>libpq</application> connections.</simpara>
268
+ </listitem>
269
+ <listitem>
270
+ <simpara>Added <application>aqo</application> extension for
271
+ adaptive query optimization. (See <xref linkend="aqo">.) </simpara>
272
+ </listitem>
273
+ <listitem>
274
+ <simpara>Implemented declarative syntax for
275
+ partitioning. (See <xref linkend="pg-pathman-using-declarative-syntax">.)</simpara>
276
+ </listitem>
277
+ <listitem>
278
+ <simpara>Added <application>mamonsu</application> monitoring
279
+ service, which is implemented as a <application>Zabbix</application>
280
+ agent. (See <xref linkend="mamonsu">.)</simpara>
281
+ </listitem>
282
+ <listitem>
283
+ <simpara>Added <application>pg_wait_sampling</application>
284
+ extension for sampling-based statistics of wait events. With this
285
+ extension, you can get an insight into the server activity,
286
+ including the current wait events for all processes and background
287
+ workers. (See <xref linkend="pg-wait-sampling">.)</simpara>
288
+ </listitem>
263
289
</itemizedlist>
264
290
</para>
265
291
Original file line number Diff line number Diff line change 3
3
<title>&productname; 9.6.2.1</title>
4
4
<note>
5
5
<title>Release Date</title>
6
- <simpara>2017-03-__ </simpara>
6
+ <simpara>2017-03-24 </simpara>
7
7
</note>
8
8
<sect2>
9
9
<title>Overview</title>
13
13
<para>Major enhancements over <productname>Postgres Pro Enterprise</productname>
14
14
9.6.1.2 include:</para>
15
15
<itemizedlist>
16
- <!-- Waiting for merge of multimaster:
17
16
<listitem><para>Added <application>multimaster</application>
18
- extension. With this extension, you can turn a
17
+ extension. With this extension, you can turn a
19
18
<productname>PostgreSQL</productname> master-slave cluster into a
20
19
shared-nothing cluster with synchronous multi-master
21
20
replication. Such a cluster provides <acronym>OLTP</acronym>
25
24
upgrades. (See <xref linkend="multimaster">.)</para>
26
25
</listitem>
27
26
<listitem><para>Added failover algorithm for <application>libpq</application> connections.</para></listitem>
28
- -->
29
27
<listitem><para>Added <application>aqo</application> extension for
30
28
adaptive query optimization. Based on the collected statistics on
31
29
query execution, <application>aqo</application> improves cardinality
You can’t perform that action at this time.
0 commit comments