v.25.5Improvement
System table system.functions now shows
System table system.functions now shows in which ClickHouse version functions were first introduced. #79839 (Robert Schulze).Why it matters
This feature helps users identify the version history of built-in functions, enabling better compatibility checks and informed usage decisions when developing or migrating queries.How to use it
Users can query thesystem.functions table as usual. The additional column showing the version of first introduction allows filtering or inspection to determine when functions became available.