aggs_for_vecs

Aggregate functions for array inputs

Overview

PIGSTY 3rd Party Extension: aggs_for_vecs : Aggregate functions for array inputs

Information

Metadata

  • Latest Version: 1.3.2
  • Postgres Support: 17,16,15,14,13
  • Need Load: Shared library do not need explicit loading
  • Need DDL: Need CREATE EXTENSION DDL
  • Relocatable: Can not install to arbitrary schema
  • Trusted: Unknown
  • Schemas: N/A
  • Requires: N/A

RPM / DEB

  • RPM Repo: PIGSTY
  • RPM Name: aggs_for_vecs_$v*
  • RPM Ver : 1.3.2
  • RPM Deps: N/A
  • DEB Repo: PIGSTY
  • DEB Name: postgresql-$v-aggs-for-vecs
  • DEB Ver : 1.3.2
  • DEB Deps: N/A

Packages

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 aggs_for_vecs_17
PIGSTY 1.3.2
aggs_for_vecs_16
PIGSTY 1.3.2
aggs_for_vecs_15
PIGSTY 1.3.2
aggs_for_vecs_14
PIGSTY 1.3.2
aggs_for_vecs_13
PIGSTY 1.3.2
el8 aarch64 aggs_for_vecs_17
PIGSTY 1.3.2
aggs_for_vecs_16
PIGSTY 1.3.2
aggs_for_vecs_15
PIGSTY 1.3.2
aggs_for_vecs_14
PIGSTY 1.3.2
aggs_for_vecs_13
PIGSTY 1.3.2
el9 x86_64 aggs_for_vecs_17
PIGSTY 1.3.2
aggs_for_vecs_16
PIGSTY 1.3.2
aggs_for_vecs_15
PIGSTY 1.3.2
aggs_for_vecs_14
PIGSTY 1.3.2
aggs_for_vecs_13
PIGSTY 1.3.2
el9 aarch64 aggs_for_vecs_17
PIGSTY 1.3.2
aggs_for_vecs_16
PIGSTY 1.3.2
aggs_for_vecs_15
PIGSTY 1.3.2
aggs_for_vecs_14
PIGSTY 1.3.2
aggs_for_vecs_13
PIGSTY 1.3.2
d12 x86_64 postgresql-17-aggs-for-vecs
PIGSTY 1.3.2
postgresql-16-aggs-for-vecs
PIGSTY 1.3.2
postgresql-15-aggs-for-vecs
PIGSTY 1.3.2
postgresql-14-aggs-for-vecs
PIGSTY 1.3.2
postgresql-13-aggs-for-vecs
PIGSTY 1.3.2
d12 aarch64 postgresql-17-aggs-for-vecs
PIGSTY 1.3.2
postgresql-16-aggs-for-vecs
PIGSTY 1.3.2
postgresql-15-aggs-for-vecs
PIGSTY 1.3.2
postgresql-14-aggs-for-vecs
PIGSTY 1.3.2
postgresql-13-aggs-for-vecs
PIGSTY 1.3.2
u22 x86_64 postgresql-17-aggs-for-vecs
PIGSTY 1.3.2
postgresql-16-aggs-for-vecs
PIGSTY 1.3.2
postgresql-15-aggs-for-vecs
PIGSTY 1.3.2
postgresql-14-aggs-for-vecs
PIGSTY 1.3.2
postgresql-13-aggs-for-vecs
PIGSTY 1.3.2
u22 aarch64 postgresql-17-aggs-for-vecs
PIGSTY 1.3.2
postgresql-16-aggs-for-vecs
PIGSTY 1.3.2
postgresql-15-aggs-for-vecs
PIGSTY 1.3.2
postgresql-14-aggs-for-vecs
PIGSTY 1.3.2
postgresql-13-aggs-for-vecs
PIGSTY 1.3.2
u24 x86_64 postgresql-17-aggs-for-vecs
PIGSTY 1.3.2
postgresql-16-aggs-for-vecs
PIGSTY 1.3.2
postgresql-15-aggs-for-vecs
PIGSTY 1.3.2
postgresql-14-aggs-for-vecs
PIGSTY 1.3.2
postgresql-13-aggs-for-vecs
PIGSTY 1.3.2
u24 aarch64 postgresql-17-aggs-for-vecs
PIGSTY 1.3.2
postgresql-16-aggs-for-vecs
PIGSTY 1.3.2
postgresql-15-aggs-for-vecs
PIGSTY 1.3.2
postgresql-14-aggs-for-vecs
PIGSTY 1.3.2
postgresql-13-aggs-for-vecs
PIGSTY 1.3.2

Installation

Install aggs_for_vecs via the pig CLI tool:

pig ext install aggs_for_vecs

Install aggs_for_vecs via Pigsty playbook:

./pgsql.yml -t pg_extension -e '{"pg_extensions": ["aggs_for_vecs"]}' # -l <cls>

Install aggs_for_vecs RPM from YUM repo directly:

dnf install aggs_for_vecs_17*;
dnf install aggs_for_vecs_16*;
dnf install aggs_for_vecs_15*;
dnf install aggs_for_vecs_14*;
dnf install aggs_for_vecs_13*;

Install aggs_for_vecs DEB from APT repo directly:

apt install postgresql-17-aggs-for-vecs;
apt install postgresql-16-aggs-for-vecs;
apt install postgresql-15-aggs-for-vecs;
apt install postgresql-14-aggs-for-vecs;
apt install postgresql-13-aggs-for-vecs;

Enable aggs_for_vecs extension on PostgreSQL cluster:

CREATE EXTENSION aggs_for_vecs;




Last modified 2025-02-17: add extension part (cfa504b)