Re: PG 14 release notes, first draft

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 14 release notes, first draft
Date: 2021-05-17 03:10:50
Message-ID: 20210517031050.GC24531@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 15, 2021 at 07:16:18PM -0400, Álvaro Herrera wrote:
> On 2021-May-10, Bruce Momjian wrote:
>
> > I have committed the first draft of the PG 14 release notes. You can
> > see the most current build of them here:
> >
> > https://momjian.us/pgsql_docs/release-14.html
>
> Thanks for putting this all together.
>
> > <listitem>
> > <!--
> > Author: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
> > 2021-04-08 [0827e8af7] autovacuum: handle analyze for partitioned tables
> > -->
> >
> > <para>
> > Autovacuum now analyzes partitioned tables (Yuzuko Hosoya)
> > </para>
>
> I would add something like:
>
> "The insert, update and delete tuple counts from partitions are
> propagated to their parent tables, so autovacuum knows to process them
> too."

OK, updated text:

<listitem>
<!--
Author: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
2021-04-08 [0827e8af7] autovacuum: handle analyze for partitioned tables
-->

<para>
Autovacuum now analyzes partitioned tables (Yuzuko Hosoya, Álvaro
Herrera)
</para>

<para>
Insert, update, and delete tuple counts from partitions are now
propagated to their parent tables so autovacuum knows when to
process them.
</para>
</listitem>

> Because I spent a considerable amount of time on this patch, I think
> it's fair to list me as co-author, after Hosoya-san's name. Same with
> the PQtrace() item.

Done, thanks.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-05-17 03:12:34 Re: compute_query_id and pg_stat_statements
Previous Message Bruce Momjian 2021-05-17 03:06:28 Re: PG 14 release notes, first draft