Vonng / pigsty

Free RDS for PostgreSQL —— Pigsty
https://pigsty.io
GNU Affero General Public License v3.0
3.34k stars 257 forks source link

PostgreSQL Extensions #311

Closed Vonng closed 7 months ago

Vonng commented 1 year ago

Pigsty now has an official Yum repo: https://repo.pigsty.cc/rpm , including some PostgreSQL extension RPMs for EL7 - EL9 missing in the PGDG repo.

name version source type comment
age 1.4.0 PIGSTY FEAT Apache AGE graph database extension
pointcloud 1.2.5 PIGSTY FEAT A PostgreSQL extension for storing point cloud (LIDAR) data.
http 1.6 PIGSTY FEAT HTTP client for PostgreSQL, allows web page retrieval inside the database.
pg_tle 1.2.0 PIGSTY FEAT Trusted Language Extensions for PostgreSQL
roaringbitmap 0.5 PIGSTY FEAT Support for Roaring Bitmaps
zhparser 2.2 PIGSTY FEAT Parser for full-text search of Chinese
pgml 2.7.9 PIGSTY FEAT PostgresML: Use the expressive power of SQL along with the most advanced machine learning algorithms and pretrained models
pg_net 0.7.3 PIGSTY FEAT A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
vault 0.2.9 PIGSTY FEAT Extension for storing encrypted secrets in the Vault
pg_graphql 1.4.0 PIGSTY FEAT GraphQL support for PostgreSQL
hydra 1.0.0 PIGSTY FEAT Hydra is open source, column-oriented Postgres extension

If you have any extension you want to use in Pigsty, please feel free to comment here, and I'll consider building an RPM and adding it to Pigsty's RPM repo.

TODO LIST:

rinshadka commented 11 months ago

HI,

Installed latest 2.4.1 , but while trying to enable pg_tle extension ( CREATE EXTENSION pg_tle ), got controls file missing error. But in the release note of 2.4.0 I found that pg_tle is included. Am i missing anything.

Thanks.

Vonng commented 11 months ago

HI,

Installed latest 2.4.1 , but while trying to enable pg_tle extension ( CREATE EXTENSION pg_tle ), got controls file missing error. But in the release note of 2.4.0 I found that pg_tle is included. Am i missing anything.

Thanks.

I checked on EL7 - EL9, PG 14 & PG 15, the pg_tle can be CREATE without error.

Checklist:

Additional info required

rinshadka commented 11 months ago

Thanks @Vonng , Actually I have installed Pigsty to my existing PostgreSQL v13 database. Might that be causing issue. I will try the same in a new PostgreSQL v15 service.

jie123108 commented 11 months ago

I am using the following extension on a system. I want to migrate to pigsty. Can pigsty support them?

imgsmlr

ImgSmlr – is a PostgreSQL extension which implements similar images searching functionality.

pg_bigm

The pg_bigm module provides full text search capability in PostgreSQL. This module allows a user to create 2-gram (bigram) index for faster full text search.

pgroonga

PGroonga makes PostgreSQL fast full text search platform for all languages!

@Vonng Thank you for developing such a great system. It feels like a treasure trove with so many features that I would love to use.

Vonng commented 11 months ago

I am using the following extension on a system. I want to migrate to pigsty. Can pigsty support them?

imgsmlr

ImgSmlr – is a PostgreSQL extension which implements similar images searching functionality.

pg_bigm

The pg_bigm module provides full text search capability in PostgreSQL. This module allows a user to create 2-gram (bigram) index for faster full text search.

pgroonga

PGroonga makes PostgreSQL fast full text search platform for all languages!

@Vonng Thank you for developing such a great system. It feels like a treasure trove with so many features that I would love to use.

great extensions, maybe we can add them in v2.5.0.