Re: 2026-08-13 release announcement draft

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: 2026-08-13 release announcement draft
Date: 2026-08-14 11:56:05
Message-ID: CACJufxEFuB7-wG7jbRsThiFpkiZiiKzS3Tu8iF2HqUL21b7xnQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/
https://www.postgresql.org/docs/release/18.6/

SELECT DISTINCT t.oid::regclass, t.reltuples
FROM pg_class t JOIN pg_index i ON t.oid = i.indrelid
JOIN pg_class ic ON i.indexrelid = ic.oid
WHERE t.relhasindex AND ic.relam = 2742

This query appearance looks better in release notes than the announcement.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2026-08-14 12:00:54 Re: RI fast path gets cross-type foreign keys wrong
Previous Message Amit Kapila 2026-08-14 11:50:08 Re: Logical replication row filter loses unchanged toasted columns