The OSS supported by Fujitsu Enterprise Postgres for Kubernetes is listed below.
OSS name | Version and level | Description | Reference |
---|---|---|---|
PostgreSQL | 17.4 | Database management system | PostgreSQL Documentation |
orafce | 4.13.5 | Oracle-compatible SQL features | "Compatibility with Oracle Databases" in the Fujitsu Enterprise Postgres Application Development Guide |
Pgpool-II | 4.5.5 | Failover, connection pooling, load balancing, etc. | "Pgpool-II" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pg_statsinfo | 16.0 | Collection and accumulation of statistics | "pg_statsinfo" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pg_hint_plan | 17.1.7.0 | Tuning (statistics management, query tuning) |
|
pg_dbms_stats | 14.0 |
| |
pg_repack | 1.5.1 | Table reorganization | "pg_repack" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pg_rman | 1.3.16 | Backup and restore management | "pg_rman" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pgBadger | 12.4 | Log analysis | "pgBadger" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pg_bigm | 1.2-20240606 | Full-text search (multibyte) | "pg_bigm" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
ldap2pg | 6.2 | Mnaging user |
|
PostgreSQL JDBC driver | 42.7.4 | JDBC driver | "JDBC Driver" in the Fujitsu Enterprise Postgres Application Development Guide |
psqlODBC | 17.00.0004 | ODBC driver | "ODBC Driver" in the Fujitsu Enterprise Postgres Application Development Guide |
psycopg | 3.2.4 | Python driver | "Python Language Package (psycopg)" in the Fujitsu Enterprise Postgres Application Development Guide |
pgvector | 0.7.4 | Vector data storage, operation, and search (*1) | "pgvector" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pgvectorscale | 0.5.1 | Accelerating vector data search processing | "pgvectorscale" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
Apache AGE | 1.5.0 | Graph data storage and search | "Apache AGE " in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pgai | extension-0.8.0 | Vectorization of text data using external embedding model and declarative vectorization specification | Fujitsu Enterprise Postgres Knowledge Data Management Feature User's Guide |
pg_cron | 1.6.5 | SQL Job scheduler | "pg_cron" in the Fujitsu Enterprise Postgres Installation and Setup Guide for Server |
pgBackRest | 2.54.1 | Backup and restore management | "Scheduling Backup from Operator" in the User's Guide |
patroni | 4.0.4 | Postgres cluster management | "High Availability" in the User's Guide |
postgres_exporter | 0.16.0 | Postgresql metrics monitoring capabilities for Prometheus with Fujitsu updated queries | "Monitoring" in the User's Guide |
*1: pgvector by itself cannot generate vector data. pgai allows you to generate vector data for text data using an external embedded model. To use vector representations in other data formats, use software or services that generate vector data and store the generated vector data in a database.