Re: PG 14 release notes, first draft

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PG 14 release notes, first draft
Date: 2021-05-14 02:01:41
Message-ID: 20210514020141.GQ27406@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 10, 2021 at 09:40:45AM -0500, Justin Pryzby wrote:
> Should any of these be included?

New SQL-accessible functionality should be included:
> 8c15a29745 Allow ALTER TYPE to update an existing type's typsubscript value.

These should be merged:
> 756ab29124 Allow pageinspect to inspect GiST indexes (Andrey Borodin, Heikki Linnakangas)
> 9e596b65f4 Add "LP_DEAD item?" column to GiST pageinspect functions

I'm undecided on this one:
> 7db0cd2145 Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE

People who didn't used to use FREEZE (because it didn't work or otherwise)
might want to start using it.

I'm withdrawing these, as modifications to existing log messages don't need to
be included:

> 10a5b35a00 Report resource usage at the end of recovery
> 7e453634bb Add additional information in the vacuum error context.
> 1ea396362b Improve logging of bad parameter values in BIND messages.

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-05-14 02:08:37 Re: PG 14 release notes, first draft
Previous Message Tom Lane 2021-05-14 01:47:02 Re: compute_query_id and pg_stat_statements