select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Functions and aggregates

numpgsql

Array and numerical computing library for PostgreSQL

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagenumpgsql
Version0.0.1
PostgreSQL versions11
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars3
Latest commit2019-08-17
Catalogue updated2026-08-30

Related extensions

See also

sum_arrayC function that sums PostgreSQL integer and floating-point arrays into float8.
eigenNew array types and linear-algebra functions based on the Eigen numerical template library.
gcdC function that computes the greatest common divisor of an integer array.
parray_ginGIN index operator class and partial-match operators for text arrays
graph_componentCompute graph components
json_buildC functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays.
aggs_for_vecsAggregate functions for array inputs
fbsqlClosure-preserving formula-based statistical modeling in SQL
jsonb_delete_arrayDelete jsonb keys or string elements listed in a text array
pg_testgenGenerate random integers, strings, and test-data rows for PostgreSQL development