pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 10 11:56:10 UTC 2018

Modified Files:
        pkgsrc/databases/postgresql10: Makefile.common distinfo
        pkgsrc/databases/postgresql10-client: PLIST
        pkgsrc/databases/postgresql10-docs: PLIST
        pkgsrc/databases/postgresql10-plpython: PLIST
        pkgsrc/databases/postgresql10-pltcl: PLIST
        pkgsrc/databases/postgresql93: Makefile.common distinfo
        pkgsrc/databases/postgresql93-client: PLIST
        pkgsrc/databases/postgresql93-docs: PLIST
        pkgsrc/databases/postgresql93/patches: patch-contrib_dblink_Makefile
            patch-contrib_postgres__fdw_Makefile
        pkgsrc/databases/postgresql94: Makefile.common distinfo
        pkgsrc/databases/postgresql94-client: PLIST
        pkgsrc/databases/postgresql94-docs: PLIST
        pkgsrc/databases/postgresql95: Makefile.common distinfo
        pkgsrc/databases/postgresql95-client: PLIST
        pkgsrc/databases/postgresql95-docs: PLIST
        pkgsrc/databases/postgresql96: Makefile.common distinfo
        pkgsrc/databases/postgresql96-client: PLIST
        pkgsrc/databases/postgresql96-docs: PLIST
        pkgsrc/databases/postgresql96-plpython: PLIST
        pkgsrc/databases/postgresql96-pltcl: PLIST
        pkgsrc/databases/postgresql96-server: PLIST

Log Message:
postgresql: updated to 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. This release fixes two security issues 
as well as bugs reported over the last three months.

SECURITY ISSUES:
CVE-2018-10915: CERTAIN HOST CONNECTION PARAMETERS DEFEAT CLIENT-SIDE SECURITY DEFENSES
CVE-2018-10925: MEMORY DISCLOSURE AND MISSING AUTHORIZATION IN INSERT ... ON CONFLICT DO UPDATE

BUG FIXES AND IMPROVEMENTS
Several fixes related to VACUUM, including an issue that could lead to data corruption in certain system catalog tables
Several fixes for replaying write-ahead logs, including a case where a just-promoted standby server would not restart if it crashed before its first post-recovery checkpoint
Several performance improvements for replaying write-ahead logs
Several fixes for logical replication and logical decoding, including ensuring logical WAL senders are reporting the streaming state correctly
Allow replication slots to be dropped in single-user mode
Fix to have variance and similar aggregate functions return accurate results when executed using parallel query
Fix SQL-standard FETCH FIRST syntax to allow parameters ($n), as the standard expects
Fix to ensure that a process doing a parallel index scan will respond to signals, such as one to abort a query
Fix EXPLAIN's accounting for resource usage, particularly buffer accesses, in parallel workers
Several fixes for the query planner including improving the cost estimates for hash-joins and choosing to use indexes for mergejoins on composite type columns
Fix performance regression related to POSIX semaphores for multi-CPU systems running Linux or FreeBSD
Fix for GIN indexes that could lead to an assertion failure after a pg_upgrade from a version before PostgreSQL 9.4
Fix for SHOW ALL to display superuser configuration settings to roles that are allowed to read all settings
Fix issue where COPY FROM .. WITH HEADER would drop a line after every 4,294,967,296 lines processed
Several fixes for XML support, including using the document node as the context for XPath queries as defined in the SQL standard, which affects the xpath and xpath_exists functions, as well as 
XMLTABLE
Fix libpq for certain cases where hostaddr is used
Several ecpg fixes for Windows
Fix password prompting in Windows client programs so that echo is properly disabled
Several pg_dump fixes, including correctly outputting REPLICA IDENTITY properties for constraint indexes
Make pg_upgrade check that the old server was shut down cleanly


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql10-client/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql10-plpython/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql10-pltcl/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/postgresql93/Makefile.common
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/postgresql93/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql93-client/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql93-docs/PLIST
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/databases/postgresql93/patches/patch-contrib_dblink_Makefile \
    pkgsrc/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql94/Makefile.common
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql94/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql94-client/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql94-docs/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql95-client/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96-client/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql96-docs/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql96-plpython/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql96-pltcl/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql96-server/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql10/Makefile.common
diff -u pkgsrc/databases/postgresql10/Makefile.common:1.8 pkgsrc/databases/postgresql10/Makefile.common:1.9
--- pkgsrc/databases/postgresql10/Makefile.common:1.8   Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql10/Makefile.common       Fri Aug 10 11:56:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2018/05/13 08:13:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2018/08/10 11:56:10 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.4
+DISTNAME=      postgresql-10.5
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql10/distinfo
diff -u pkgsrc/databases/postgresql10/distinfo:1.6 pkgsrc/databases/postgresql10/distinfo:1.7
--- pkgsrc/databases/postgresql10/distinfo:1.6  Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql10/distinfo      Fri Aug 10 11:56:10 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2018/05/13 08:13:46 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/08/10 11:56:10 adam Exp $
 
