Extensions / Functions and aggregates
C function that computes the greatest common divisor of an integer array.
pgext.cloud · Source code · Documentation · Control file
| Package | gcd |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2019-11-11 |
| Catalogue updated | 2026-08-30 |
| numpgsql | Array and numerical computing library for PostgreSQL |
| eigen | New array types and linear-algebra functions based on the Eigen numerical template library. |
| sum_array | C function that sums PostgreSQL integer and floating-point arrays into float8. |
| pg_calcpi | Computes digits of pi in PostgreSQL with a PL/pgSQL spigot algorithm. |
| cmath | C11 math functions exposed to PostgreSQL with C-backed implementations. |
| graph_component | Compute graph components |
| complex | Complex-number data type for PostgreSQL. |
| fbsql | Closure-preserving formula-based statistical modeling in SQL |