Extensions / Functions and aggregates
C aggregate extension providing my_avg for bigint and floating-point inputs.
pgext.cloud · Source code · Control file
| Package | Aggregate-Average |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2016-06-06 |
| Catalogue updated | 2026-08-30 |
| weighted_mean | Weighted average aggregate function for PostgreSQL numeric values. |
| argm | argmax, argmin, and anyold aggregate functions |
| weighted_stats | Weighted aggregate functions |
| median | Median aggregate function for input sets |
| 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) |