timescaledb-toolkit icon indicating copy to clipboard operation
timescaledb-toolkit copied to clipboard

Extension for more hyperfunctions, fully compatible with TimescaleDB and PostgreSQL 📈

Results 107 timescaledb-toolkit issues
Sort by recently updated
recently updated
newest added

## [Timevector](https://github.com/timescale/timescaledb-toolkit/issues/2) **What evidence do we have the feature is being used** We have seen users asking about LTTB and ASAP, which output a timevector as a result. **Why do...

**Relevant system information:** - PostgreSQL version (output of `SELECT version();`): 14.4 - TimescaleDB Toolkit version (output of `\dx timescaledb_toolkit` in `psql`): 1.8.0 - Installation method: docker **Describe the bug** The...

bug

- Current status: prototype [branch](https://github.com/timescale/timescaledb-toolkit/commits/eg/funnel-prototype) - [doc](https://github.com/timescale/timescaledb-toolkit/blob/eg/funnel-prototype/docs/funnel.md) - Effort remaining: lots ## Purpose TODO ### Next steps Next step is to resolve these questions and publish a first experimental function...

proposed-feature

`state_agg` is subject to the same memory hunger described in issue #475 possibly making it unusable for large data sets. It seems states should be enumerated and state_agg should deal...

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

[CI#1447](https://github.com/timescale/timescaledb-toolkit/actions/runs/2655016488) reported this seemly random failure: ``` test `stats_agg_fuzz` failed with db error: ERROR: Output didn't match between postgres command: select sum((test_y - a.avg)^3) / count(test_y) / (stddev_pop(test_y)^3) from test_table,...

Currently, our release procedure produces a version tag. Ideally, we want all the final packages (docker etc) built and tested. Since we don't currently own the docker images (we may...

This is a meta-issue tracking various ergonomic improvements for `Interval`s we may want to add. It comes from some work I was doing analyzing interval quantiles. Something like ```SQL SELECT...

feature-request

## What's the functionality you would like to add ## `counter_agg(counter_agg_partial)` (implicitly performing the combine function on the aggregate, for re-aggregation purposes) See #9 for some background (and maybe also...

proposed-feature

**Relevant system information:** - OS: MacOS - PostgreSQL version (output of `SELECT version();`): 14.0 - TimescaleDB Toolkit version (output of `\dx timescaledb_toolkit` in `psql`): [e.g. 1.0.0] - Installation method: [e.g.,...

bug