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

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

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

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

bug

- [ ] [Docker HA image](https://github.com/timescale/timescaledb-docker-ha/pull/426) [Sample pull request](https://github.com/timescale/timescaledb-docker-ha/pull/298) Add new version to `TIMESCALEDB_TOOLKIT_EXTENSIONS` in: - `.github/workflows/build_image.yaml` - `.github/workflows/publish_image.yaml` - `Makefile` - [ ] [hot-forge](https://github.com/timescale/hot-forge/pull/204) [Sample pull request](https://github.com/timescale/hot-forge/pull/67) Add two...

**Is your feature request related to a problem? Please describe.** I would like to merge multiple state timelines depicting when multiple systems are in state A, so that I get...

feature-request

**Relevant system information:** - OS: Ubuntu 14.11-1.pgdg22.04+1 - PostgreSQL version: PostgreSQL 14.11 (Ubuntu 14.11-1.pgdg22.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit - TimescaleDB Toolkit version: 1.18.0 - Installation...

bug

**Relevant system information:** - OS: OSX - PostgreSQL version (output of `SELECT version();`): 15.4-ts2.12.0 - TimescaleDB Toolkit version (output of `\dx timescaledb_toolkit` in `psql`): 1.17 - Installation method: docker **Describe...

bug

Right now, when we do state_agg, we limit what we can calculate, namely, we only calculate the duration in a given state, while this is nice, for many types of,...

feature-request

I may misunderstand the state_agg as it seems to calculate only deltas i.e. `state transitions` but it never considers the final state. To demonstrate a quick test from the [examples.](https://github.com/timescale/timescaledb-toolkit/blob/75cb639b575b3f78a81736d3078578905db5666d/docs/state_agg.md)...

feature-request

### What type of enhancement is this? API improvement ### What subsystems and features will be improved? Query executor ### What does the enhancement do? Currently, a `StatsSummary1D` object includes...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes, it useful to think of time series data in the frequency domain; this is especially important in areas like...

feature-request

**Describe the bug** Documentation for gp_lttb lists the arguments as (time, value, resolution, then optional gapsize), but the actual implementation is (time, value, optional gapsize, then resolution). Given that this...

bug