v.18.16New Feature

Added system.contributors table for ClickHouse committers

Added the system.contributors table that contains the names of everyone who made commits in ClickHouse. #3452
Added the system.contributors table that provides a list of all contributors who have made commits to ClickHouse.

Why it matters

This feature allows users to easily retrieve and view the names of everyone who contributed code to the ClickHouse project, promoting transparency and recognition of contributors.

How to use it

Query the system.contributors table using a simple SELECT statement, for example:

SELECT * FROM system.contributors;