E.22. Postgres Pro 9.5.2.1
Release date: 2016-04-01
E.22.1. Overview
This release is based onPostgreSQL 9.5.2.
Note that Postgres Pro doesn't suffer from abbreviated keys problem, mentioned in the changes of upstream 9.5.2 release. When build with--with-icu
option, Postgres Pro doesn't use string comparison functions from system C library, and uses portable implementations fromlibicu.
Major enhancement in thePostgres Pro 9.5.2.1 overPostgres Pro 9.5.1.2 include:
Include pg_pathman module which provides functions for declarative partitioning and optimizes query execution plans for partitioned tables.
Include pg_arman incremental backup utility. It is considered an experimental feature, so it is build as separate package on Linux and is not available for Windows yet. Documentation is also provided separately
version()
SQL function now returnsPostgreSQL 9.5.2
, as in vanilla PostgreSQL, because some client frameworks such asSQL Alchemy are confused seeing Postgres Pro here. Functionpgpro_version
is provided to report Postgres Pro release.