Re: someone else to do the list of acknowledgments

Dmitry Yurichev <dsy.075@yandex.ru>

From: Dmitry Yurichev <dsy.075@yandex.ru>
To: Daniel Gustafsson <daniel@yesql.se>, Corey Huinker <corey.huinker@gmail.com>
Cc: jian he <jian.universality@gmail.com>, Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Peter Eisentraut <peter@eisentraut.org>
Date: 2025-09-15T09:04:26Z
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 9/10/25 19:30, Daniel Gustafsson wrote:
> There are a few first-names-only that need to be verified, IME they resolve to
> a name already on the list.
>
> Andrew
> Dmitry
> Felix

Regarding Dmitry.

If we are talking about this commit
c70b6db34ffeab48beef1fb4ce61bcad3772b8dd,
then this is Dmitry Yurichev.

I'm only the author of the issue here,
and the patch and commit itself were done by Yugo Nagata and Dean Rasheed.

commit c70b6db34ffeab48beef1fb4ce61bcad3772b8dd
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Date:   Fri Sep 5 08:21:35 2025 +0100

     Fix concurrent update issue with MERGE.

     Reported-by: Dmitry <dsy.075@yandex.ru>
     Author: Yugo Nagata <nagata@sraoss.co.jp>
     Reviewed-by: Dean Rasheed <dean.a.rasheed@gmail.com>
     Reviewed-by: Chao Li <li.evan.chao@gmail.com>
     Discussion: 
https://postgr.es/m/1570d30e-2b95-4239-b9c3-f7bf2f2f8556@yandex.ru
     Backpatch-through: 15


-- 
Best regards,
Dmitry Yurichev.