Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w95aF-001B21-02 for pgsql-hackers@arkaria.postgresql.org; Sat, 04 Apr 2026 18:18:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w95aB-00HY45-2j for pgsql-hackers@arkaria.postgresql.org; Sat, 04 Apr 2026 18:18:56 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w95aB-00HY3x-1N for pgsql-hackers@lists.postgresql.org; Sat, 04 Apr 2026 18:18:55 +0000 Received: from forwardcorp1d.mail.yandex.net ([178.154.239.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w95a7-00000000YhH-2T4o for pgsql-hackers@lists.postgresql.org; Sat, 04 Apr 2026 18:18:54 +0000 Received: from mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:2008:0:640:480d:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id 47E888075D; Sat, 04 Apr 2026 21:18:45 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:857::1:1a]) by mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id hIjtCr0KBa60-Pfjv6OtE; Sat, 04 Apr 2026 21:18:44 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1775326724; bh=LC1aqtZlnUdpittlANBjFRVzSOhn6SSkL+giGisVXjo=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=F5iifKaOPOYBxJAdmsHwxEbfmKgQbWsDa3YyVmYTnfi0CyihU9zw8LsiwJlfSfYK4 XNhnVVGJb36yHEr3s13OI0oDw76t9Yiuj5gLimHMRZAkPZtpOW7FZUVBZGqyA8x3Oz sCdOQZys7OkSwUKnZ+LpTX2/mhWxi4Q+vpz5lKZo= Authentication-Results: mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.400.21\)) Subject: Re: PG 19 release notes and authors From: Andrey Borodin In-Reply-To: Date: Sat, 4 Apr 2026 23:18:33 +0500 Cc: PostgreSQL-development Content-Transfer-Encoding: 7bit Message-Id: References: To: Bruce Momjian X-Mailer: Apple Mail (2.3864.400.21) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 4 Apr 2026, at 19:50, Bruce Momjian wrote: > > In the PG 19 commits, I am seeing several commits with Author and > Co-authored-by tags. FYI, I think we agreed that only the Author names > are mentioned as the authors in the release notes. Speaking of co-authors - I think they absolutely should be included in the release notes credits. The more recognition we give contributors, the more motivation newcomers have to join the development community. There are edge cases where a feature gets reverted in a later minor release, but those are rare. What matters is that we need a steady stream of new contributors, and crediting everyone's work - including co-authors - is one of the most effective ways to encourage that. Best regards, Andrey Borodin.