PostgreSQL source to support query cancellations. #65722 (Maksim Kita).
Added support for query cancellations in the PostgreSQL source engine.
Why it matters
This feature allows users to cancel running queries when using the PostgreSQL source engine, improving control over query execution and resource management.
How to use it
Users can cancel running queries initiated via the PostgreSQL source engine using standard query cancellation methods supported by ClickHouse.