Extensions / Functions and aggregates
Fast-Fourier transformer (fft)
pgext.cloud · Source code · Documentation · Control file
| Package | pgfft |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 4 |
| Latest commit | 2012-08-23 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| 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. |
| binvec | C helper for summing integer bit values into arrays |
| median | Median aggregate function for input sets |
| graph_component | Compute graph components |
| 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 |