diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2017-09-05 09:27:11 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2017-09-05 09:27:11 +0000 |
commit | 548c838795dfe6d521e7c18e1b2b38133ebe0fa9 (patch) | |
tree | b1846006333496a5296763ffa19b5c92e426e064 /databases/postgresql94-server | |
parent | - Update to 1.3.1 (diff) |
The PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 9.6.5, 9.5.9,
9.4.14, 9.3.19, and 9.2.23.
This release includes fixes that prevent a crash in pg_restore when
using parallel mode. It also patches over a few other bugs reported
since the last releases in August.
Additionally, in 9.4.14 only, there is a fix to an issue with walsenders
preventing primary-server shutdown unless immediate shutdown mode is used.
Users should plan to update at the next convenient downtime.
Bug Fixes and Improvements
This update also fixes a number of bugs reported in the last few weeks.
Some of these issues affect only version 9.6, but many affect all
supported versions:
* Show foreign tables in information_schema.table_privileges view.
This fix applies to new databases, see the release notes for the
procedure to apply the fix to an existing database.
* Correctly identify columns that are of a range type or domain type
over a composite type or domain type being searched for
* Prevent crash when passing fixed-length pass-by-reference data types
to parallel worker processes
* Change ecpg’s parser to allow RETURNING clauses without attached C
variables
* Change ecpg’s parser to recognize backslash continuation of C
preprocessor command lines
* Improve selection of compiler flags for PL/Perl on Windows
Notes
Notes:
svn path=/head/; revision=449278
Diffstat (limited to 'databases/postgresql94-server')
-rw-r--r-- | databases/postgresql94-server/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql94-server/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index d683180cc8e6..0556d6332bd3 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -1,7 +1,8 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.4.13 +DISTVERSION?= 9.4.14 +PORTREVISION= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql94-server/distinfo b/databases/postgresql94-server/distinfo index 005080bb1bc4..ac3063e72b95 100644 --- a/databases/postgresql94-server/distinfo +++ b/databases/postgresql94-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1502191519 -SHA256 (postgresql/postgresql-9.4.13.tar.bz2) = 0080f55d65194de8b96a2dab153443f8248ff2b2b10e6ab4cda2dcadcac7f2ab -SIZE (postgresql/postgresql-9.4.13.tar.bz2) = 17867502 +TIMESTAMP = 1503960043 +SHA256 (postgresql/postgresql-9.4.14.tar.bz2) = 8e7df23a104b057b360d03180ebcb67f645e198a4a0bee94bf56b2bc9505ec6b +SIZE (postgresql/postgresql-9.4.14.tar.bz2) = 17873740 SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43 SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289 |