Changes 8.3.17:
* Fix bugs in information_schema.referential_constraints view * Correct collations for citext columns and indexes * Prevent possible crash when joining to a scalar function * Prevent transitory data corruption of GIN indexes after a crash * Prevent data corruption on TOAST columns when copying data * Fix failures during hot standby startup * Correct another "variable not found in subplan target list" bug * Fix bug with sorting on aggregate expressions in windowing functions * Multiple bug fixes for pg_upgrade * Change Foreign Key creation order to better support self-referential keys * Multiple bug fixes to CREATE EXTENSION * Ensure that function return type and data returned from PL/perl agree * Ensure that PL/perl strings are always UTF-8 * Assorted bug fixes for various Extensions * Updates to the time zone database, particularly to CST6
This commit is contained in:
parent
cb7e388943
commit
43ac58601c
4 changed files with 11 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2011/09/27 11:03:59 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2011/12/15 17:31:09 adam Exp $
|
||||
bin/clusterdb
|
||||
bin/createdb
|
||||
bin/createlang
|
||||
|
@ -1283,6 +1283,7 @@ share/doc/postgresql/html/release-8-2-2.html
|
|||
share/doc/postgresql/html/release-8-2-20.html
|
||||
share/doc/postgresql/html/release-8-2-21.html
|
||||
share/doc/postgresql/html/release-8-2-22.html
|
||||
share/doc/postgresql/html/release-8-2-23.html
|
||||
share/doc/postgresql/html/release-8-2-3.html
|
||||
share/doc/postgresql/html/release-8-2-4.html
|
||||
share/doc/postgresql/html/release-8-2-5.html
|
||||
|
@ -1299,6 +1300,7 @@ share/doc/postgresql/html/release-8-3-13.html
|
|||
share/doc/postgresql/html/release-8-3-14.html
|
||||
share/doc/postgresql/html/release-8-3-15.html
|
||||
share/doc/postgresql/html/release-8-3-16.html
|
||||
share/doc/postgresql/html/release-8-3-17.html
|
||||
share/doc/postgresql/html/release-8-3-2.html
|
||||
share/doc/postgresql/html/release-8-3-3.html
|
||||
share/doc/postgresql/html/release-8-3-4.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.16 2011/09/27 11:04:00 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2011/12/15 17:31:09 adam Exp $
|
||||
bin/postgres
|
||||
bin/postmaster
|
||||
lib/postgresql/ascii_and_mic.so
|
||||
|
@ -320,6 +320,7 @@ share/postgresql/timezone/Asia/Dubai
|
|||
share/postgresql/timezone/Asia/Dushanbe
|
||||
share/postgresql/timezone/Asia/Gaza
|
||||
share/postgresql/timezone/Asia/Harbin
|
||||
share/postgresql/timezone/Asia/Hebron
|
||||
share/postgresql/timezone/Asia/Ho_Chi_Minh
|
||||
share/postgresql/timezone/Asia/Hong_Kong
|
||||
share/postgresql/timezone/Asia/Hovd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.20 2011/10/12 19:43:26 hans Exp $
|
||||
# $NetBSD: Makefile.common,v 1.21 2011/12/15 17:31:09 adam Exp $
|
||||
#
|
||||
# used by databases/postgresql83-adminpack/Makefile
|
||||
# used by databases/postgresql83-client/Makefile
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
.include "../../databases/postgresql83/Makefile.mirrors"
|
||||
|
||||
DISTNAME= postgresql-8.3.16
|
||||
DISTNAME= postgresql-8.3.17
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.19 2011/10/12 19:43:26 hans Exp $
|
||||
$NetBSD: distinfo,v 1.20 2011/12/15 17:31:09 adam Exp $
|
||||
|
||||
SHA1 (postgresql-8.3.16.tar.bz2) = c8bda0f506c03d01054fac6dc2f1291cf7539c7e
|
||||
RMD160 (postgresql-8.3.16.tar.bz2) = 2e2c677defbb0631529a4b76a3adee006c288617
|
||||
Size (postgresql-8.3.16.tar.bz2) = 14348568 bytes
|
||||
SHA1 (postgresql-8.3.17.tar.bz2) = f47bfb98629fed07e8f5ec61f2c3b84487fb0ad1
|
||||
RMD160 (postgresql-8.3.17.tar.bz2) = 9ea925c26b185fb9066061ef4e1fca932bbbcbfb
|
||||
Size (postgresql-8.3.17.tar.bz2) = 14549222 bytes
|
||||
SHA1 (patch-aa) = 6d5e9aa58975181d189060f8523c022aa6c82277
|
||||
SHA1 (patch-ab) = 1ba1bb53ca5a74d09fc2b7d07d98b0a0ffd57202
|
||||
SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279
|
||||
|
|
Loading…
Reference in a new issue