Commit Graph

5 Commits

Author SHA1 Message Date
Gabriele Bartolini
8e669ab320 feat: add pgvector extension (#71)
AI is a hot topic in Cloud Native environments (not only there).
Providing a way to easily add `pgvector` to CloudNativePG deployments
can potentially increase the adoption of Postgres in these contexts.

It is an extension that can be fully controlled by a standard Postgres
user, like the application user in CloudNativePG, without requiring
any settings in shared_preload_libraries.

License-wise that extension creates no problems.

Closes #70

Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
2023-09-13 18:51:00 +02:00
Gabriele Bartolini
cdc7f1cf5c feat: add Postgres Failover Slots extension to images (#57)
Add the pg-failover-slots extension released by EnterpriseDB
under the PostgreSQL License to the default container images
for all supported Postgres versions.

URL: https://github.com/EnterpriseDB/pg_failover_slots

Closes #56

Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2023-05-19 16:33:43 +02:00
Jonathan Gonzalez V
314b054233 chore: add org.opencontainers.image.description label (#49)
Added the org.opencontainers.image.description label with the proper description.

Closes #45
2022-12-29 11:57:34 +01:00
Niccolò Fei
c79ee8eb03 chore: set v15 as the latest tag (#42)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2022-10-19 16:45:53 +08:00
tao
d071944342 Initial Commit
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
2022-04-14 12:23:42 -04:00