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, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: PG 14 release notes, first draft
Date: 2021-09-18 20:46:05
Message-ID: 20210918204605.GU831@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think the release notes for the autovacuum item (which was first reverted and
then partially un-reverted) should say something like "Partitioned tables are
now included in pg_stat_all_tables":
| e1efc5b465 Keep stats up to date for partitioned tables

Remove some internal question/marks:
ACCURATE?
REMOVE?
ALTER TABLE ... ALTER COLUMN ... TYPE RESETS STASTISTICS? (was never intended to have markup added?)

Also, I'm not sure if this one should be included.
9a4c0e36fb Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry.
See: https://www.postgresql.org/message-id/flat/20210830154249(dot)GX26465(at)telsasoft(dot)com#9ad6fd4c36e13deea1c5f92f5114320e

What about this ?
ce6b662aae psql: Fix name quoting on extended statistics

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-09-18 21:15:39 Re: PG 14 release notes, first draft
Previous Message Alvaro Herrera 2021-09-18 20:35:22 Re: postgres.h included from relcache.h - but removing it breaks pg_upgrade