Extensions / Functions and aggregates
Array math and operators that work element by element on the contents of arrays
pgext.cloud · Source code · License text · Control file · PGXN
| Package | pg_arraymath |
|---|---|
| Version | 1.1 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Relocatable | Yes |
| Stars | 17 |
| Latest commit | 2026-07-02 |
| Catalogue updated | 2026-08-30 |
| intarray | functions, operators, and index support for 1-D arrays of integers |
| floatvec | Math for vectors (arrays) of numbers |
| aggs_for_vecs | Aggregate functions for array inputs |
| aggs_for_arrays | Various functions for computing statistics on arrays of numbers |
| collection | Associative-array data types for high-performance PL/pgSQL workflows |
| hstore | data type for storing sets of (key, value) pairs |
| pgbson | BSON data type and accessor functions for PostgreSQL |