Extensions / Functions and aggregates
Lower quantile aggregate function
pgext.cloud · Source code · License text · Control file · PGXN
| Package | lower_quantile |
|---|---|
| Version | 1.0.3 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Stars | 0 |
| Latest commit | 2025-08-03 |
| Latest release | 2024-12-24 |
| 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 |
| quantile | Quantile aggregation 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 |