Re: PG 14 release notes, first draft - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: PG 14 release notes, first draft
Date
Msg-id 20210514020141.GQ27406@telsasoft.com
Whole thread Raw
In response to Re: PG 14 release notes, first draft  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: PG 14 release notes, first draft
Re: PG 14 release notes, first draft
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: compute_query_id and pg_stat_statements
Next
From: Justin Pryzby
Date:
Subject: Re: PG 14 release notes, first draft