-SHA1 (postgresql-10.4.tar.bz2) = 56106299525156834f055b421531f05947ba8691
-RMD160 (postgresql-10.4.tar.bz2) = 0a9246b31ae9786e9f7e486b66ebabb6fd8fd4bf
-SHA512 (postgresql-10.4.tar.bz2) = b7c0d2fdc724e2eb1cda9fc1eb01b47352bbe6ba6357b3e898b7f5990fd78499c8c68dcb3aa9bde7821d71b5882d8856131384e899f8055d89d51cdfdbc9e663
-Size (postgresql-10.4.tar.bz2) = 20201838 bytes
+SHA1 (postgresql-10.5.tar.bz2) = 8c7b4406b0ba2987f4170657f89908ad47947429
+RMD160 (postgresql-10.5.tar.bz2) = 2427223152e54ba048b3881380091530f4887b58
+SHA512 (postgresql-10.5.tar.bz2) = 1bad30ae88beca66f7e8b99b82e7f02aac1e9230b328e6e5a762a704cdd9dc767d924f5a66c68c93586badfef91b7ff336120a567ce970eaa58bb44c662ad48c
+Size (postgresql-10.5.tar.bz2) = 20284578 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql10-client/PLIST
diff -u pkgsrc/databases/postgresql10-client/PLIST:1.4 pkgsrc/databases/postgresql10-client/PLIST:1.5
--- pkgsrc/databases/postgresql10-client/PLIST:1.4      Sat Jun  2 13:13:23 2018
+++ pkgsrc/databases/postgresql10-client/PLIST  Fri Aug 10 11:56:10 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/06/02 13:13:23 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:10 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -39,6 +39,7 @@ include/pg_config.h
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h
@@ -750,11 +751,20 @@ share/locale/cs/LC_MESSAGES/ecpg-10.mo
 share/locale/cs/LC_MESSAGES/ecpglib6-10.mo
 share/locale/cs/LC_MESSAGES/initdb-10.mo
 share/locale/cs/LC_MESSAGES/libpq5-10.mo
+share/locale/cs/LC_MESSAGES/pg_archivecleanup-10.mo
+share/locale/cs/LC_MESSAGES/pg_basebackup-10.mo
 share/locale/cs/LC_MESSAGES/pg_config-10.mo
 share/locale/cs/LC_MESSAGES/pg_controldata-10.mo
 share/locale/cs/LC_MESSAGES/pg_ctl-10.mo
 share/locale/cs/LC_MESSAGES/pg_dump-10.mo
+share/locale/cs/LC_MESSAGES/pg_resetwal-10.mo
+share/locale/cs/LC_MESSAGES/pg_rewind-10.mo
+share/locale/cs/LC_MESSAGES/pg_test_fsync-10.mo
+share/locale/cs/LC_MESSAGES/pg_test_timing-10.mo
+share/locale/cs/LC_MESSAGES/pg_upgrade-10.mo
+share/locale/cs/LC_MESSAGES/pg_waldump-10.mo
 share/locale/cs/LC_MESSAGES/pgscripts-10.mo
+share/locale/cs/LC_MESSAGES/psql-10.mo
 share/locale/de/LC_MESSAGES/ecpg-10.mo
 share/locale/de/LC_MESSAGES/ecpglib6-10.mo
 share/locale/de/LC_MESSAGES/initdb-10.mo

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.5 pkgsrc/databases/postgresql10-docs/PLIST:1.6
--- pkgsrc/databases/postgresql10-docs/PLIST:1.5        Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql10-docs/PLIST    Fri Aug 10 11:56:10 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:10 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -918,6 +918,7 @@ share/doc/postgresql/html/release-10-1.h
 share/doc/postgresql/html/release-10-2.html
 share/doc/postgresql/html/release-10-3.html
 share/doc/postgresql/html/release-10-4.html
+share/doc/postgresql/html/release-10-5.html
 share/doc/postgresql/html/release-10.html
 share/doc/postgresql/html/release-6-0.html
 share/doc/postgresql/html/release-6-1-1.html
@@ -1216,6 +1217,7 @@ share/doc/postgresql/html/release-9-3-20
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
+share/doc/postgresql/html/release-9-3-24.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1234,6 +1236,7 @@ share/doc/postgresql/html/release-9-4-15
 share/doc/postgresql/html/release-9-4-16.html
 share/doc/postgresql/html/release-9-4-17.html
 share/doc/postgresql/html/release-9-4-18.html
+share/doc/postgresql/html/release-9-4-19.html
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
@@ -1248,6 +1251,7 @@ share/doc/postgresql/html/release-9-5-10
 share/doc/postgresql/html/release-9-5-11.html
 share/doc/postgresql/html/release-9-5-12.html
 share/doc/postgresql/html/release-9-5-13.html
+share/doc/postgresql/html/release-9-5-14.html
 share/doc/postgresql/html/release-9-5-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
@@ -1258,6 +1262,7 @@ share/doc/postgresql/html/release-9-5-8.
 share/doc/postgresql/html/release-9-5-9.html
 share/doc/postgresql/html/release-9-5.html
 share/doc/postgresql/html/release-9-6-1.html
