Re: Postgres 11 release notes

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Postgres 11 release notes
Date: 2018-05-13 11:25:35
Message-ID: CAA4eK1+Ho7nTua8e86Lfz378-3j9H=Ucn4O9R+gAwORfRp_3Eg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Sun, May 13, 2018 at 4:40 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> On Fri, May 11, 2018 at 8:38 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>> I have committed the first draft of the Postgres 11 release notes. I
>> will add more markup soon. You can view the most current version here:
>>
>> http://momjian.us/pgsql_docs/release-11.html
>>
>> I expect a torrent of feedback. ;-)
>>
>
> Thanks for compiling the first draft.
>

One more comment on below item:

Allow entire hash index pages to be scanned (Ashutosh Sharma)

Previously each hash index entry has to be locked and scanned separately.

I think it is better to write the second line as "Previously for each
hash index entry, we need to refind the scan position within the page
and cuts down on lock/unlock traffic.".

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-05-13 12:59:45 Re: Indexes on partitioned tables and foreign partitions
Previous Message Amit Kapila 2018-05-13 11:10:19 Re: Postgres 11 release notes

Browse pgsql-www by date

  From Date Subject
Next Message Michael Paquier 2018-05-14 00:26:07 Re: Postgres 11 release notes
Previous Message Amit Kapila 2018-05-13 11:10:19 Re: Postgres 11 release notes