Re: PostgreSQL Contributor levels - Mailing list pgsql-www

From David Rowley
Subject Re: PostgreSQL Contributor levels
Date
Msg-id CAApHDvoGrxQYD7jBG2pK8R2C2Q55ez0WB1XL+3m3_TcSxKZjrw@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL Contributor levels  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-www
On Mon, 18 Aug 2025 at 01:58, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Perhaps the release notes could be useful as a sanity check though.
> Say, if a person appears in the last three release-note lists and
> is not in the curated list, maybe that is a name to take another
> look at.

I think now that committers are using a more consistent format in the
commit messages that includes email addresses, it should be easier to
script up that sort of thing. e.g. HAVING MAX(commit_timestamp) -
MIN(commit_timestamp) > INTERVAL 'N years' AND count(*) > M. Perhaps
it'd still need a manual review process, but something like that might
stop people falling through the cracks and being forgotten.

David



pgsql-www by date:

Previous
From: David Rowley
Date:
Subject: Re: PostgreSQL Contributor levels
Next
From: Jonathan Abdiel Gonzalez Valdebenito
Date:
Subject: Support for listing the beta versions