relnotes-copy-pgstats-v1.patch
text/plain
Filename: relnotes-copy-pgstats-v1.patch
Type: text/plain
Part: 0
Message:
Re: Draft release notes complete
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: context
Series: patch v1
| File | + | − |
|---|---|---|
| doc/src/sgml/release-9.2.sgml | 19 | 4 |
*** a/doc/src/sgml/release-9.2.sgml
--- b/doc/src/sgml/release-9.2.sgml
***************
*** 109,114 ****
--- 109,129 ----
</para>
</listitem>
+ <listitem>
+ <para>
+ Move <type>tsvector</> most-common-element statistics to new
+ <link linkend="view-pg-stats"><structname>pg_stats</></> columns
+ (Alexander Korotkov)
+ </para>
+
+ <para>
+ Consult <structname>most_common_elems</>
+ and <structname>most_common_elem_freqs</> for the data formerly
+ available in <structname>most_common_vals</>
+ and <structname>most_common_freqs</>.
+ </para>
+ </listitem>
+
</itemizedlist>
<sect4>
***************
*** 2125,2137 ****
<listitem>
<para>
! Have <application>psql</> <command>\copy</> use libpq's
! <function>SendQuery()</> (Noah Misch)
</para>
<para>
! This makes <command>\copy</> failure behavior more predictable,
! and honors <envar>ON_ERROR_ROLLBACK</>.
</para>
</listitem>
--- 2140,2152 ----
<listitem>
<para>
! Unify and tighten <application>psql</> treatment of <command>\copy</>
! and plain <command>COPY</> (Noah Misch)
</para>
<para>
! This makes failure behavior more predictable and honors <command>\set
! ON_ERROR_ROLLBACK</>.
</para>
</listitem>