This release makes binary-only changes. Once installed, any existing use of
pg_clickhouse v0.1 will get its benefits on reload without needing to
ALTER EXTENSION UPDATE.
⚡ Improvements
- Added support for the PostgreSQL
to_timestamp(float8)function, mapped tofromUnixTimestamp(toInt64())in ClickHouse.
🪲 Bug Fixes
- Disabled query pushdown for JSONB subscript syntax (e.g.,
col_name['field']) for now. Thanks Kaushik Iska for the PR (#161). - Added query cancellation via Ctrl-C and
statement_timeoutto the binary driver. Thanks Kaushik Iska for the PR (#162) that fixed this issue (#41). - Fixed
LIKE,ILIKE, and regex operator pushdown, including~~*,!~~*,~,!~,~*,!~*. Thanks Kaushik Iska for the PR (#164).
🆚 For more detail compare changes since v0.1.5.