+share/doc/postgresql/html/release-9-6-10.html
 share/doc/postgresql/html/release-9-6-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html

Index: pkgsrc/databases/postgresql10-plpython/PLIST
diff -u pkgsrc/databases/postgresql10-plpython/PLIST:1.2 pkgsrc/databases/postgresql10-plpython/PLIST:1.3
--- pkgsrc/databases/postgresql10-plpython/PLIST:1.2    Fri Mar  2 17:11:12 2018
+++ pkgsrc/databases/postgresql10-plpython/PLIST        Fri Aug 10 11:56:10 2018
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/02 17:11:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/08/10 11:56:10 adam Exp $
 include/postgresql/server/plpy_util.h
 include/postgresql/server/plpython.h
 ${PLIST.py2x}lib/postgresql/hstore_plpython2.so
 ${PLIST.py3x}lib/postgresql/hstore_plpython3.so
 ${PLIST.py2x}lib/postgresql/plpython2.so
 ${PLIST.py3x}lib/postgresql/plpython3.so
+share/locale/cs/LC_MESSAGES/plpython-10.mo
 share/locale/de/LC_MESSAGES/plpython-10.mo
 share/locale/es/LC_MESSAGES/plpython-10.mo
 share/locale/fr/LC_MESSAGES/plpython-10.mo

Index: pkgsrc/databases/postgresql10-pltcl/PLIST
diff -u pkgsrc/databases/postgresql10-pltcl/PLIST:1.2 pkgsrc/databases/postgresql10-pltcl/PLIST:1.3
--- pkgsrc/databases/postgresql10-pltcl/PLIST:1.2       Fri Mar  2 17:11:12 2018
+++ pkgsrc/databases/postgresql10-pltcl/PLIST   Fri Aug 10 11:56:10 2018
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/02 17:11:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/08/10 11:56:10 adam Exp $
 lib/postgresql/pltcl.so
+share/locale/cs/LC_MESSAGES/pltcl-10.mo
 share/locale/de/LC_MESSAGES/pltcl-10.mo
 share/locale/es/LC_MESSAGES/pltcl-10.mo
 share/locale/fr/LC_MESSAGES/pltcl-10.mo

Index: pkgsrc/databases/postgresql93/Makefile.common
diff -u pkgsrc/databases/postgresql93/Makefile.common:1.34 pkgsrc/databases/postgresql93/Makefile.common:1.35
--- pkgsrc/databases/postgresql93/Makefile.common:1.34  Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql93/Makefile.common       Fri Aug 10 11:56:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2018/05/13 08:13:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2018/08/10 11:56:08 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql93-pltcl/Makefile
 # used by databases/postgresql93-server/Makefile
 
-DISTNAME=      postgresql-9.3.23
+DISTNAME=      postgresql-9.3.24
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql93/distinfo
diff -u pkgsrc/databases/postgresql93/distinfo:1.30 pkgsrc/databases/postgresql93/distinfo:1.31
--- pkgsrc/databases/postgresql93/distinfo:1.30 Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql93/distinfo      Fri Aug 10 11:56:08 2018
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.30 2018/05/13 08:13:46 adam Exp $
+$NetBSD: distinfo,v 1.31 2018/08/10 11:56:08 adam Exp $
 
-SHA1 (postgresql-9.3.23.tar.bz2) = 9ac36c8c1867f14a1e3f712be2ef989f6e90f01e
-RMD160 (postgresql-9.3.23.tar.bz2) = 675d522861cab917d5a66082b3e7fcbe31577170
-SHA512 (postgresql-9.3.23.tar.bz2) = bb2d54312de728aa0379ea5bc6385036bbe69d3b7f85bbd78c210840eed19ace29840849caf38d0689e21130a0c94818a362b3927805d8eded53b68e240a52b0
-Size (postgresql-9.3.23.tar.bz2) = 17033683 bytes
+SHA1 (postgresql-9.3.24.tar.bz2) = 261879aa452d56cd431efc30dbc4fbf72b7b09ea
+RMD160 (postgresql-9.3.24.tar.bz2) = 710779176ca02cce985712c8f62f85b5765c6d68
+SHA512 (postgresql-9.3.24.tar.bz2) = 3d457b6218eeb8da2d8dd134dabc7ec8000cad5863870079b85ce00d94218fa049146290a8389fec15e57d586b0edee9810cdad85f36cbabce49b6b4378ce1ee
+Size (postgresql-9.3.24.tar.bz2) = 17042985 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 2a423161cf0c394ff8b8f8cfb3ecffae1c65956a
 SHA1 (patch-configure) = 8fd9dcaa459ba2871b875c4b9c777064f7a57ee2
-SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212
+SHA1 (patch-contrib_dblink_Makefile) = ce4b33be013d107f4a0f39b3cadc1f21c01176cd
 SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
-SHA1 (patch-contrib_postgres__fdw_Makefile) = 07feda488e3acb71405b04d0d745c9920456b32b
+SHA1 (patch-contrib_postgres__fdw_Makefile) = 79217426dcdf62f8104d16e0a8d766cabf39ebd6
 SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2
 SHA1 (patch-src_Makefile.shlib) = de915e0c66efccddfc54876ea6fa57d04e6b2593
 SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e

