Extensions / Functions and aggregates
Quantile aggregation function
pgext.cloud · Source code · License text · Control file · PGXN
| Package | quantile |
|---|---|
| Version | 1.1.8 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Stars | 39 |
| Latest commit | 2025-08-04 |
| Latest release | 2024-12-22 |
| Catalogue updated | 2026-08-30 |
| ddsketch | Provides ddsketch aggregate function |
| tdigest | Provides tdigest aggregate function. |
| weighted_statistics | High-performance weighted statistics functions for sparse data |
| lower_quantile | Lower quantile aggregate function |
| topn | type for top-n JSONB |
| count_distinct | An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate |
| 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 |