select open change scope Open full search

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

Extensions / Functions and aggregates

arraymath

Array math and operators that work element by element on the contents of arrays

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

Overview

Packagepg_arraymath
Version1.1
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryPIGSTY
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
RelocatableYes
Stars17
Latest commit2026-07-02
Catalogue updated2026-08-30

Related extensions

See also

intarrayfunctions, operators, and index support for 1-D arrays of integers
floatvecMath for vectors (arrays) of numbers
aggs_for_vecsAggregate functions for array inputs
aggs_for_arraysVarious functions for computing statistics on arrays of numbers
collectionAssociative-array data types for high-performance PL/pgSQL workflows
hstoredata type for storing sets of (key, value) pairs
pgbsonBSON data type and accessor functions for PostgreSQL