Re: First draft of PG 19 release notes

jian he <jian.universality@gmail.com>

From: jian he <jian.universality@gmail.com>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@lists.postgresql.org>
Date: 2026-05-12T04:11:16Z
Lists: pgsql-hackers
On Wed, Apr 15, 2026 at 9:19 AM Bruce Momjian <bruce@momjian.us> wrote:
>
> I have completed the first draft of the PG 19 release notes:
>
>         https://www.postgresql.org/docs/devel/release-19.html
>

Add hooks planner_setup_hook and planner_shutdown_hook (Robert Haas) §

https://git.postgresql.org/cgit/postgresql.git/commit/?id=4020b37
We also introduced join_path_setup_hook, joinrel_setup_hook.

Should we also mention these two hooks?