Re: someone else to do the list of acknowledgments

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Corey Huinker <corey.huinker@gmail.com>, Etsuro Fujita <etsuro.fujita@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, jian he <jian.universality@gmail.com>, Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-09-18T12:43:52Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Add list of acknowledgments to release notes

  2. Fix misuse of Relids for storing attribute numbers

  3. meson: build checksums with extra optimization flags.

  4. Fix concurrent update issue with MERGE.

  5. Restrict psql meta-commands in plain-text dumps.

  6. doc: add float as an alias for double precision.

  7. doc: mention unusability of dropped CHECK to verify NOT NULL

  8. Update time zone data files to tzdata release 2025b.

  9. Fix issue with ORDER BY / DISTINCT aggregates and FILTER

  10. Fix guc_malloc calls for consistency and OOM checks

  11. doc: clarify default checksum behavior in non-master branches

  12. Don't ask for bug reports about pthread_is_threaded_np() != 0.

  13. doc: Clarify synchronous_standby_names parameter.

  14. Fix corruption when relation truncation fails.

  15. doc: fix ALTER DOMAIN domain_constraint to spell out options

  16. doc: Add link to listen_addresses as cause of connection failure

  17. doc: Fix INSERT statement syntax for identity columns

  18. Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.

  19. Fix race condition in COMMIT PREPARED causing orphaned 2PC files

  20. vacuumdb: Skip temporary tables in query to build list of relations

  21. Speed up Hash Join by making ExprStates support hashing

  22. Preserve CurrentMemoryContext across Start/CommitTransactionCommand.

> On 18 Sep 2025, at 14:25, Peter Eisentraut <peter@eisentraut.org> wrote:
> 
> On 18.09.25 10:14, Daniel Gustafsson wrote:
>>> 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!
> 
> Now is anyone planning to commit this?  I can do it if no one else is lined up.

I was thinking we should wait for more timezones to have a chance to dig into
the list before committing.  If you want to pick it up since you have a long
history of doing the list, feel free, else I can take care of it.

>> 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.
> 
> The policy was that we only included persons whose name we know.  The reason being, if they don't want to be known, then they also don't need to be listed in the credits.

My take would be that if they don't want to be known, they wouldn't have
contacted us in the first place.  However, if we have a policy in place then
sticking to it makes us consistent and consistency is good.

--
Daniel Gustafsson