Extensions / Functions and aggregates
C helper for summing integer bit values into arrays
pgext.cloud · Source code · Documentation · Control file
| Package | binvec |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 4 |
| Latest commit | 2019-05-09 |
| Catalogue updated | 2026-08-30 |
| graph_component | Compute graph components |
| floatvec | Math for vectors (arrays) of numbers |
| argm | argmax, argmin, and anyold aggregate functions |
| kissfft | Fast-Fourier transformer (fft) |
| pg_etag | Fast ETag generation for rows and result sets using BLAKE2 hashes, with single-input functions and aggregates. |
| median | Median aggregate function for input sets |
| frkn_avg | C aggregate extension providing my_avg for bigint and floating-point inputs. |
| pg_running_stats | Mergeable Running Statistics (Welford/Chan) Extension for PostgreSQL |
| 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. |