| From: | jian he <jian(dot)universality(at)gmail(dot)com> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: First draft of PG 19 release notes |
| Date: | 2026-04-22 03:10:06 |
| Message-ID: | CACJufxG_ZTCTtFMxKiVji-s10jHt99krfH+Kn+Ww2prF=X6g6Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Apr 15, 2026 at 9:19 AM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> I have completed the first draft of the PG 19 release notes:
>
> https://www.postgresql.org/docs/devel/release-19.html
>
Change FDW function prototypes to use uint* instead of bit* typedefs
(Nathan Bossart) §
This commit doesn't seem related to FDW?
Allow btree_gin to match partial qualifications (Tom Lane) § §
I don't understand "partial qualifications", the commit seems more
about "cross type operators".
https://git.postgresql.org/cgit/postgresql.git/commit/?id=999f172d
Can this also be added to the release notes?
Do you think this
(https://git.postgresql.org/cgit/postgresql.git/commit/?id=00c025a001170979e99706ce746f75fcc615761d)
worth add to the release notes?
Before commit:
https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-POSIX-REGEXP
After commit:
https://www.postgresql.org/docs/devel/functions-matching.html#FUNCTIONS-POSIX-LIST
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Smith | 2026-04-22 03:26:54 | Re: Get rid of translation strings that only contain punctuation |
| Previous Message | Peter Smith | 2026-04-22 02:58:08 | Re: Skipping schema changes in publication |