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

From Bruce Momjian
Subject Re: [HACKERS] PG 10 release notes
Date
Msg-id 20170427141520.GC6147@momjian.us
Whole thread Raw
In response to Re: [HACKERS] PG 10 release notes  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Thu, Apr 27, 2017 at 08:14:34AM +0530, Amit Kapila wrote:
> <listitem>
>         <!--
>         Author: Robert Haas <rhaas@postgresql.org>
>         2017-02-27 [b0f18cb77] hash: Refactor bucket squeeze code.
>         Author: Robert Haas <rhaas@postgresql.org>
>         2017-02-27 [30df93f69] hash: Refactor overflow page allocation.
>         Author: Robert Haas <rhaas@postgresql.org>
>         2017-04-03 [ea69a0dea] Expand hash indexes more gradually.
>         -->
>         <para>
>          Improve efficiency of hash index growth (Amit Kapila, Mithun Cy)
>         </para>
>  </listitem>
> 
> The first two commits b0f18cb77, 30df93f69 are done as preliminary
> work to "Add write-ahead logging support to hash indexes", so it seems
> inappropriate to add them here.  We can add it along with below item:
> 
>  <!--
>         Author: Robert Haas <rhaas@postgresql.org>
>         2017-03-14 [c11453ce0] hash: Add write-ahead logging support.
>         -->
>         <para>
>          Add write-ahead logging support to hash indexes (Amit Kapila)
>         </para>

OK, commits moved.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PG 10 release notes
Next
From: Stephen Frost
Date:
Subject: Re: [HACKERS] pg_dump emits ALTER TABLE ONLY partitioned_table