Re: someone else to do the list of acknowledgments
Daniel Gustafsson <daniel@yesql.se>
Commits
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add list of acknowledgments to release notes
- 142885d38053 18.0 landed
-
Fix misuse of Relids for storing attribute numbers
- 2d756ebbe857 19 (unreleased) cited
-
meson: build checksums with extra optimization flags.
- a7024398b80a 18.0 cited
-
Fix concurrent update issue with MERGE.
- c70b6db34ffe 18.0 cited
-
Restrict psql meta-commands in plain-text dumps.
- 67a2fbb8f9e9 18.0 cited
-
doc: add float as an alias for double precision.
- 31c09ef45636 18.0 cited
-
doc: mention unusability of dropped CHECK to verify NOT NULL
- 7b1053a57749 18.0 cited
-
Update time zone data files to tzdata release 2025b.
- 368c3fbf9da9 18.0 cited
-
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
- d47f922246b5 18.0 cited
-
Fix guc_malloc calls for consistency and OOM checks
- 058b5152f02e 18.0 cited
-
doc: clarify default checksum behavior in non-master branches
- 901a1cf8b4a2 18.0 cited
-
Don't ask for bug reports about pthread_is_threaded_np() != 0.
- 4f15759bdcdd 18.0 cited
-
doc: Clarify synchronous_standby_names parameter.
- 6313a76b355e 18.0 cited
-
Fix corruption when relation truncation fails.
- 38c579b08988 18.0 cited
-
doc: fix ALTER DOMAIN domain_constraint to spell out options
- 4200fea80e79 18.0 cited
-
doc: Add link to listen_addresses as cause of connection failure
- 1eb5564230a3 18.0 cited
-
doc: Fix INSERT statement syntax for identity columns
- 17b4aa77c3a1 18.0 cited
-
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
- 68dfecbef210 18.0 cited
-
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
- cf4401fe6cf5 18.0 cited
-
vacuumdb: Skip temporary tables in query to build list of relations
- 1ab67c9dfaad 18.0 cited
-
Speed up Hash Join by making ExprStates support hashing
- adf97c156238 18.0 cited
-
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
- 1afe31f03cd2 18.0 cited
> On 18 Sep 2025, at 07:02, Corey Huinker <corey.huinker@gmail.com> wrote: > These have been updated. I'm holding off on releasing the update files pending Daniel sending me a list of known preferred names. I'll release another file after I've integrated that list into my process. Thanks for working on this! > So here's the remaining one-name attributions: > > commit_hash name email > ---------------------------------------- -------- ----------------------------- > 67a2fbb8f9e9f75df08208e75da412c43a814688 RyotaK ryotak.mail@gmail.com > 31c09ef4563612467b31149713896948e5532684 alexander.kjall@hafslund.no > 7b1053a577494871acb5e91c63abb2bade5b8dea Andrew psy2000usa@yahoo.com > d47f922246b54f0290811951e0b73a3d6110437c Kaimeh kkaimeh@gmail.com > 058b5152f02ef86c98a795c14dbd6a8e195f4fd1 Nikita pm91.arapov@gmail.com > 901a1cf8b4a291a3a22021bf7acb516c1d278e53 Felix afripowered@gmail.com > 4f15759bdcddd23e874526a6b2c0ff86e0beb042 anani191181515@gmail.com > 6313a76b355e3640aba4cc80456a65c2bbc55a80 Asphator asphator@gmail.com > 1eb5564230a3b82f7f8e8b91b93114dbde66c811 k.man.113@gmail.com > 17b4aa77c3a161a9d0e7b08bd9931fe9fd051540 shixiong327926@gmail.com Cross-referencing my list I found a few more which should be looked at: 1ab67c9dfaadda86059f405e5746efb6ddb9fe21 Author: vaibhave postgres <postgresvaibhave@gmail.com> 68dfecbef210dc000271553cfcb2342989d4ca0f Reporter: usamoi@outlook.com 1afe31f03cd268a0bbb7a340d56b8eef6419bcb0 Reporter: wizardbrony@gmail.com cf4401fe6cf56811343edcad29c96086c2c66481 Author: wuchengwen <drec.wu@foxmail.com> (wuchengwen from the patch, 清浅 in the email) Previous years notes do not include names where we only know the email address, not sure what our policy on that is. Personally I think they should be included, they are credited in the commitlog so they clearly belong in the acknowledgments. -- Daniel Gustafsson