Re: [HACKERS] PG 10 release notes - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] PG 10 release notes
Date
Msg-id CAB7nPqRtX3aGEML3gdVSruSG+q4HQ3Sz+5vm25zoSBPLCzLh_g@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] PG 10 release notes  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [HACKERS] PG 10 release notes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Tue, Apr 25, 2017 at 10:54 AM, Bruce Momjian <bruce@momjian.us> wrote:
> On Tue, Apr 25, 2017 at 03:45:52AM +0200, Andreas Karlsson wrote:
>> On 04/25/2017 03:31 AM, Bruce Momjian wrote:
>> >I have committed the first draft of the Postgres 10 release notes.  They
>> >are current as of two days ago, and I will keep them current.  Please
>> >give me any feedback you have.
>>
>> This item is incorrectly attributed to me. I was only the reviewer, Peter is
>> the author.
>>
>> +<listitem>
>> +<!--
>> +Author: Peter Eisentraut <peter_e@gmx.net>
>> +2016-12-20 [1753b1b02] Add pg_sequence system catalog
>> +-->
>> +<para>
>> +Create a <link linkend="catalog-pg-sequence"><structname>pg_sequence</></>
>> system catalog to store sequence metadata (Andreas
>> +Karlsson)
>> +</para>
>
> OK, fixed.  I also moved some "incompatibility" items into the right
> section.  FYI, you can see the most recent doc build here:
>
>         http://momjian.us/pgsql_docs/release-10.html

Here is some feedback based on a first read.

+<para>
+Issue fsync on the output files generated by <application>pg_dump</>
and <application>pg_dumpall</>(Michael Paquier)
+</para>
Missing a space here between pg_dumpall and my name.

<para>
This is accessed via <function>ts_headline()</> and to_tsvector. RIGHT SECTION?
</para>
</listitem>
This should use a <function> markup for both names.

<para>
Add <link linkend="auth-pg-hba-conf"><literal>SCRAM-SHA-256</></>
support for password negotiation and storage (Michael
Paquier, Heikki Linnakangas)
</para>
<para>
This proves better security than the existing 'md5' negotiation and
storage method.
</para>
This is quite vague...

<listitem>
<!--
Author: Robert Haas <rhaas@postgresql.org>
2016-11-21 [a734fd5d1] autovacuum: Drop orphan temp tables more quickly but wit
Author: Tom Lane <tgl@sss.pgh.pa.us>
2016-11-27 [dafa0848d] Code review for early drop of orphaned temp relations in
-->
<para>
Remove orphaned temporary tables more aggressively (Robert Haas, Tom Lane)
</para>
<para>
Previously such tables were removed only when necessary. SECTION?
</para>
</listitem>
Well, I wrote the first patch that has been committed, until Tom
showed up and rewrote everything :)
perhaps this could be in a section dedicated to autovacuum?

<listitem>
<!--
Author: Robert Haas <rhaas@postgresql.org>
2017-02-08 [a507b8690] Add WAL consistency checking facility.
Author: Robert Haas <rhaas@postgresql.org>
2017-03-14 [bb4a39637] hash: Support WAL consistency checking.
-->
<para>
Add <acronym>GUC</> <xref linkend="guc-wal-consistency-checking"> to
add details to <acronym>WAL</> that can be
sanity-checked on the standby (Kuntal Ghosh, Michael Paquier, Robert
Haas)
</para>
I would be fine if my name is removed here. Kuntal has done all the
work, I just reviewed his code.

<para>
Previously only specification of the stop name, time, and xid were
supported.
</para>
</listitem>
Missing timeline and 'immediate' here.

<listitem>
<!--
Author: Simon Riggs <simon@2ndQuadrant.com>
2017-04-04 [728bd991c] Speedup 2PC recovery by skipping two phase state files i
-->
<para>
Speed up two-phase commit recovery performance (Simon Riggs)
</para>
</listitem>
Simon is the committer here, authors are marked as Stas Kelvich,
Nikhil Sontakke and Michael Paquier.

<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
2016-08-15 [ca9112a42] Stamp HEAD as 10devel.
-->
<para>
New major version numbering (Peter Eisentraut, Tom Lane)
</para>
<para>
Major versions will now increase just the first number, and minor
releases will increase just the second number.  A third number will no
longer be used in Postgres version numbers.
</para>
</listitem>
Perhaps this should be higher in the list?
-- 
Michael



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] PG 10 release notes
Next
From: Rémi Zara
Date:
Subject: Re: [HACKERS] Unportable implementation of background worker start