Extensions / Functions and aggregates
Provides tdigest aggregate function.
pgext.cloud · Source code · License text · Control file
| Package | tdigest |
|---|---|
| Version | 1.4.6 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PGDG |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 98 |
| Latest commit | 2026-08-30 |
| Latest release | 2026-07-08 |
| Catalogue updated | 2026-09-19 |
| ddsketch | Provides ddsketch aggregate function |
| count_distinct | An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate |
| topn | type for top-n JSONB |
| omnisketch | data structure for on-line agg of data into approximate sketch |
| datasketches | Approximate analytics sketches and aggregates for PostgreSQL |
| hll | type for storing hyperloglog data |
| quantile | Quantile aggregation function |
| lower_quantile | Lower quantile aggregate function |
| weighted_statistics | High-performance weighted statistics functions for sparse data |