Index: pkgsrc/databases/postgresql93-client/PLIST
diff -u pkgsrc/databases/postgresql93-client/PLIST:1.4 pkgsrc/databases/postgresql93-client/PLIST:1.5
--- pkgsrc/databases/postgresql93-client/PLIST:1.4      Fri Mar  2 17:11:11 2018
+++ pkgsrc/databases/postgresql93-client/PLIST  Fri Aug 10 11:56:08 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:08 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -33,6 +33,7 @@ include/pg_config.h
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h

Index: pkgsrc/databases/postgresql93-docs/PLIST
diff -u pkgsrc/databases/postgresql93-docs/PLIST:1.25 pkgsrc/databases/postgresql93-docs/PLIST:1.26
--- pkgsrc/databases/postgresql93-docs/PLIST:1.25       Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql93-docs/PLIST    Fri Aug 10 11:56:08 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2018/08/10 11:56:08 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1129,6 +1129,7 @@ share/doc/postgresql/html/release-9-3-20
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
+share/doc/postgresql/html/release-9-3-24.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html

Index: pkgsrc/databases/postgresql93/patches/patch-contrib_dblink_Makefile
diff -u pkgsrc/databases/postgresql93/patches/patch-contrib_dblink_Makefile:1.1 pkgsrc/databases/postgresql93/patches/patch-contrib_dblink_Makefile:1.2
--- pkgsrc/databases/postgresql93/patches/patch-contrib_dblink_Makefile:1.1     Tue Sep 10 15:32:32 2013
+++ pkgsrc/databases/postgresql93/patches/patch-contrib_dblink_Makefile Fri Aug 10 11:56:08 2018
@@ -1,11 +1,11 @@
-$NetBSD: patch-contrib_dblink_Makefile,v 1.1 2013/09/10 15:32:32 adam Exp $
+$NetBSD: patch-contrib_dblink_Makefile,v 1.2 2018/08/10 11:56:08 adam Exp $
 
---- contrib/dblink/Makefile.orig       2013-09-02 20:53:17.000000000 +0000
+--- contrib/dblink/Makefile.orig       2018-08-06 20:13:40.000000000 +0000
 +++ contrib/dblink/Makefile
 @@ -4,7 +4,6 @@ MODULE_big = dblink
  OBJS  = dblink.o
  PG_CPPFLAGS = -I$(libpq_srcdir)
- SHLIB_LINK = $(libpq)
+ SHLIB_LINK_INTERNAL = $(libpq)
 -SHLIB_PREREQS = submake-libpq
  
  EXTENSION = dblink
Index: pkgsrc/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile
diff -u pkgsrc/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile:1.1 pkgsrc/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile:1.2
--- pkgsrc/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile:1.1      Sun Jun 19 20:40:10 2016
+++ pkgsrc/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile  Fri Aug 10 11:56:08 2018
@@ -1,13 +1,11 @@
-$NetBSD: patch-contrib_postgres__fdw_Makefile,v 1.1 2016/06/19 20:40:10 fhajny Exp $
+$NetBSD: patch-contrib_postgres__fdw_Makefile,v 1.2 2018/08/10 11:56:08 adam Exp $
 
-Backport PGXS build fix from newer branches.
-
---- contrib/postgres_fdw/Makefile.orig 2016-05-09 20:53:56.000000000 +0000
+--- contrib/postgres_fdw/Makefile.orig 2018-08-06 20:13:40.000000000 +0000
 +++ contrib/postgres_fdw/Makefile
 @@ -5,7 +5,6 @@ OBJS = postgres_fdw.o option.o deparse.o
  
  PG_CPPFLAGS = -I$(libpq_srcdir)
- SHLIB_LINK = $(libpq)
+ SHLIB_LINK_INTERNAL = $(libpq)
 -SHLIB_PREREQS = submake-libpq
  
  EXTENSION = postgres_fdw

Index: pkgsrc/databases/postgresql94/Makefile.common
diff -u pkgsrc/databases/postgresql94/Makefile.common:1.26 pkgsrc/databases/postgresql94/Makefile.common:1.27
--- pkgsrc/databases/postgresql94/Makefile.common:1.26  Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql94/Makefile.common       Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2018/05/13 08:13:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.27 2018/08/10 11:56:09 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql94-pltcl/Makefile
 # used by databases/postgresql94-server/Makefile
 
-DISTNAME=      postgresql-9.4.18
+DISTNAME=      postgresql-9.4.19
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql94/distinfo
diff -u pkgsrc/databases/postgresql94/distinfo:1.22 pkgsrc/databases/postgresql94/distinfo:1.23
--- pkgsrc/databases/postgresql94/distinfo:1.22 Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql94/distinfo      Fri Aug 10 11:56:09 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2018/05/13 08:13:46 adam Exp $
+$NetBSD: distinfo,v 1.23 2018/08/10 11:56:09 adam Exp $
 
