v.25.2Improvement
Add normalized_query_hash column to system.processes
Add columnnormalized_query_hashintosystem.processes. Note: while it can be easily calculated on the fly with thenormalizedQueryHashfunction, this is needed to prepare for subsequent changes. #75756 (Alexey Milovidov).