Re: First-draft release notes for back-branch releases

From: Noah Misch <noah(at)leadboat(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: First-draft release notes for back-branch releases
Date: 2018-11-06 02:25:28
Message-ID: 20181106022528.GA981313@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 05, 2018 at 04:01:59PM -0500, Jonathan S. Katz wrote:
> Attached is a draft of the press release for review. Please let me know
> if there are any corrections/suggestions.

> This update is also the final release for PostgreSQL 9.3, which is now end-of-life and will no longer receive any bug or security fixes. If your environment still uses PostgreSQL 9.3, please make plans to update to a community supported versions as soon as possible. Please see our [versioning policy](https://www.postgresql.org/support/versioning/) for more information.

s/versions/version/

> * Fix how `NULL` values are handled when using `LEFT JOIN` with a parallelized hash joins

s/joins/join/

> * Disallows the creation of a new partition from a trigger that is attached to its parent table to prevent a crash; this behavior could be modified in a future release
> * Fix that prevents crashes in triggers on tables with recently added columns

I would replace these two with "Fix crashes in triggers". The details are too
esoteric, for the first especially, to list here.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-11-06 02:58:18 Re: First-draft release notes for back-branch releases
Previous Message Robert Haas 2018-11-06 02:19:25 Re: New vacuum option to do only freezing