-SHA1 (postgresql-9.4.18.tar.bz2) = ce77a18526dee4ee10a0a14da230de3e9239c751
-RMD160 (postgresql-9.4.18.tar.bz2) = 2bdfba37f0c618b7d8c1224bedebe59140410cd7
-SHA512 (postgresql-9.4.18.tar.bz2) = 2e64c3130c3dfc5183a77d72f61714bea34bfe549f55720eee25046e00b913a7effec3d7e43a021766ac957c1fa3c8c5e6c26ccbd8be1b434ae618e1fe9daab6
-Size (postgresql-9.4.18.tar.bz2) = 17828085 bytes
+SHA1 (postgresql-9.4.19.tar.bz2) = 7f153fd150a07f7515e7e1aa2e704ce88b13173c
+RMD160 (postgresql-9.4.19.tar.bz2) = 80782af960ab90e88c11257edda2ac3864c3fcf1
+SHA512 (postgresql-9.4.19.tar.bz2) = 38e2f1f25bd80fdfdec728cd4a3fee6696ca051e496f0629a0a554ea013bfb9bb83ef5659b00130666462a45036a648cf880a2f49693a8ef2edbde938e4dd830
+Size (postgresql-9.4.19.tar.bz2) = 17879273 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 1c0fee3fb270863eb39118a65769ce170391cfec

Index: pkgsrc/databases/postgresql94-client/PLIST
diff -u pkgsrc/databases/postgresql94-client/PLIST:1.4 pkgsrc/databases/postgresql94-client/PLIST:1.5
--- pkgsrc/databases/postgresql94-client/PLIST:1.4      Fri Mar  2 17:11:11 2018
+++ pkgsrc/databases/postgresql94-client/PLIST  Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:09 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -34,6 +34,7 @@ include/pg_config.h
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h
@@ -621,6 +622,7 @@ share/locale/cs/LC_MESSAGES/ecpg-9.4.mo
 share/locale/cs/LC_MESSAGES/ecpglib6-9.4.mo
 share/locale/cs/LC_MESSAGES/initdb-9.4.mo
 share/locale/cs/LC_MESSAGES/libpq5-9.4.mo
+share/locale/cs/LC_MESSAGES/pg_basebackup-9.4.mo
 share/locale/cs/LC_MESSAGES/pg_config-9.4.mo
 share/locale/cs/LC_MESSAGES/pg_controldata-9.4.mo
 share/locale/cs/LC_MESSAGES/pg_ctl-9.4.mo

Index: pkgsrc/databases/postgresql94-docs/PLIST
diff -u pkgsrc/databases/postgresql94-docs/PLIST:1.20 pkgsrc/databases/postgresql94-docs/PLIST:1.21
--- pkgsrc/databases/postgresql94-docs/PLIST:1.20       Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql94-docs/PLIST    Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2018/08/10 11:56:09 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1149,6 +1149,7 @@ share/doc/postgresql/html/release-9-3-20
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
+share/doc/postgresql/html/release-9-3-24.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1167,6 +1168,7 @@ share/doc/postgresql/html/release-9-4-15
 share/doc/postgresql/html/release-9-4-16.html
 share/doc/postgresql/html/release-9-4-17.html
 share/doc/postgresql/html/release-9-4-18.html
+share/doc/postgresql/html/release-9-4-19.html
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.20 pkgsrc/databases/postgresql95/Makefile.common:1.21
--- pkgsrc/databases/postgresql95/Makefile.common:1.20  Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql95/Makefile.common       Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2018/05/13 08:13:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2018/08/10 11:56:09 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql95-pltcl/Makefile
 # used by databases/postgresql95-server/Makefile
 
-DISTNAME=      postgresql-9.5.13
+DISTNAME=      postgresql-9.5.14
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql95/distinfo
diff -u pkgsrc/databases/postgresql95/distinfo:1.15 pkgsrc/databases/postgresql95/distinfo:1.16
--- pkgsrc/databases/postgresql95/distinfo:1.15 Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql95/distinfo      Fri Aug 10 11:56:09 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2018/05/13 08:13:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2018/08/10 11:56:09 adam Exp $
 
-SHA1 (postgresql-9.5.13.tar.bz2) = c1c9885b578224995f3663a17b1c3ab3bb7bef13
-RMD160 (postgresql-9.5.13.tar.bz2) = 04338ad5fd9a5400249c32853acb2f041ddebb7e
-SHA512 (postgresql-9.5.13.tar.bz2) = 807b22aabee38326934213de04b782a6b22cd8fe5c5bfd8b6cfa44281924527a715dcd78adbee276746446a7b05036b4714b00a16c650027543dcbafe1888082
-Size (postgresql-9.5.13.tar.bz2) = 18600185 bytes
+SHA1 (postgresql-9.5.14.tar.bz2) = 23b29fbf57730c3d0662f5875d5bb8072d9f1074
+RMD160 (postgresql-9.5.14.tar.bz2) = b660631a227391b6c90db514fd3e739b72c11058
+SHA512 (postgresql-9.5.14.tar.bz2) = 9b5ebc8dc13bbdbd5b5bc02552e2b9b5029d899a80e82b653542c735868590ebe57d586951bf036c5abd28aae325c71cc69536f88321d50dd3d254f8ee0cfe35
+Size (postgresql-9.5.14.tar.bz2) = 18687959 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0

