Extensions / Functions and aggregates
C aggregate functions that discard configurable low/high outliers before computing averages, variances, and standard deviations.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | trimmed_aggregates |
|---|---|
| Version | 2.0.0-dev |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Preview |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 9 |
| Latest commit | 2025-08-04 |
| Latest release | 2023-12-28 |
| Catalogue updated | 2026-08-30 |
| argm | argmax, argmin, and anyold aggregate functions |
| median | Median aggregate function for input sets |
| frkn_avg | C aggregate extension providing my_avg for bigint and floating-point inputs. |
| first_last | Aggregate functions to return first or last "n" elements in a group |
| kissfft | Fast-Fourier transformer (fft) |
| binvec | C helper for summing integer bit values into arrays |
| pg_etag | Fast ETag generation for rows and result sets using BLAKE2 hashes, with single-input functions and aggregates. |
| graph_component | Compute graph components |