Re: PG 18 relnotes and RC1
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@lists.postgresql.org>,
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-08-30T22:04:16Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes: > Actually, in this case, it caught an obvious missing attribution, so it > actually helped, so let's not change it. Fair enough. I'd still like to put in the bit about my $major_version = $1; + die "file name $file is not in the expected format\n" + unless defined $major_version; because the existing code does not behave nicely at all if you point it at an incorrect file name. > I will add an attribution to > Peter Eisentraut now with the attached patch. I also rewrote the item > to better match the surrounding text. Hmm, this text has *two* attributions to Peter, and add_commit_links.pl disagrees with you on where to put the URL. regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add list of major features to the v18 release notes.
- b585f25284d2 18.0 landed
-
add_commit_links.pl: error out if missing major version number
- 0c6d572c1173 19 (unreleased) landed
-
doc PG 18 relnotes: Add migration note about tsearch
- d1073c3b4cc8 18.0 cited
-
Remove ts_locale.c's lowerstr()
- fb1a18810f07 18.0 cited