Extensions / Functions and aggregates
integer aggregator and enumerator (obsolete)
pgext.cloud · Website · Documentation · License text · Control file
| Package | intagg |
|---|---|
| Version | 1.1 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PostgreSQL contrib |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Latest commit | 2026-05-14 |
| Latest release | 2026-05-14 |
| Catalogue updated | 2026-07-29 |
| intarray | functions, operators, and index support for 1-D arrays of integers |
| count_distinct | An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate |
| arraymath | Array math and operators that work element by element on the contents of arrays |