Extensions / Functions and aggregates
simultaneous multiple-indexing of PostgreSQL arrays
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_array_multi_index |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2019-05-05 |
| Catalogue updated | 2026-08-30 |
| parray_gin | GIN index operator class and partial-match operators for text arrays |
| array_textsort | C functions for sorting and de-duplicating one-dimensional text arrays. |
| json_build | C functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays. |
| jsonb_delete_array | Delete jsonb keys or string elements listed in a text array |
| sum_array | C function that sums PostgreSQL integer and floating-point arrays into float8. |
| numpgsql | Array and numerical computing library for PostgreSQL |
| unnest_ordinality | Legacy array unnest function that returns each element with its ordinal position. |
| vectoragg | Float-array range sum, clamp, and decimation functions |