pgsql: Update version 11 release notes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update version 11 release notes.
Date: 2018-08-05 03:50:20
Message-ID: E1fmA3g-0003V4-C1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update version 11 release notes.

Remove description of commit 1944cdc98, which has now been back-patched
so it's not relevant to v11 any longer. Add descriptions of other
recent commits that seemed worth mentioning.

I marked the update as stopping at 2018-07-30, because it's unclear
whether d06eebce5 will be allowed to stay in v11, and I didn't feel like
putting effort into writing a description of it yet. If it does stay,
I think it will deserve mention in the Source Code section.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7a46068f47a2e407d80d9d552727dc102188bec2

Modified Files
--------------
doc/src/sgml/release-11.sgml | 113 +++++++++++++++++++++++++++++++++----------
1 file changed, 88 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-08-05 10:59:12 pgsql: Remove support for tls-unique channel binding.
Previous Message Tom Lane 2018-08-04 23:39:23 pgsql: Fix INSERT ON CONFLICT UPDATE through a view that isn't just SEL