Re: PG 10 release notes

From: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 10 release notes
Date: 2017-04-25 04:51:47
Message-ID: b3808edb-e94b-d3bc-b14a-a08dfbaef93a@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 25/04/17 03:31, 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.
>

Cool!

> The only unusual thing is that this release has ~180 items while most
> recent release have had ~220. The pattern I see that there are more
> large features in this release than previous ones.
>

Well I think for example

> Optimizer
>
> Add the ability to compute a correlation ratio and the number of distinct values on several columns (Tomas Vondra, David Rowley)
>

could be easily 2 or 3 items (explicitly defining additional statistics,
multicolumn ndistinct and functional dependencies).

I also wonder if ability to run SQL queries on walsender connected to a
database is worth mentioning (replication=database kind of connection).

Or the ability of logical decoding to follow timeline switches.

--
Petr Jelinek http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-04-25 05:03:18 Re: scram and \password
Previous Message Petr Jelinek 2017-04-25 04:37:17 Re: walsender & parallelism