Index: pkgsrc/databases/postgresql95-client/PLIST
diff -u pkgsrc/databases/postgresql95-client/PLIST:1.5 pkgsrc/databases/postgresql95-client/PLIST:1.6
--- pkgsrc/databases/postgresql95-client/PLIST:1.5      Fri Mar  2 17:11:11 2018
+++ pkgsrc/databases/postgresql95-client/PLIST  Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/03/02 17:11:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:09 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -41,6 +41,7 @@ include/pg_config.h
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h
@@ -677,11 +678,13 @@ share/locale/cs/LC_MESSAGES/ecpg-9.5.mo
 share/locale/cs/LC_MESSAGES/ecpglib6-9.5.mo
 share/locale/cs/LC_MESSAGES/initdb-9.5.mo
 share/locale/cs/LC_MESSAGES/libpq5-9.5.mo
+share/locale/cs/LC_MESSAGES/pg_basebackup-9.5.mo
 share/locale/cs/LC_MESSAGES/pg_config-9.5.mo
 share/locale/cs/LC_MESSAGES/pg_controldata-9.5.mo
 share/locale/cs/LC_MESSAGES/pg_ctl-9.5.mo
 share/locale/cs/LC_MESSAGES/pg_dump-9.5.mo
 share/locale/cs/LC_MESSAGES/pg_resetxlog-9.5.mo
+share/locale/cs/LC_MESSAGES/pg_rewind-9.5.mo
 share/locale/cs/LC_MESSAGES/pgscripts-9.5.mo
 share/locale/cs/LC_MESSAGES/psql-9.5.mo
 share/locale/de/LC_MESSAGES/ecpg-9.5.mo

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.13 pkgsrc/databases/postgresql95-docs/PLIST:1.14
--- pkgsrc/databases/postgresql95-docs/PLIST:1.13       Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql95-docs/PLIST    Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2018/08/10 11:56:09 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1170,6 +1170,7 @@ share/doc/postgresql/html/release-9-3-20
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
+share/doc/postgresql/html/release-9-3-24.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1188,6 +1189,7 @@ share/doc/postgresql/html/release-9-4-15
 share/doc/postgresql/html/release-9-4-16.html
 share/doc/postgresql/html/release-9-4-17.html
 share/doc/postgresql/html/release-9-4-18.html
+share/doc/postgresql/html/release-9-4-19.html
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
@@ -1202,6 +1204,7 @@ share/doc/postgresql/html/release-9-5-10
 share/doc/postgresql/html/release-9-5-11.html
 share/doc/postgresql/html/release-9-5-12.html
 share/doc/postgresql/html/release-9-5-13.html
+share/doc/postgresql/html/release-9-5-14.html
 share/doc/postgresql/html/release-9-5-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.14 pkgsrc/databases/postgresql96/Makefile.common:1.15
--- pkgsrc/databases/postgresql96/Makefile.common:1.14  Sun May 13 08:13:47 2018
+++ pkgsrc/databases/postgresql96/Makefile.common       Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2018/05/13 08:13:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2018/08/10 11:56:09 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql96-pltcl/Makefile
 # used by databases/postgresql96-server/Makefile
 
-DISTNAME=      postgresql-9.6.9
+DISTNAME=      postgresql-9.6.10
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql96/distinfo
diff -u pkgsrc/databases/postgresql96/distinfo:1.11 pkgsrc/databases/postgresql96/distinfo:1.12
--- pkgsrc/databases/postgresql96/distinfo:1.11 Sun May 13 08:13:47 2018
+++ pkgsrc/databases/postgresql96/distinfo      Fri Aug 10 11:56:09 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2018/05/13 08:13:47 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/08/10 11:56:09 adam Exp $
 
-SHA1 (postgresql-9.6.9.tar.bz2) = 086f440fca02044cc1798be22257dc6bcd437381
-RMD160 (postgresql-9.6.9.tar.bz2) = 1ebf7b4f444abd5e843404f30726a4e2a812d9cd
-SHA512 (postgresql-9.6.9.tar.bz2) = 3ce2a8f3a017d9c0bd0f1b475a9ee02bcb6a4119b0d436757911f444f49f5024bb1a1be07ce16a79e71af77799de1bf952b32279b4566bae075f23a50b8545c6
-Size (postgresql-9.6.9.tar.bz2) = 19566222 bytes
+SHA1 (postgresql-9.6.10.tar.bz2) = 860ff3e2ce42246f45db1fc4519f972228168242
+RMD160 (postgresql-9.6.10.tar.bz2) = 1183d331a6e3ceef5e50f6ae55bce745593a842d
+SHA512 (postgresql-9.6.10.tar.bz2) = 960a32c86466f9d5f5491ef163f5c4a99cb5de7312d13371e2223b1d156e31eb2a23ed478e6654bcbb7bd19db9470aaf63473ff661c11c60971b92af5e9daf82
+Size (postgresql-9.6.10.tar.bz2) = 19991204 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24

