kvc0

Results 7 issues of kvc0

I was just running through a fresh build server creation on an official Ubuntu Server Docker image and noticed a couple minor details with the installer process. It's greatly improved...

**Relevant system information:** - OS: Ubuntu 18.04 LTS - PostgreSQL 12.2 - TimescaleDB 1.7.0 - Installation method: apt install **Describe the bug** When querying a hypertable and `GROUP BY` the...

bug
waiting-for-author
time_bucket

unwrap() gives no clues where to look when a bug arises. This change replaces common tdigest unwrap() calls with expect("message"). This does the same thing as unwrap(), it just provides...

**Relevant system information:** - OS: Ubuntu 22.04.1 LTS - PostgreSQL version: PostgreSQL 14.6 (Ubuntu 14.6-1.pgdg22.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, 64-bit - TimescaleDB Toolkit version: 1.13.0 -...

bug

**Relevant system information:** - OS: timescale forge & wsl2 - PostgreSQL version: Ubuntu 14.2-1.pgdg21.04+1 - TimescaleDB Toolkit version: ``` Name | Version | Schema ---------------------+---------+------------ plpgsql | 1.0 | pg_catalog...

bug

All of the backend infrastructure was in place to support &[u8], and some functions already take `impl AsRef`. However the main decode() and decode_header() functions require a &str. This change...

Expected: A `message` with a `oneof` can refer to a map of itself. Observed: An opaque error message ``` error[E0596]: cannot borrow `value` as mutable, as it is not declared...