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

From Amit Langote
Subject Re: [HACKERS] PG 10 release notes
Date
Msg-id f7973ca0-2f0b-2a50-2487-97aa07f60dfd@lab.ntt.co.jp
Whole thread Raw
In response to [HACKERS] PG 10 release notes  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [HACKERS] PG 10 release notes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 2017/04/25 10: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.
> 
> 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.

Thanks for this.

Wondering if the following really belongs under postgres_fdw improvements:

+<listitem>
+<!--
+Author: Robert Haas <rhaas@postgresql.org>
+2017-03-16 [b30fb56b0] postgres_fdw: Push down <literal>FULL JOIN</>s
with restriction clau
+-->
+<para>
+Improve optimization of <literal>FULL JOIN</> queries containing
subqueries in the
+<literal>FROM</> clause (Etsuro Fujita)
+</para>
+</listitem>

Maybe, nearby the following:

+   <sect3>
+    <title>Additional Modules</title>
...
+<listitem>
+<!--
+Author: Robert Haas <rhaas@postgresql.org>
+2016-10-21 [7012b132d] postgres_fdw: Push down aggregates to remote servers.
+-->
+<para>
+Push aggregates to foreign data wrapper servers, where possible (Jeevan
+Chalke, Ashutosh Bapat)
+</para>

Thanks,
Amit




pgsql-hackers by date:

Previous
From: Rafia Sabih
Date:
Subject: Re: [HACKERS] PG 10 release notes
Next
From: Petr Jelinek
Date:
Subject: Re: [HACKERS] walsender & parallelism