Postgres Pro provides the most actual PostgreSQL version with some additional patches applied and extensions added. It includes new features developed by Postgres Professional, as well as third-party patches already accepted by the PostgreSQL community for the upcoming PostgreSQL versions. Postgres Pro Enterprise users thus have early access to important features and fixes.
Postgres Pro Enterprise is provided under the following license: https://postgrespro.com/products/postgrespro/eula. Make sure to review the license terms before downloading Postgres Pro Enterprise.
Postgres Pro Enterprise provides the following enhancements over PostgreSQL:
Built-in connection pooler that can limit the number of backends when working with multiple clients, without imposing restrictions on using session configuration parameters, prepared statements, or temporary tables. (See Chapter 33 for details.)
The autoprepare mode that allows to implicitly prepare frequently used statements, thus eliminating the cost of their compilation and planning on each subsequent execution. (See Section 14.6.)
Support for changing configuration of other sessions. For example, you can use this feature to switch on debug messages to trace sessions with unexpected behavior. (See Section 9.26.1.)
Support for replacing a constraint index without dropping
this constraint using the ALTER CONSTRAINT ... USING INDEX
clause of the ALTER TABLE command.
The following enhancements are inherited from Postgres Pro Standard:
COPY FROM command. (See
nul_byte_replacement_on_import parameter
description.)
icu collation provider is used for all locales except
C and POSIX.
(See Section 23.2.2.)pg_control of previous
PostgreSQL major versions by
pg_controldata.
-z/-Z option descriptions
in postgres.)
primary_conninfo,
restore_command, and primary_slot_name
parameters without restarting the server.
Postgres Pro Enterprise also includes the following additional modules:
pg_class size.INSERT, UPDATE, DELETE
or SELECT INTO operations applied for affected tables.
Postgres Pro Enterprise releases follow PostgreSQL releases, though sometimes occur more frequently. The Postgres Pro Enterprise versioning scheme is based on the PostgreSQL one and has an additional decimal place.