About VMware Postgres
VMware Postgres is 100% open source software based on the PostgreSQL source code published at https://www.postgresql.org, and other open source PostgreSQL software.
VMware Postgres packages components to help you deploy and manage one or more instances of the PostgreSQL database. It includes the following:
- PostgreSQL – The core ORDBMS database engine.
- pgBackRest – reliable backup and restore for PostgreSQL.
- pg_auto_failover – an extension for setting up PostgreSQL high availability with automated failover.
- pgbouncer – provides a lightweight connection pooler for VMware Postgres.
- PostgreSQL ODBC Driver (psqlODBC) – connectivity for Linux client applications.
- PostgreSQL JDBC Driver (pgjdbc) – connectivity for Java clients.
All components included in the VMware Postgres software distribution are intended for Enterprise deployments, and are supported by VMware. See the Support Lifecycle Policy and the Product Support Lifecycle Matrix for details about the duration of support for VMware Postgres.
PostgreSQL is a powerful, open source object-relational database system that has more than 15 years of active development. It offers a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. PostgreSQL is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER
, NUMERIC
, BOOLEAN
, CHAR
, VARCHAR
, DATE
, INTERVAL
, and TIMESTAMP
. It also supports storage of binary large objects, including pictures, sounds, or video. PostgreSQL has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.
Major features of PostgreSQL include:
- Multi-Version Concurrency Control (MVCC)
- Point in time recovery
- Tablespaces
- Asynchronous replication
- Nested transactions (savepoints)
- Online/hot backups
- A sophisticated query planner/optimizer
- Write ahead logging for fault tolerance
- International character sets
- Multibyte character encodings
- Unicode
- Locale-aware support for sorting case-sensitivity, and formatting