Extensions / Functions and aggregates
Median aggregate function for input sets
pgext.cloud · Source code · Documentation · Control file
| Package | median |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 10 · 11 · 12 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 1 |
| Latest commit | 2020-12-15 |
| Catalogue updated | 2026-08-30 |
| pg_median_utils | Median filter and iterative median filter window functions for PostgreSQL |
| argm | argmax, argmin, and anyold aggregate functions |
| pg_etag | Fast ETag generation for rows and result sets using BLAKE2 hashes, with single-input functions and aggregates. |
| 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 |
| trimmed_aggregates | C aggregate functions that discard configurable low/high outliers before computing averages, variances, and standard deviations. |
| pg_agg | Experimental aggregate-query support extension; its install script currently creates the untrusted PL/Python language. |
| kissfft | Fast-Fourier transformer (fft) |