Re: pgsql: docs: fist draft version of the PG 12 release notes

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes
Date: 2019-05-10 03:21:27
Message-ID: CAPpHfdvkM-PkyrK6LQitJUDmC_1kOCEtTuseoVhCT=ew0XJmGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

+<listitem>
+<!--
+Author: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
+2018-07-28 [d2086b08b] Reduce path length for locking leaf B-tree pages during
+Author: Peter Geoghegan <pg(at)bowt(dot)ie>
+2019-03-25 [f21668f32] Add "split after new tuple" nbtree optimization.
+Author: Peter Geoghegan <pg(at)bowt(dot)ie>
+2019-04-23 [9b1092626] Prevent O(N^2) unique index insertion edge case.
+-->
+
+<para>
+Improve speed of btree index insertions (Alexander Korotkov, Peter Geoghegan)
+</para>

If we group these very heterogeneous together, then Peter's name
probably should go first. Because he authored two quite complex
optimization, while my one is rather simple.

+<para>
+ LOOKUP, INDEX CLEANUP IMPROVEMENTS?
+</para>
+</listitem>

Hmm... What is this paragraph supposed to mean? Did you have an idea
to group more commit into this item?

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-05-10 03:26:52 pgsql: doc: add markup for PG 12 release note text
Previous Message Amit Langote 2019-05-10 01:54:32 Re: pgsql: docs: fist draft version of the PG 12 release notes