Index: pkgsrc/databases/postgresql96-client/PLIST
diff -u pkgsrc/databases/postgresql96-client/PLIST:1.4 pkgsrc/databases/postgresql96-client/PLIST:1.5
--- pkgsrc/databases/postgresql96-client/PLIST:1.4      Fri Mar  2 17:11:11 2018
+++ pkgsrc/databases/postgresql96-client/PLIST  Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:09 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -41,6 +41,7 @@ include/pg_config.h
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h
@@ -700,11 +701,13 @@ share/locale/cs/LC_MESSAGES/ecpg-9.6.mo
 share/locale/cs/LC_MESSAGES/ecpglib6-9.6.mo
 share/locale/cs/LC_MESSAGES/initdb-9.6.mo
 share/locale/cs/LC_MESSAGES/libpq5-9.6.mo
+share/locale/cs/LC_MESSAGES/pg_basebackup-9.6.mo
 share/locale/cs/LC_MESSAGES/pg_config-9.6.mo
 share/locale/cs/LC_MESSAGES/pg_controldata-9.6.mo
 share/locale/cs/LC_MESSAGES/pg_ctl-9.6.mo
 share/locale/cs/LC_MESSAGES/pg_dump-9.6.mo
 share/locale/cs/LC_MESSAGES/pg_resetxlog-9.6.mo
+share/locale/cs/LC_MESSAGES/pg_rewind-9.6.mo
 share/locale/cs/LC_MESSAGES/pgscripts-9.6.mo
 share/locale/cs/LC_MESSAGES/psql-9.6.mo
 share/locale/de/LC_MESSAGES/ecpg-9.6.mo
@@ -826,18 +829,33 @@ share/locale/ru/LC_MESSAGES/pg_resetxlog
 share/locale/ru/LC_MESSAGES/pg_rewind-9.6.mo
 share/locale/ru/LC_MESSAGES/pgscripts-9.6.mo
 share/locale/ru/LC_MESSAGES/psql-9.6.mo
+share/locale/sv/LC_MESSAGES/ecpg-9.6.mo
+share/locale/sv/LC_MESSAGES/ecpglib6-9.6.mo
 share/locale/sv/LC_MESSAGES/initdb-9.6.mo
+share/locale/sv/LC_MESSAGES/libpq5-9.6.mo
+share/locale/sv/LC_MESSAGES/pg_basebackup-9.6.mo
 share/locale/sv/LC_MESSAGES/pg_config-9.6.mo
 share/locale/sv/LC_MESSAGES/pg_controldata-9.6.mo
 share/locale/sv/LC_MESSAGES/pg_ctl-9.6.mo
+share/locale/sv/LC_MESSAGES/pg_dump-9.6.mo
 share/locale/sv/LC_MESSAGES/pg_resetxlog-9.6.mo
+share/locale/sv/LC_MESSAGES/pg_rewind-9.6.mo
 share/locale/sv/LC_MESSAGES/pgscripts-9.6.mo
 share/locale/sv/LC_MESSAGES/psql-9.6.mo
 share/locale/ta/LC_MESSAGES/pg_config-9.6.mo
 share/locale/tr/LC_MESSAGES/ecpg-9.6.mo
 share/locale/tr/LC_MESSAGES/ecpglib6-9.6.mo
+share/locale/tr/LC_MESSAGES/initdb-9.6.mo
 share/locale/tr/LC_MESSAGES/libpq5-9.6.mo
+share/locale/tr/LC_MESSAGES/pg_basebackup-9.6.mo
 share/locale/tr/LC_MESSAGES/pg_config-9.6.mo
+share/locale/tr/LC_MESSAGES/pg_controldata-9.6.mo
+share/locale/tr/LC_MESSAGES/pg_ctl-9.6.mo
+share/locale/tr/LC_MESSAGES/pg_dump-9.6.mo
+share/locale/tr/LC_MESSAGES/pg_resetxlog-9.6.mo
+share/locale/tr/LC_MESSAGES/pg_rewind-9.6.mo
+share/locale/tr/LC_MESSAGES/pgscripts-9.6.mo
+share/locale/tr/LC_MESSAGES/psql-9.6.mo
 share/locale/zh_CN/LC_MESSAGES/ecpg-9.6.mo
 share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.6.mo
 share/locale/zh_CN/LC_MESSAGES/initdb-9.6.mo

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.9 pkgsrc/databases/postgresql96-docs/PLIST:1.10
--- pkgsrc/databases/postgresql96-docs/PLIST:1.9        Sun May 13 08:13:47 2018
+++ pkgsrc/databases/postgresql96-docs/PLIST    Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/05/13 08:13:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/08/10 11:56:09 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1184,6 +1184,7 @@ share/doc/postgresql/html/release-9-3-20
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
+share/doc/postgresql/html/release-9-3-24.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1202,6 +1203,7 @@ share/doc/postgresql/html/release-9-4-15
 share/doc/postgresql/html/release-9-4-16.html
 share/doc/postgresql/html/release-9-4-17.html
 share/doc/postgresql/html/release-9-4-18.html
