OLAP - Analytics
Extension List
There are 14 extensions in 13 packages.
| Extension | Package | Version | License | Language | Description |
|---|---|---|---|---|---|
citus | citus | 14.0.0 | AGPL-3.0 | C | Distributed PostgreSQL as an extension |
citus_columnar | citus | 14.0.0 | AGPL-3.0 | C | Citus columnar storage engine |
columnar | hydra | 1.1.2 | AGPL-3.0 | C | Hydra Columnar extension |
pg_analytics | pg_analytics | 0.3.7 | PostgreSQL | Rust | Postgres for analytics, powered by DuckDB |
pg_duckdb | pg_duckdb | 1.1.1 | MIT | C++ | DuckDB Embedded in Postgres |
pg_mooncake | pg_mooncake | 0.2.0 | MIT | Rust | Columnstore Table in Postgres |
pg_clickhouse | pg_clickhouse | 0.1.4 | Apache-2.0 | C++ | Interfaces to query ClickHouse databases from PostgreSQL |
duckdb_fdw | duckdb_fdw | 1.1.2 | MIT | C | DuckDB Foreign Data Wrapper |
pg_parquet | pg_parquet | 0.5.1 | PostgreSQL | Rust | copy data between Postgres and Parquet |
pg_fkpart | pg_fkpart | 1.7.0 | GPL-2.0 | SQL | Table partitioning by foreign key utility |
pg_partman | pg_partman | 5.4.3 | PostgreSQL | C | Extension to manage partitioned tables by time or ID |
plproxy | plproxy | 2.11.0 | BSD 0-Clause | C | Database partitioning implemented as procedural language |
pg_strom | pg_strom | 6.1 | PostgreSQL | C | PG-Strom - big-data processing acceleration using GPU and NVME |
tablefunc | tablefunc | 1.0 | PostgreSQL | C | functions that manipulate whole tables, including crosstab |
citus
citus - 14.0.0 : Distributed PostgreSQL as an extension
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | citus | el8 | 1817161514 | 1817161514 |
| Package | citus | el9 | 1817161514 | 1817161514 |
| RPM | citus_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-citus | d12 | 1817161514 | 1817161514 |
| Language | C | d13 | 1817161514 | 1817161514 |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | AGPL-3.0 | u24 | 1817161514 | 1817161514 |
citus_columnar
citus - 14.0.0 : Citus columnar storage engine
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | citus_columnar | el8 | 1817161514 | 1817161514 |
| Package | citus | el9 | 1817161514 | 1817161514 |
| RPM | citus_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-citus | d12 | 1817161514 | 1817161514 |
| Language | C | d13 | 1817161514 | 1817161514 |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | AGPL-3.0 | u24 | 1817161514 | 1817161514 |
columnar
hydra - 1.1.2 : Hydra Columnar extension
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | columnar | el8 | 1817161514 | 1817161514 |
| Package | hydra | el9 | 1817161514 | 1817161514 |
| RPM | hydra_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-hydra | d12 | 1817161514 | 1817161514 |
| Language | C | d13 | 1817161514 | 1817161514 |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | AGPL-3.0 | u24 | 1817161514 | 1817161514 |
pg_analytics
pg_analytics - 0.3.7 : Postgres for analytics, powered by DuckDB
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_analytics | el8 | 1817161514 | 1817161514 |
| Package | pg_analytics | el9 | 1817161514 | 1817161514 |
| RPM | pg_analytics_$v | el10 | - | - |
| DEB | postgresql-$v-pg-analytics | d12 | 1817161514 | 1817161514 |
| Language | Rust | d13 | - | - |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | PostgreSQL | u24 | 1817161514 | 1817161514 |
pg_duckdb
pg_duckdb - 1.1.1 : DuckDB Embedded in Postgres
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_duckdb | el8 | 1817161514 | 1817161514 |
| Package | pg_duckdb | el9 | 1817161514 | 1817161514 |
| RPM | pg_duckdb_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-pg-duckdb | d12 | 1817161514 | 1817161514 |
| Language | C++ | d13 | 1817161514 | 1817161514 |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | MIT | u24 | 1817161514 | 1817161514 |
pg_mooncake
pg_mooncake - 0.2.0 : Columnstore Table in Postgres
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_mooncake | el8 | 1817161514 | 1817161514 |
| Package | pg_mooncake | el9 | 1817161514 | 1817161514 |
| RPM | pg_mooncake_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-pg-mooncake | d12 | 1817161514 | 1817161514 |
| Language | Rust | d13 | 1817161514 | 1817161514 |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | MIT | u24 | 1817161514 | 1817161514 |
pg_clickhouse
pg_clickhouse - 0.1.4 : Interfaces to query ClickHouse databases from PostgreSQL
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_clickhouse | el8 | 1817161514 | 1817161514 |
| Package | pg_clickhouse | el9 | 1817161514 | 1817161514 |
| RPM | pg_clickhouse_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-clickhouse | d12 | 1817161514 | 1817161514 |
| Language | C++ | d13 | 1817161514 | 1817161514 |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | Apache-2.0 | u24 | 1817161514 | 1817161514 |
duckdb_fdw
duckdb_fdw - 1.1.2 : DuckDB Foreign Data Wrapper
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | duckdb_fdw | el8 | 1817161514 | 1817161514 |
| Package | duckdb_fdw | el9 | 1817161514 | 1817161514 |
| RPM | duckdb_fdw_$v | el10 | - | - |
| DEB | postgresql-$v-duckdb-fdw | d12 | 1817161514 | 1817161514 |
| Language | C | d13 | - | - |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | MIT | u24 | 1817161514 | 1817161514 |
pg_parquet
pg_parquet - 0.5.1 : copy data between Postgres and Parquet
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_parquet | el8 | 1817161514 | 1817161514 |
| Package | pg_parquet | el9 | 1817161514 | 1817161514 |
| RPM | pg_parquet_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-pg-parquet | d12 | 1817161514 | 1817161514 |
| Language | Rust | d13 | 1817161514 | 1817161514 |
| Repo | PIGSTY | u22 | 1817161514 | 1817161514 |
| License | PostgreSQL | u24 | 1817161514 | 1817161514 |
pg_fkpart
pg_fkpart - 1.7.0 : Table partitioning by foreign key utility
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_fkpart | el8 | 1817161514 | 1817161514 |
| Package | pg_fkpart | el9 | 1817161514 | 1817161514 |
| RPM | pg_fkpart_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-pg-fkpart | d12 | 1817161514 | 1817161514 |
| Language | SQL | d13 | 1817161514 | 1817161514 |
| Repo | MIXED | u22 | 1817161514 | 1817161514 |
| License | GPL-2.0 | u24 | 1817161514 | 1817161514 |
pg_partman
pg_partman - 5.4.3 : Extension to manage partitioned tables by time or ID
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_partman | el8 | 1817161514 | 1817161514 |
| Package | pg_partman | el9 | 1817161514 | 1817161514 |
| RPM | pg_partman_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-partman | d12 | 1817161514 | 1817161514 |
| Language | C | d13 | 1817161514 | 1817161514 |
| Repo | PGDG | u22 | 1817161514 | 1817161514 |
| License | PostgreSQL | u24 | 1817161514 | 1817161514 |
plproxy
plproxy - 2.11.0 : Database partitioning implemented as procedural language
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | plproxy | el8 | 1817161514 | 1817161514 |
| Package | plproxy | el9 | 1817161514 | 1817161514 |
| RPM | plproxy_$v | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v-plproxy | d12 | 1817161514 | 1817161514 |
| Language | C | d13 | 1817161514 | 1817161514 |
| Repo | PGDG | u22 | 1817161514 | 1817161514 |
| License | BSD 0-Clause | u24 | 1817161514 | 1817161514 |
pg_strom
pg_strom - 6.1 : PG-Strom - big-data processing acceleration using GPU and NVME
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | pg_strom | el8 | 1817161514 | - |
| Package | pg_strom | el9 | 1817161514 | - |
| RPM | pg_strom_$v | el10 | 1817161514 | - |
| DEB | - | d12 | - | - |
| Language | C | d13 | - | - |
| Repo | PGDG | u22 | - | - |
| License | PostgreSQL | u24 | - | - |
tablefunc
tablefunc - 1.0 : functions that manipulate whole tables, including crosstab
| Item | Value | OS | x86_64 | aarch64 |
|---|---|---|---|---|
| Extension | tablefunc | el8 | 1817161514 | 1817161514 |
| Package | tablefunc | el9 | 1817161514 | 1817161514 |
| RPM | postgresql$v-contrib | el10 | 1817161514 | 1817161514 |
| DEB | postgresql-$v | d12 | 1817161514 | 1817161514 |
| Language | C | d13 | 1817161514 | 1817161514 |
| Repo | CONTRIB | u22 | 1817161514 | 1817161514 |
| License | PostgreSQL | u24 | 1817161514 | 1817161514 |
Feedback
Was this page helpful?
Thanks for the feedback! Please let us know how we can improve.
Sorry to hear that. Please let us know how we can improve.