Extensions / Functions and aggregates
Array and numerical computing library for PostgreSQL
pgext.cloud · Source code · Documentation · License text · Control file
| Package | numpgsql |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 11 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2019-08-17 |
| Catalogue updated | 2026-08-30 |
| sum_array | C function that sums PostgreSQL integer and floating-point arrays into float8. |
| eigen | New array types and linear-algebra functions based on the Eigen numerical template library. |
| gcd | C function that computes the greatest common divisor of an integer array. |
| parray_gin | GIN index operator class and partial-match operators for text arrays |
| graph_component | Compute graph components |
| json_build | C functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays. |
| aggs_for_vecs | Aggregate functions for array inputs |
| fbsql | Closure-preserving formula-based statistical modeling in SQL |
| jsonb_delete_array | Delete jsonb keys or string elements listed in a text array |
| pg_testgen | Generate random integers, strings, and test-data rows for PostgreSQL development |