+share/doc/postgresql/html/release-9-4-19.html
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
@@ -1216,6 +1218,7 @@ share/doc/postgresql/html/release-9-5-10
 share/doc/postgresql/html/release-9-5-11.html
 share/doc/postgresql/html/release-9-5-12.html
 share/doc/postgresql/html/release-9-5-13.html
+share/doc/postgresql/html/release-9-5-14.html
 share/doc/postgresql/html/release-9-5-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
@@ -1226,6 +1229,7 @@ share/doc/postgresql/html/release-9-5-8.
 share/doc/postgresql/html/release-9-5-9.html
 share/doc/postgresql/html/release-9-5.html
 share/doc/postgresql/html/release-9-6-1.html
+share/doc/postgresql/html/release-9-6-10.html
 share/doc/postgresql/html/release-9-6-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html

Index: pkgsrc/databases/postgresql96-plpython/PLIST
diff -u pkgsrc/databases/postgresql96-plpython/PLIST:1.1 pkgsrc/databases/postgresql96-plpython/PLIST:1.2
--- pkgsrc/databases/postgresql96-plpython/PLIST:1.1    Sat Oct 29 19:41:55 2016
+++ pkgsrc/databases/postgresql96-plpython/PLIST        Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/29 19:41:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/10 11:56:09 adam Exp $
 include/postgresql/server/plpy_util.h
 include/postgresql/server/plpython.h
 ${PLIST.py2x}lib/postgresql/hstore_plpython2.so
@@ -16,6 +16,8 @@ share/locale/ko/LC_MESSAGES/plpython-9.6
 share/locale/pl/LC_MESSAGES/plpython-9.6.mo
 share/locale/pt_BR/LC_MESSAGES/plpython-9.6.mo
 share/locale/ru/LC_MESSAGES/plpython-9.6.mo
+share/locale/sv/LC_MESSAGES/plpython-9.6.mo
+share/locale/tr/LC_MESSAGES/plpython-9.6.mo
 share/locale/zh_CN/LC_MESSAGES/plpython-9.6.mo
 share/postgresql/extension/hstore_plpython2u--1.0.sql
 share/postgresql/extension/hstore_plpython2u.control

Index: pkgsrc/databases/postgresql96-pltcl/PLIST
diff -u pkgsrc/databases/postgresql96-pltcl/PLIST:1.1 pkgsrc/databases/postgresql96-pltcl/PLIST:1.2
--- pkgsrc/databases/postgresql96-pltcl/PLIST:1.1       Sat Oct 29 19:41:55 2016
+++ pkgsrc/databases/postgresql96-pltcl/PLIST   Fri Aug 10 11:56:09 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/29 19:41:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/10 11:56:09 adam Exp $
 bin/pltcl_delmod
 bin/pltcl_listmod
 bin/pltcl_loadmod
@@ -14,6 +14,7 @@ share/locale/pl/LC_MESSAGES/pltcl-9.6.mo
 share/locale/pt_BR/LC_MESSAGES/pltcl-9.6.mo
 share/locale/ro/LC_MESSAGES/pltcl-9.6.mo
 share/locale/ru/LC_MESSAGES/pltcl-9.6.mo
+share/locale/sv/LC_MESSAGES/pltcl-9.6.mo
 share/locale/tr/LC_MESSAGES/pltcl-9.6.mo
 share/locale/zh_CN/LC_MESSAGES/pltcl-9.6.mo
 share/locale/zh_TW/LC_MESSAGES/pltcl-9.6.mo

Index: pkgsrc/databases/postgresql96-server/PLIST
diff -u pkgsrc/databases/postgresql96-server/PLIST:1.5 pkgsrc/databases/postgresql96-server/PLIST:1.6
--- pkgsrc/databases/postgresql96-server/PLIST:1.5      Thu Feb  8 20:53:58 2018
+++ pkgsrc/databases/postgresql96-server/PLIST  Fri Aug 10 11:56:10 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/02/08 20:53:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:10 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -52,6 +52,10 @@ share/locale/pt_BR/LC_MESSAGES/postgres-
 share/locale/ro/LC_MESSAGES/plpgsql-9.6.mo
 share/locale/ru/LC_MESSAGES/plpgsql-9.6.mo
 share/locale/ru/LC_MESSAGES/postgres-9.6.mo
+share/locale/sv/LC_MESSAGES/plpgsql-9.6.mo
+share/locale/sv/LC_MESSAGES/postgres-9.6.mo
+share/locale/tr/LC_MESSAGES/plpgsql-9.6.mo
+share/locale/tr/LC_MESSAGES/postgres-9.6.mo
 share/locale/zh_CN/LC_MESSAGES/plpgsql-9.6.mo
 share/locale/zh_CN/LC_MESSAGES/postgres-9.6.mo
 share/locale/zh_TW/LC_MESSAGES/plpgsql-9.6.mo



Home | Main Index | Thread Index | Old Index