Re: list of credits for release notes

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: list of credits for release notes
Date: 2017-10-02 18:12:50
Message-ID: 20171002181250.GH4628@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce,

* Bruce Momjian (bruce(at)momjian(dot)us) wrote:
> On Fri, Sep 29, 2017 at 12:00:05PM -0400, Peter Eisentraut wrote:
> > On 9/29/17 11:35, Robert Haas wrote:
> > > On Wed, Sep 27, 2017 at 8:29 PM, Michael Paquier
> > > <michael(dot)paquier(at)gmail(dot)com> wrote:
> > >> Looking at this list, the first name is followed by the family name,
> > >> so there are inconsistencies with some Japanese names:
> > >> - Fujii Masao should be Masao Fujii.
> > >> - KaiGai Kohei should be Kohei Kaigai.
> > >
> > > But his emails say Fujii Masao, not Masao Fujii.
> > >
> > > KaiGai's case is a bit trickier, as his email name has changed over time.
> >
> > Yes, I used the form that the person used in their emails.
>
> How should this be handled for the Postgres 11 release notes?

Ideally, we would let the individuals choose how to be recognized in
release notes, and anywhere else we recognize them. We have the start
of that in https://postgresql.org/account/profile but that isn't very
easily tied to things in the commit history or elsewhere, yet. I'd
suggest that we try to improve on that by:

- Allowing anyone to include contributor information in their .Org
account, even if they aren't listed on the Contributors page.

- Add in a field along the lines of "Name to be used publicly" and let
them decide what they'd like, possibly even with the option to not be
publicly listed at all.

- Add tracking of multiple email addresses into the .Org profile
(somehow sync'd with the pglister system)

- Start including contributor email addresses in commit messages along
with names.

I don't think we're that far off from this being possible to do in a
more formal way that minimizes the risk of getting things incorrect,
missing someone, or mis-attributing something. This all involves mostly
work on the .Org system, which we do have some folks working on now but
is also open source and it certainly wouldn't hurt to have more people
involved, if there are others who are interested. The place to actually
start the discussion of such changes would be -www though.

Thanks!

Stephen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-10-02 18:23:35 Re: Horrible CREATE DATABASE Performance in High Sierra
Previous Message Andrew Borodin 2017-10-02 18:11:55 Re: GSoC 2017 : Patch for predicate locking in Gist index