Re: 9.5 release notes

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 9.5 release notes
Date: 2015-06-11 12:16:59
Message-ID: 55797C3B.3000103@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 06/11/15 06:15, Bruce Momjian wrote:
> I have committed the first draft of the 9.5 release notes. You can view
> the output here:
>
> http://momjian.us/pgsql_docs/release-9-5.html
>
> and it will eventually appear here:
>
> http://www.postgresql.org/docs/devel/static/release.html
>
> I am ready to make suggested adjustments, though I am traveling for
> conferences for the next ten days so there might a delay in my replies.

I wonder whether this point:

* Improve hash creation performance (Tomas Vondra, Teodor Sigaev, Tom
Lane)

is really about and 45f6240a, 8cce08f1 and 30d7ae3c. I can't remember or
find other hash-related patches I've been working on.

If that's the case, it really is not about hash creation performance
(except maybe partially the first commit), but about the lookup
performance on the hash table. So it should rather be 'improve hash-join
performance'.

Also, I think the list of authors is wrong. Robert Haas did a lot of
work on those patches, so he should be mentioned there, and I don't
remember Teodor working on this.

But maybe I was working on another patch and managed to forget about it.

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2015-06-11 13:45:04 Re: minor issues in pg_rewind
Previous Message Naoya Anzai 2015-06-11 10:24:29 Re: Comfortably check BackendPID with psql