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:           Sun Feb 17 08:26:13 UTC 2019

Modified Files:
        pkgsrc/databases/postgresql10: Makefile.common distinfo
        pkgsrc/databases/postgresql10-client: PLIST
        pkgsrc/databases/postgresql10-docs: PLIST
        pkgsrc/databases/postgresql10-server: Makefile PLIST
        pkgsrc/databases/postgresql11: Makefile.common distinfo
        pkgsrc/databases/postgresql11-client: PLIST
        pkgsrc/databases/postgresql11-docs: PLIST
        pkgsrc/databases/postgresql11-server: Makefile PLIST
        pkgsrc/databases/postgresql94: Makefile.common distinfo
        pkgsrc/databases/postgresql94-docs: PLIST
        pkgsrc/databases/postgresql94-server: Makefile PLIST
        pkgsrc/databases/postgresql95: Makefile.common distinfo
        pkgsrc/databases/postgresql95-docs: PLIST
        pkgsrc/databases/postgresql95-server: Makefile PLIST
        pkgsrc/databases/postgresql96: Makefile.common distinfo
        pkgsrc/databases/postgresql96-client: PLIST
        pkgsrc/databases/postgresql96-docs: PLIST
        pkgsrc/databases/postgresql96-server: Makefile PLIST
Removed Files:
        pkgsrc/databases/postgresql11/patches: patch-src_include_Makefile

Log Message:
postgresqlNN: updated to 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21

PostgreSQL 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 Released!
This release changes the behavior in how PostgreSQL interfaces with fsync() and includes fixes for partitioning and over 70 other bugs that were reported over the past three months.

Fix handling of unique indexes with INCLUDE columns on partitioned tables
Ensure that NOT NULL constraints of a partitioned table are honored within its partitions
Several fixes for constraints on partitioned tables
Fix problems with applying ON COMMIT DROP and ON COMMIT DELETE ROWS to partitioned tables and tables with inheritance children
Disallow COPY FREEZE on partitioned tables
Several fixes for the ALTER TABLE .. ADD COLUMN with a non-nullable default feature, including a possible index corruption case
Several fixes in GIN indexes, including avoiding a deadlock with vacuuming and concurrent index insertions (which partially reverts a performance improvement introduced in PostgreSQL 10)
Fix possible crashes in logical replication when index expressions or predicates are in use
Several fixes for the write-ahead log (WAL)
Fix possible crash in UPDATE with a multiple SET clause using a sub-SELECT
Fix crash when zero rows are provided to json[b]_populate_recordset() or json[b]_to_recordset()
Several fixes related to collation handling, including the parsing of collation-sensitive expressions in the arguments of a CALL statement
Several fixes for the query planner, including an improvement to planning speed for large inheritance or partitioning table groups
Several fixes for TRUNCATE
Ensure ALTER TABLE ONLY ADD COLUMN IF NOT EXISTS is processed correctly
Allow UNLISTEN in hot-standby (replica) mode
Fix parsing of space-separated lists of host names in the ldapserver parameter of LDAP authentication entries in pg_hba.conf
Several fixes for ecpg
Several fixes for psql, including having \g target work with COPY TO STDOUT
The random number generation for pgbench is now fully deterministic and platform-independent when --random-seed=N is specified
Fix pg_basebackup and pg_verify_checksums to appropriately ignore temporary files
Several fixes for pg_dump, including having ALTER INDEX SET STATISTICS commands present
Prevent false index-corruption reports from contrib/amcheck caused by inline-compressed data
Support new Makefile variables to help with building extensions


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql10-client/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql10-server/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql10-server/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11/Makefile.common \
    pkgsrc/databases/postgresql11/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql11-client/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11-server/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql11-server/PLIST
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/postgresql11/patches/patch-src_include_Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/postgresql94/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql94/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql94-docs/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql94-server/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql94-server/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql95-server/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql95-server/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql96-client/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql96-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96-server/Makefile
cvs rdiff -u -r1.6 -r1.7 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.10 pkgsrc/databases/postgresql10/Makefile.common:1.11
--- pkgsrc/databases/postgresql10/Makefile.common:1.10  Fri Nov  9 18:12:23 2018
+++ pkgsrc/databases/postgresql10/Makefile.common       Sun Feb 17 08:26:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2018/11/09 18:12:23 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2019/02/17 08:26:11 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.6
+DISTNAME=      postgresql-10.7
 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.8 pkgsrc/databases/postgresql10/distinfo:1.9
--- pkgsrc/databases/postgresql10/distinfo:1.8  Fri Nov  9 18:12:23 2018
+++ pkgsrc/databases/postgresql10/distinfo      Sun Feb 17 08:26:11 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2018/11/09 18:12:23 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/02/17 08:26:11 adam Exp $
 
-SHA1 (postgresql-10.6.tar.bz2) = d3b460e9be7df545b55c994ff854cbb3f6381f28
-RMD160 (postgresql-10.6.tar.bz2) = 29ede591c228fb8c7f1bd0d33b0233dd879f3d74
-SHA512 (postgresql-10.6.tar.bz2) = 5d4d5cee2a19ad1820c3411bc4851904e3059cdcacc837350694d54d7d59260b66c565c72cc14a3a10541a8fc49c5185f08f57b7a8c7e4c64ed2614da6e1201f
-Size (postgresql-10.6.tar.bz2) = 20350612 bytes
+SHA1 (postgresql-10.7.tar.bz2) = 38823c81209f2722ce77d7b6cf6a109d14028598
+RMD160 (postgresql-10.7.tar.bz2) = 78fa48868219b84728ba97d6ab9795e7f0b0d027
+SHA512 (postgresql-10.7.tar.bz2) = 2fa8194e9ef540930eecc2a43907a77f7f185590046350d48fd625bdb1ab459095c4e2e0d2faac846935d7231ac672ace760633deeee365572768da619458ba9
+Size (postgresql-10.7.tar.bz2) = 18940030 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.5 pkgsrc/databases/postgresql10-client/PLIST:1.6
--- pkgsrc/databases/postgresql10-client/PLIST:1.5      Fri Aug 10 11:56:10 2018
+++ pkgsrc/databases/postgresql10-client/PLIST  Sun Feb 17 08:26:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/02/17 08:26:11 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -393,6 +393,7 @@ include/postgresql/server/optimizer/geqo
 include/postgresql/server/optimizer/geqo_selection.h
 include/postgresql/server/optimizer/joininfo.h
 include/postgresql/server/optimizer/orclauses.h
+include/postgresql/server/optimizer/paramassign.h
 include/postgresql/server/optimizer/pathnode.h
 include/postgresql/server/optimizer/paths.h
 include/postgresql/server/optimizer/placeholder.h

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.7 pkgsrc/databases/postgresql10-docs/PLIST:1.8
--- pkgsrc/databases/postgresql10-docs/PLIST:1.7        Fri Nov  9 18:12:24 2018
+++ pkgsrc/databases/postgresql10-docs/PLIST    Sun Feb 17 08:26:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/11/09 18:12:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/02/17 08:26:11 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -456,6 +456,7 @@ share/doc/postgresql/html/datatype.html
 share/doc/postgresql/html/datetime-appendix.html
 share/doc/postgresql/html/datetime-config-files.html
 share/doc/postgresql/html/datetime-input-rules.html
+share/doc/postgresql/html/datetime-invalid-input.html
 share/doc/postgresql/html/datetime-keywords.html
 share/doc/postgresql/html/datetime-units-history.html
 share/doc/postgresql/html/dblink.html
@@ -907,376 +908,15 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-0-01.html
-share/doc/postgresql/html/release-0-02.html
-share/doc/postgresql/html/release-0-03.html
-share/doc/postgresql/html/release-1-0.html
-share/doc/postgresql/html/release-1-01.html
-share/doc/postgresql/html/release-1-02.html
-share/doc/postgresql/html/release-1-09.html
 share/doc/postgresql/html/release-10-1.html
 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-6.html
+share/doc/postgresql/html/release-10-7.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
-share/doc/postgresql/html/release-6-1.html
-share/doc/postgresql/html/release-6-2-1.html
-share/doc/postgresql/html/release-6-2.html
-share/doc/postgresql/html/release-6-3-1.html
-share/doc/postgresql/html/release-6-3-2.html
-share/doc/postgresql/html/release-6-3.html
-share/doc/postgresql/html/release-6-4-1.html
-share/doc/postgresql/html/release-6-4-2.html
-share/doc/postgresql/html/release-6-4.html
-share/doc/postgresql/html/release-6-5-1.html
-share/doc/postgresql/html/release-6-5-2.html
-share/doc/postgresql/html/release-6-5-3.html
-share/doc/postgresql/html/release-6-5.html
-share/doc/postgresql/html/release-7-0-1.html
-share/doc/postgresql/html/release-7-0-2.html
-share/doc/postgresql/html/release-7-0-3.html
-share/doc/postgresql/html/release-7-0.html
-share/doc/postgresql/html/release-7-1-1.html
-share/doc/postgresql/html/release-7-1-2.html
-share/doc/postgresql/html/release-7-1-3.html
-share/doc/postgresql/html/release-7-1.html
-share/doc/postgresql/html/release-7-2-1.html
-share/doc/postgresql/html/release-7-2-2.html
-share/doc/postgresql/html/release-7-2-3.html
-share/doc/postgresql/html/release-7-2-4.html
-share/doc/postgresql/html/release-7-2-5.html
-share/doc/postgresql/html/release-7-2-6.html
-share/doc/postgresql/html/release-7-2-7.html
-share/doc/postgresql/html/release-7-2-8.html
-share/doc/postgresql/html/release-7-2.html
-share/doc/postgresql/html/release-7-3-1.html
-share/doc/postgresql/html/release-7-3-10.html
-share/doc/postgresql/html/release-7-3-11.html
-share/doc/postgresql/html/release-7-3-12.html
-share/doc/postgresql/html/release-7-3-13.html
-share/doc/postgresql/html/release-7-3-14.html
-share/doc/postgresql/html/release-7-3-15.html
-share/doc/postgresql/html/release-7-3-16.html
-share/doc/postgresql/html/release-7-3-17.html
-share/doc/postgresql/html/release-7-3-18.html
-share/doc/postgresql/html/release-7-3-19.html
-share/doc/postgresql/html/release-7-3-2.html
-share/doc/postgresql/html/release-7-3-20.html
-share/doc/postgresql/html/release-7-3-21.html
-share/doc/postgresql/html/release-7-3-3.html
-share/doc/postgresql/html/release-7-3-4.html
-share/doc/postgresql/html/release-7-3-5.html
-share/doc/postgresql/html/release-7-3-6.html
-share/doc/postgresql/html/release-7-3-7.html
-share/doc/postgresql/html/release-7-3-8.html
-share/doc/postgresql/html/release-7-3-9.html
-share/doc/postgresql/html/release-7-3.html
-share/doc/postgresql/html/release-7-4-1.html
-share/doc/postgresql/html/release-7-4-10.html
-share/doc/postgresql/html/release-7-4-11.html
-share/doc/postgresql/html/release-7-4-12.html
-share/doc/postgresql/html/release-7-4-13.html
-share/doc/postgresql/html/release-7-4-14.html
-share/doc/postgresql/html/release-7-4-15.html
-share/doc/postgresql/html/release-7-4-16.html
-share/doc/postgresql/html/release-7-4-17.html
-share/doc/postgresql/html/release-7-4-18.html
-share/doc/postgresql/html/release-7-4-19.html
-share/doc/postgresql/html/release-7-4-2.html
-share/doc/postgresql/html/release-7-4-20.html
-share/doc/postgresql/html/release-7-4-21.html
-share/doc/postgresql/html/release-7-4-22.html
-share/doc/postgresql/html/release-7-4-23.html
-share/doc/postgresql/html/release-7-4-24.html
-share/doc/postgresql/html/release-7-4-25.html
-share/doc/postgresql/html/release-7-4-26.html
-share/doc/postgresql/html/release-7-4-27.html
-share/doc/postgresql/html/release-7-4-28.html
-share/doc/postgresql/html/release-7-4-29.html
-share/doc/postgresql/html/release-7-4-3.html
-share/doc/postgresql/html/release-7-4-30.html
-share/doc/postgresql/html/release-7-4-4.html
-share/doc/postgresql/html/release-7-4-5.html
-share/doc/postgresql/html/release-7-4-6.html
-share/doc/postgresql/html/release-7-4-7.html
-share/doc/postgresql/html/release-7-4-8.html
-share/doc/postgresql/html/release-7-4-9.html
-share/doc/postgresql/html/release-7-4.html
-share/doc/postgresql/html/release-8-0-1.html
-share/doc/postgresql/html/release-8-0-10.html
-share/doc/postgresql/html/release-8-0-11.html
-share/doc/postgresql/html/release-8-0-12.html
-share/doc/postgresql/html/release-8-0-13.html
-share/doc/postgresql/html/release-8-0-14.html
-share/doc/postgresql/html/release-8-0-15.html
-share/doc/postgresql/html/release-8-0-16.html
-share/doc/postgresql/html/release-8-0-17.html
-share/doc/postgresql/html/release-8-0-18.html
-share/doc/postgresql/html/release-8-0-19.html
-share/doc/postgresql/html/release-8-0-2.html
-share/doc/postgresql/html/release-8-0-20.html
-share/doc/postgresql/html/release-8-0-21.html
-share/doc/postgresql/html/release-8-0-22.html
-share/doc/postgresql/html/release-8-0-23.html
-share/doc/postgresql/html/release-8-0-24.html
-share/doc/postgresql/html/release-8-0-25.html
-share/doc/postgresql/html/release-8-0-26.html
-share/doc/postgresql/html/release-8-0-3.html
-share/doc/postgresql/html/release-8-0-4.html
-share/doc/postgresql/html/release-8-0-5.html
-share/doc/postgresql/html/release-8-0-6.html
-share/doc/postgresql/html/release-8-0-7.html
-share/doc/postgresql/html/release-8-0-8.html
-share/doc/postgresql/html/release-8-0-9.html
-share/doc/postgresql/html/release-8-0.html
-share/doc/postgresql/html/release-8-1-1.html
-share/doc/postgresql/html/release-8-1-10.html
-share/doc/postgresql/html/release-8-1-11.html
-share/doc/postgresql/html/release-8-1-12.html
-share/doc/postgresql/html/release-8-1-13.html
-share/doc/postgresql/html/release-8-1-14.html
-share/doc/postgresql/html/release-8-1-15.html
-share/doc/postgresql/html/release-8-1-16.html
-share/doc/postgresql/html/release-8-1-17.html
-share/doc/postgresql/html/release-8-1-18.html
-share/doc/postgresql/html/release-8-1-19.html
-share/doc/postgresql/html/release-8-1-2.html
-share/doc/postgresql/html/release-8-1-20.html
-share/doc/postgresql/html/release-8-1-21.html
-share/doc/postgresql/html/release-8-1-22.html
-share/doc/postgresql/html/release-8-1-23.html
-share/doc/postgresql/html/release-8-1-3.html
-share/doc/postgresql/html/release-8-1-4.html
-share/doc/postgresql/html/release-8-1-5.html
-share/doc/postgresql/html/release-8-1-6.html
-share/doc/postgresql/html/release-8-1-7.html
-share/doc/postgresql/html/release-8-1-8.html
-share/doc/postgresql/html/release-8-1-9.html
-share/doc/postgresql/html/release-8-1.html
-share/doc/postgresql/html/release-8-2-1.html
-share/doc/postgresql/html/release-8-2-10.html
-share/doc/postgresql/html/release-8-2-11.html
-share/doc/postgresql/html/release-8-2-12.html
-share/doc/postgresql/html/release-8-2-13.html
-share/doc/postgresql/html/release-8-2-14.html
-share/doc/postgresql/html/release-8-2-15.html
-share/doc/postgresql/html/release-8-2-16.html
-share/doc/postgresql/html/release-8-2-17.html
-share/doc/postgresql/html/release-8-2-18.html
-share/doc/postgresql/html/release-8-2-19.html
-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
-share/doc/postgresql/html/release-8-2-6.html
-share/doc/postgresql/html/release-8-2-7.html
-share/doc/postgresql/html/release-8-2-8.html
-share/doc/postgresql/html/release-8-2-9.html
-share/doc/postgresql/html/release-8-2.html
-share/doc/postgresql/html/release-8-3-1.html
-share/doc/postgresql/html/release-8-3-10.html
-share/doc/postgresql/html/release-8-3-11.html
-share/doc/postgresql/html/release-8-3-12.html
-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-18.html
-share/doc/postgresql/html/release-8-3-19.html
-share/doc/postgresql/html/release-8-3-2.html
-share/doc/postgresql/html/release-8-3-20.html
-share/doc/postgresql/html/release-8-3-21.html
-share/doc/postgresql/html/release-8-3-22.html
-share/doc/postgresql/html/release-8-3-23.html
-share/doc/postgresql/html/release-8-3-3.html
-share/doc/postgresql/html/release-8-3-4.html
-share/doc/postgresql/html/release-8-3-5.html
-share/doc/postgresql/html/release-8-3-6.html
-share/doc/postgresql/html/release-8-3-7.html
-share/doc/postgresql/html/release-8-3-8.html
-share/doc/postgresql/html/release-8-3-9.html
-share/doc/postgresql/html/release-8-3.html
-share/doc/postgresql/html/release-8-4-1.html
-share/doc/postgresql/html/release-8-4-10.html
-share/doc/postgresql/html/release-8-4-11.html
-share/doc/postgresql/html/release-8-4-12.html
-share/doc/postgresql/html/release-8-4-13.html
-share/doc/postgresql/html/release-8-4-14.html
-share/doc/postgresql/html/release-8-4-15.html
-share/doc/postgresql/html/release-8-4-16.html
-share/doc/postgresql/html/release-8-4-17.html
-share/doc/postgresql/html/release-8-4-18.html
-share/doc/postgresql/html/release-8-4-19.html
-share/doc/postgresql/html/release-8-4-2.html
-share/doc/postgresql/html/release-8-4-20.html
-share/doc/postgresql/html/release-8-4-21.html
-share/doc/postgresql/html/release-8-4-22.html
-share/doc/postgresql/html/release-8-4-3.html
-share/doc/postgresql/html/release-8-4-4.html
-share/doc/postgresql/html/release-8-4-5.html
-share/doc/postgresql/html/release-8-4-6.html
-share/doc/postgresql/html/release-8-4-7.html
-share/doc/postgresql/html/release-8-4-8.html
-share/doc/postgresql/html/release-8-4-9.html
-share/doc/postgresql/html/release-8-4.html
-share/doc/postgresql/html/release-9-0-1.html
-share/doc/postgresql/html/release-9-0-10.html
-share/doc/postgresql/html/release-9-0-11.html
-share/doc/postgresql/html/release-9-0-12.html
-share/doc/postgresql/html/release-9-0-13.html
-share/doc/postgresql/html/release-9-0-14.html
-share/doc/postgresql/html/release-9-0-15.html
-share/doc/postgresql/html/release-9-0-16.html
-share/doc/postgresql/html/release-9-0-17.html
-share/doc/postgresql/html/release-9-0-18.html
-share/doc/postgresql/html/release-9-0-19.html
-share/doc/postgresql/html/release-9-0-2.html
-share/doc/postgresql/html/release-9-0-20.html
-share/doc/postgresql/html/release-9-0-21.html
-share/doc/postgresql/html/release-9-0-22.html
-share/doc/postgresql/html/release-9-0-23.html
-share/doc/postgresql/html/release-9-0-3.html
-share/doc/postgresql/html/release-9-0-4.html
-share/doc/postgresql/html/release-9-0-5.html
-share/doc/postgresql/html/release-9-0-6.html
-share/doc/postgresql/html/release-9-0-7.html
-share/doc/postgresql/html/release-9-0-8.html
-share/doc/postgresql/html/release-9-0-9.html
-share/doc/postgresql/html/release-9-0.html
-share/doc/postgresql/html/release-9-1-1.html
-share/doc/postgresql/html/release-9-1-10.html
-share/doc/postgresql/html/release-9-1-11.html
-share/doc/postgresql/html/release-9-1-12.html
-share/doc/postgresql/html/release-9-1-13.html
-share/doc/postgresql/html/release-9-1-14.html
-share/doc/postgresql/html/release-9-1-15.html
-share/doc/postgresql/html/release-9-1-16.html
-share/doc/postgresql/html/release-9-1-17.html
-share/doc/postgresql/html/release-9-1-18.html
-share/doc/postgresql/html/release-9-1-19.html
-share/doc/postgresql/html/release-9-1-2.html
-share/doc/postgresql/html/release-9-1-20.html
-share/doc/postgresql/html/release-9-1-21.html
-share/doc/postgresql/html/release-9-1-22.html
-share/doc/postgresql/html/release-9-1-23.html
-share/doc/postgresql/html/release-9-1-24.html
-share/doc/postgresql/html/release-9-1-3.html
-share/doc/postgresql/html/release-9-1-4.html
-share/doc/postgresql/html/release-9-1-5.html
-share/doc/postgresql/html/release-9-1-6.html
-share/doc/postgresql/html/release-9-1-7.html
-share/doc/postgresql/html/release-9-1-8.html
-share/doc/postgresql/html/release-9-1-9.html
-share/doc/postgresql/html/release-9-1.html
-share/doc/postgresql/html/release-9-2-1.html
-share/doc/postgresql/html/release-9-2-10.html
-share/doc/postgresql/html/release-9-2-11.html
-share/doc/postgresql/html/release-9-2-12.html
-share/doc/postgresql/html/release-9-2-13.html
-share/doc/postgresql/html/release-9-2-14.html
-share/doc/postgresql/html/release-9-2-15.html
-share/doc/postgresql/html/release-9-2-16.html
-share/doc/postgresql/html/release-9-2-17.html
-share/doc/postgresql/html/release-9-2-18.html
-share/doc/postgresql/html/release-9-2-19.html
-share/doc/postgresql/html/release-9-2-2.html
-share/doc/postgresql/html/release-9-2-20.html
-share/doc/postgresql/html/release-9-2-21.html
-share/doc/postgresql/html/release-9-2-22.html
-share/doc/postgresql/html/release-9-2-23.html
-share/doc/postgresql/html/release-9-2-24.html
-share/doc/postgresql/html/release-9-2-3.html
-share/doc/postgresql/html/release-9-2-4.html
-share/doc/postgresql/html/release-9-2-5.html
-share/doc/postgresql/html/release-9-2-6.html
-share/doc/postgresql/html/release-9-2-7.html
-share/doc/postgresql/html/release-9-2-8.html
-share/doc/postgresql/html/release-9-2-9.html
-share/doc/postgresql/html/release-9-2.html
-share/doc/postgresql/html/release-9-3-1.html
-share/doc/postgresql/html/release-9-3-10.html
-share/doc/postgresql/html/release-9-3-11.html
-share/doc/postgresql/html/release-9-3-12.html
-share/doc/postgresql/html/release-9-3-13.html
-share/doc/postgresql/html/release-9-3-14.html
-share/doc/postgresql/html/release-9-3-15.html
-share/doc/postgresql/html/release-9-3-16.html
-share/doc/postgresql/html/release-9-3-17.html
-share/doc/postgresql/html/release-9-3-18.html
-share/doc/postgresql/html/release-9-3-19.html
-share/doc/postgresql/html/release-9-3-2.html
-share/doc/postgresql/html/release-9-3-20.html
-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-25.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
-share/doc/postgresql/html/release-9-3-6.html
-share/doc/postgresql/html/release-9-3-7.html
-share/doc/postgresql/html/release-9-3-8.html
-share/doc/postgresql/html/release-9-3-9.html
-share/doc/postgresql/html/release-9-3.html
-share/doc/postgresql/html/release-9-4-1.html
-share/doc/postgresql/html/release-9-4-10.html
-share/doc/postgresql/html/release-9-4-11.html
-share/doc/postgresql/html/release-9-4-12.html
-share/doc/postgresql/html/release-9-4-13.html
-share/doc/postgresql/html/release-9-4-14.html
-share/doc/postgresql/html/release-9-4-15.html
-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-20.html
-share/doc/postgresql/html/release-9-4-3.html
-share/doc/postgresql/html/release-9-4-4.html
-share/doc/postgresql/html/release-9-4-5.html
-share/doc/postgresql/html/release-9-4-6.html
-share/doc/postgresql/html/release-9-4-7.html
-share/doc/postgresql/html/release-9-4-8.html
-share/doc/postgresql/html/release-9-4-9.html
-share/doc/postgresql/html/release-9-4.html
-share/doc/postgresql/html/release-9-5-1.html
-share/doc/postgresql/html/release-9-5-10.html
-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-15.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
-share/doc/postgresql/html/release-9-5-5.html
-share/doc/postgresql/html/release-9-5-6.html
-share/doc/postgresql/html/release-9-5-7.html
-share/doc/postgresql/html/release-9-5-8.html
-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-11.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
-share/doc/postgresql/html/release-9-6-5.html
-share/doc/postgresql/html/release-9-6-6.html
-share/doc/postgresql/html/release-9-6-7.html
-share/doc/postgresql/html/release-9-6-8.html
-share/doc/postgresql/html/release-9-6-9.html
-share/doc/postgresql/html/release-9-6.html
+share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html
 share/doc/postgresql/html/resources.html

Index: pkgsrc/databases/postgresql10-server/Makefile
diff -u pkgsrc/databases/postgresql10-server/Makefile:1.5 pkgsrc/databases/postgresql10-server/Makefile:1.6
--- pkgsrc/databases/postgresql10-server/Makefile:1.5   Wed Feb  6 18:45:55 2019
+++ pkgsrc/databases/postgresql10-server/Makefile       Sun Feb 17 08:26:11 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2019/02/17 08:26:11 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql10-server/PLIST
diff -u pkgsrc/databases/postgresql10-server/PLIST:1.6 pkgsrc/databases/postgresql10-server/PLIST:1.7
--- pkgsrc/databases/postgresql10-server/PLIST:1.6      Tue Aug 14 16:52:04 2018
+++ pkgsrc/databases/postgresql10-server/PLIST  Sun Feb 17 08:26:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/08/14 16:52:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/02/17 08:26:11 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -374,6 +374,7 @@ share/postgresql/timezone/Asia/Phnom_Pen
 share/postgresql/timezone/Asia/Pontianak
 share/postgresql/timezone/Asia/Pyongyang
 share/postgresql/timezone/Asia/Qatar
+share/postgresql/timezone/Asia/Qostanay
 share/postgresql/timezone/Asia/Qyzylorda
 share/postgresql/timezone/Asia/Rangoon
 share/postgresql/timezone/Asia/Riyadh

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.2 pkgsrc/databases/postgresql11/Makefile.common:1.3
--- pkgsrc/databases/postgresql11/Makefile.common:1.2   Fri Nov  9 18:12:24 2018
+++ pkgsrc/databases/postgresql11/Makefile.common       Sun Feb 17 08:26:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2018/11/09 18:12:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2019/02/17 08:26:11 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/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.1
+DISTNAME=      postgresql-11.2
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/databases/postgresql11/distinfo
diff -u pkgsrc/databases/postgresql11/distinfo:1.2 pkgsrc/databases/postgresql11/distinfo:1.3
--- pkgsrc/databases/postgresql11/distinfo:1.2  Fri Nov  9 18:12:24 2018
+++ pkgsrc/databases/postgresql11/distinfo      Sun Feb 17 08:26:11 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2018/11/09 18:12:24 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/02/17 08:26:11 adam Exp $
 
-SHA1 (postgresql-11.1.tar.bz2) = c95db6f0d3e2e98337368ff496cee6b96794156a
-RMD160 (postgresql-11.1.tar.bz2) = 76ad4f0e433e42ea824809878423871e9b4fa4e0
-SHA512 (postgresql-11.1.tar.bz2) = 35d00984e9f5f063a5b96e97aa1b40381ab76d07b2336bda5981fd80bef1324f56eefca5069ae78770ecd6ece5df85264e599fdb3478ecb71d4fdd0d7b6becca
-Size (postgresql-11.1.tar.bz2) = 21263173 bytes
+SHA1 (postgresql-11.2.tar.bz2) = 21fd2f0c08dc69514e86a6b25d56059bb0418a62
+RMD160 (postgresql-11.2.tar.bz2) = 6b092d1e0695ee14fa1363ce931fa0f179c11b2d
+SHA512 (postgresql-11.2.tar.bz2) = dae00a543fdeed36bc338abd4ccfd9fe9a8b6b2b7eaa00b1078e4f27802de75a461c27da2800bc9dd64e658681e5787bd03764bde79940656cae1e8c8716f011
+Size (postgresql-11.2.tar.bz2) = 19714229 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
@@ -12,7 +12,6 @@ SHA1 (patch-src_Makefile.global.in) = 33
 SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1
 SHA1 (patch-src_backend_Makefile) = 209f4cfb1670381838e7f25ead7ab9f0f671f89c
 SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
-SHA1 (patch-src_include_Makefile) = 47369efa24d521d30867963662d29cda2068afa8
 SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
 SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d

Index: pkgsrc/databases/postgresql11-client/PLIST
diff -u pkgsrc/databases/postgresql11-client/PLIST:1.1 pkgsrc/databases/postgresql11-client/PLIST:1.2
--- pkgsrc/databases/postgresql11-client/PLIST:1.1      Tue Oct 23 16:02:51 2018
+++ pkgsrc/databases/postgresql11-client/PLIST  Sun Feb 17 08:26:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 16:02:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/02/17 08:26:11 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -460,6 +460,7 @@ include/postgresql/server/optimizer/geqo
 include/postgresql/server/optimizer/geqo_selection.h
 include/postgresql/server/optimizer/joininfo.h
 include/postgresql/server/optimizer/orclauses.h
+include/postgresql/server/optimizer/paramassign.h
 include/postgresql/server/optimizer/pathnode.h
 include/postgresql/server/optimizer/paths.h
 include/postgresql/server/optimizer/placeholder.h

Index: pkgsrc/databases/postgresql11-docs/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.2 pkgsrc/databases/postgresql11-docs/PLIST:1.3
--- pkgsrc/databases/postgresql11-docs/PLIST:1.2        Fri Nov  9 18:12:25 2018
+++ pkgsrc/databases/postgresql11-docs/PLIST    Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/11/09 18:12:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/17 08:26:12 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -481,6 +481,7 @@ share/doc/postgresql/html/datatype.html
 share/doc/postgresql/html/datetime-appendix.html
 share/doc/postgresql/html/datetime-config-files.html
 share/doc/postgresql/html/datetime-input-rules.html
+share/doc/postgresql/html/datetime-invalid-input.html
 share/doc/postgresql/html/datetime-keywords.html
 share/doc/postgresql/html/datetime-units-history.html
 share/doc/postgresql/html/dblink.html
@@ -943,378 +944,10 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-0-01.html
-share/doc/postgresql/html/release-0-02.html
-share/doc/postgresql/html/release-0-03.html
-share/doc/postgresql/html/release-1-0.html
-share/doc/postgresql/html/release-1-01.html
-share/doc/postgresql/html/release-1-02.html
-share/doc/postgresql/html/release-1-09.html
-share/doc/postgresql/html/release-10-1.html
-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-6.html
-share/doc/postgresql/html/release-10.html
 share/doc/postgresql/html/release-11-1.html
+share/doc/postgresql/html/release-11-2.html
 share/doc/postgresql/html/release-11.html
-share/doc/postgresql/html/release-6-0.html
-share/doc/postgresql/html/release-6-1-1.html
-share/doc/postgresql/html/release-6-1.html
-share/doc/postgresql/html/release-6-2-1.html
-share/doc/postgresql/html/release-6-2.html
-share/doc/postgresql/html/release-6-3-1.html
-share/doc/postgresql/html/release-6-3-2.html
-share/doc/postgresql/html/release-6-3.html
-share/doc/postgresql/html/release-6-4-1.html
-share/doc/postgresql/html/release-6-4-2.html
-share/doc/postgresql/html/release-6-4.html
-share/doc/postgresql/html/release-6-5-1.html
-share/doc/postgresql/html/release-6-5-2.html
-share/doc/postgresql/html/release-6-5-3.html
-share/doc/postgresql/html/release-6-5.html
-share/doc/postgresql/html/release-7-0-1.html
-share/doc/postgresql/html/release-7-0-2.html
-share/doc/postgresql/html/release-7-0-3.html
-share/doc/postgresql/html/release-7-0.html
-share/doc/postgresql/html/release-7-1-1.html
-share/doc/postgresql/html/release-7-1-2.html
-share/doc/postgresql/html/release-7-1-3.html
-share/doc/postgresql/html/release-7-1.html
-share/doc/postgresql/html/release-7-2-1.html
-share/doc/postgresql/html/release-7-2-2.html
-share/doc/postgresql/html/release-7-2-3.html
-share/doc/postgresql/html/release-7-2-4.html
-share/doc/postgresql/html/release-7-2-5.html
-share/doc/postgresql/html/release-7-2-6.html
-share/doc/postgresql/html/release-7-2-7.html
-share/doc/postgresql/html/release-7-2-8.html
-share/doc/postgresql/html/release-7-2.html
-share/doc/postgresql/html/release-7-3-1.html
-share/doc/postgresql/html/release-7-3-10.html
-share/doc/postgresql/html/release-7-3-11.html
-share/doc/postgresql/html/release-7-3-12.html
-share/doc/postgresql/html/release-7-3-13.html
-share/doc/postgresql/html/release-7-3-14.html
-share/doc/postgresql/html/release-7-3-15.html
-share/doc/postgresql/html/release-7-3-16.html
-share/doc/postgresql/html/release-7-3-17.html
-share/doc/postgresql/html/release-7-3-18.html
-share/doc/postgresql/html/release-7-3-19.html
-share/doc/postgresql/html/release-7-3-2.html
-share/doc/postgresql/html/release-7-3-20.html
-share/doc/postgresql/html/release-7-3-21.html
-share/doc/postgresql/html/release-7-3-3.html
-share/doc/postgresql/html/release-7-3-4.html
-share/doc/postgresql/html/release-7-3-5.html
-share/doc/postgresql/html/release-7-3-6.html
-share/doc/postgresql/html/release-7-3-7.html
-share/doc/postgresql/html/release-7-3-8.html
-share/doc/postgresql/html/release-7-3-9.html
-share/doc/postgresql/html/release-7-3.html
-share/doc/postgresql/html/release-7-4-1.html
-share/doc/postgresql/html/release-7-4-10.html
-share/doc/postgresql/html/release-7-4-11.html
-share/doc/postgresql/html/release-7-4-12.html
-share/doc/postgresql/html/release-7-4-13.html
-share/doc/postgresql/html/release-7-4-14.html
-share/doc/postgresql/html/release-7-4-15.html
-share/doc/postgresql/html/release-7-4-16.html
-share/doc/postgresql/html/release-7-4-17.html
-share/doc/postgresql/html/release-7-4-18.html
-share/doc/postgresql/html/release-7-4-19.html
-share/doc/postgresql/html/release-7-4-2.html
-share/doc/postgresql/html/release-7-4-20.html
-share/doc/postgresql/html/release-7-4-21.html
-share/doc/postgresql/html/release-7-4-22.html
-share/doc/postgresql/html/release-7-4-23.html
-share/doc/postgresql/html/release-7-4-24.html
-share/doc/postgresql/html/release-7-4-25.html
-share/doc/postgresql/html/release-7-4-26.html
-share/doc/postgresql/html/release-7-4-27.html
-share/doc/postgresql/html/release-7-4-28.html
-share/doc/postgresql/html/release-7-4-29.html
-share/doc/postgresql/html/release-7-4-3.html
-share/doc/postgresql/html/release-7-4-30.html
-share/doc/postgresql/html/release-7-4-4.html
-share/doc/postgresql/html/release-7-4-5.html
-share/doc/postgresql/html/release-7-4-6.html
-share/doc/postgresql/html/release-7-4-7.html
-share/doc/postgresql/html/release-7-4-8.html
-share/doc/postgresql/html/release-7-4-9.html
-share/doc/postgresql/html/release-7-4.html
-share/doc/postgresql/html/release-8-0-1.html
-share/doc/postgresql/html/release-8-0-10.html
-share/doc/postgresql/html/release-8-0-11.html
-share/doc/postgresql/html/release-8-0-12.html
-share/doc/postgresql/html/release-8-0-13.html
-share/doc/postgresql/html/release-8-0-14.html
-share/doc/postgresql/html/release-8-0-15.html
-share/doc/postgresql/html/release-8-0-16.html
-share/doc/postgresql/html/release-8-0-17.html
-share/doc/postgresql/html/release-8-0-18.html
-share/doc/postgresql/html/release-8-0-19.html
-share/doc/postgresql/html/release-8-0-2.html
-share/doc/postgresql/html/release-8-0-20.html
-share/doc/postgresql/html/release-8-0-21.html
-share/doc/postgresql/html/release-8-0-22.html
-share/doc/postgresql/html/release-8-0-23.html
-share/doc/postgresql/html/release-8-0-24.html
-share/doc/postgresql/html/release-8-0-25.html
-share/doc/postgresql/html/release-8-0-26.html
-share/doc/postgresql/html/release-8-0-3.html
-share/doc/postgresql/html/release-8-0-4.html
-share/doc/postgresql/html/release-8-0-5.html
-share/doc/postgresql/html/release-8-0-6.html
-share/doc/postgresql/html/release-8-0-7.html
-share/doc/postgresql/html/release-8-0-8.html
-share/doc/postgresql/html/release-8-0-9.html
-share/doc/postgresql/html/release-8-0.html
-share/doc/postgresql/html/release-8-1-1.html
-share/doc/postgresql/html/release-8-1-10.html
-share/doc/postgresql/html/release-8-1-11.html
-share/doc/postgresql/html/release-8-1-12.html
-share/doc/postgresql/html/release-8-1-13.html
-share/doc/postgresql/html/release-8-1-14.html
-share/doc/postgresql/html/release-8-1-15.html
-share/doc/postgresql/html/release-8-1-16.html
-share/doc/postgresql/html/release-8-1-17.html
-share/doc/postgresql/html/release-8-1-18.html
-share/doc/postgresql/html/release-8-1-19.html
-share/doc/postgresql/html/release-8-1-2.html
-share/doc/postgresql/html/release-8-1-20.html
-share/doc/postgresql/html/release-8-1-21.html
-share/doc/postgresql/html/release-8-1-22.html
-share/doc/postgresql/html/release-8-1-23.html
-share/doc/postgresql/html/release-8-1-3.html
-share/doc/postgresql/html/release-8-1-4.html
-share/doc/postgresql/html/release-8-1-5.html
-share/doc/postgresql/html/release-8-1-6.html
-share/doc/postgresql/html/release-8-1-7.html
-share/doc/postgresql/html/release-8-1-8.html
-share/doc/postgresql/html/release-8-1-9.html
-share/doc/postgresql/html/release-8-1.html
-share/doc/postgresql/html/release-8-2-1.html
-share/doc/postgresql/html/release-8-2-10.html
-share/doc/postgresql/html/release-8-2-11.html
-share/doc/postgresql/html/release-8-2-12.html
-share/doc/postgresql/html/release-8-2-13.html
-share/doc/postgresql/html/release-8-2-14.html
-share/doc/postgresql/html/release-8-2-15.html
-share/doc/postgresql/html/release-8-2-16.html
-share/doc/postgresql/html/release-8-2-17.html
-share/doc/postgresql/html/release-8-2-18.html
-share/doc/postgresql/html/release-8-2-19.html
-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
-share/doc/postgresql/html/release-8-2-6.html
-share/doc/postgresql/html/release-8-2-7.html
-share/doc/postgresql/html/release-8-2-8.html
-share/doc/postgresql/html/release-8-2-9.html
-share/doc/postgresql/html/release-8-2.html
-share/doc/postgresql/html/release-8-3-1.html
-share/doc/postgresql/html/release-8-3-10.html
-share/doc/postgresql/html/release-8-3-11.html
-share/doc/postgresql/html/release-8-3-12.html
-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-18.html
-share/doc/postgresql/html/release-8-3-19.html
-share/doc/postgresql/html/release-8-3-2.html
-share/doc/postgresql/html/release-8-3-20.html
-share/doc/postgresql/html/release-8-3-21.html
-share/doc/postgresql/html/release-8-3-22.html
-share/doc/postgresql/html/release-8-3-23.html
-share/doc/postgresql/html/release-8-3-3.html
-share/doc/postgresql/html/release-8-3-4.html
-share/doc/postgresql/html/release-8-3-5.html
-share/doc/postgresql/html/release-8-3-6.html
-share/doc/postgresql/html/release-8-3-7.html
-share/doc/postgresql/html/release-8-3-8.html
-share/doc/postgresql/html/release-8-3-9.html
-share/doc/postgresql/html/release-8-3.html
-share/doc/postgresql/html/release-8-4-1.html
-share/doc/postgresql/html/release-8-4-10.html
-share/doc/postgresql/html/release-8-4-11.html
-share/doc/postgresql/html/release-8-4-12.html
-share/doc/postgresql/html/release-8-4-13.html
-share/doc/postgresql/html/release-8-4-14.html
-share/doc/postgresql/html/release-8-4-15.html
-share/doc/postgresql/html/release-8-4-16.html
-share/doc/postgresql/html/release-8-4-17.html
-share/doc/postgresql/html/release-8-4-18.html
-share/doc/postgresql/html/release-8-4-19.html
-share/doc/postgresql/html/release-8-4-2.html
-share/doc/postgresql/html/release-8-4-20.html
-share/doc/postgresql/html/release-8-4-21.html
-share/doc/postgresql/html/release-8-4-22.html
-share/doc/postgresql/html/release-8-4-3.html
-share/doc/postgresql/html/release-8-4-4.html
-share/doc/postgresql/html/release-8-4-5.html
-share/doc/postgresql/html/release-8-4-6.html
-share/doc/postgresql/html/release-8-4-7.html
-share/doc/postgresql/html/release-8-4-8.html
-share/doc/postgresql/html/release-8-4-9.html
-share/doc/postgresql/html/release-8-4.html
-share/doc/postgresql/html/release-9-0-1.html
-share/doc/postgresql/html/release-9-0-10.html
-share/doc/postgresql/html/release-9-0-11.html
-share/doc/postgresql/html/release-9-0-12.html
-share/doc/postgresql/html/release-9-0-13.html
-share/doc/postgresql/html/release-9-0-14.html
-share/doc/postgresql/html/release-9-0-15.html
-share/doc/postgresql/html/release-9-0-16.html
-share/doc/postgresql/html/release-9-0-17.html
-share/doc/postgresql/html/release-9-0-18.html
-share/doc/postgresql/html/release-9-0-19.html
-share/doc/postgresql/html/release-9-0-2.html
-share/doc/postgresql/html/release-9-0-20.html
-share/doc/postgresql/html/release-9-0-21.html
-share/doc/postgresql/html/release-9-0-22.html
-share/doc/postgresql/html/release-9-0-23.html
-share/doc/postgresql/html/release-9-0-3.html
-share/doc/postgresql/html/release-9-0-4.html
-share/doc/postgresql/html/release-9-0-5.html
-share/doc/postgresql/html/release-9-0-6.html
-share/doc/postgresql/html/release-9-0-7.html
-share/doc/postgresql/html/release-9-0-8.html
-share/doc/postgresql/html/release-9-0-9.html
-share/doc/postgresql/html/release-9-0.html
-share/doc/postgresql/html/release-9-1-1.html
-share/doc/postgresql/html/release-9-1-10.html
-share/doc/postgresql/html/release-9-1-11.html
-share/doc/postgresql/html/release-9-1-12.html
-share/doc/postgresql/html/release-9-1-13.html
-share/doc/postgresql/html/release-9-1-14.html
-share/doc/postgresql/html/release-9-1-15.html
-share/doc/postgresql/html/release-9-1-16.html
-share/doc/postgresql/html/release-9-1-17.html
-share/doc/postgresql/html/release-9-1-18.html
-share/doc/postgresql/html/release-9-1-19.html
-share/doc/postgresql/html/release-9-1-2.html
-share/doc/postgresql/html/release-9-1-20.html
-share/doc/postgresql/html/release-9-1-21.html
-share/doc/postgresql/html/release-9-1-22.html
-share/doc/postgresql/html/release-9-1-23.html
-share/doc/postgresql/html/release-9-1-24.html
-share/doc/postgresql/html/release-9-1-3.html
-share/doc/postgresql/html/release-9-1-4.html
-share/doc/postgresql/html/release-9-1-5.html
-share/doc/postgresql/html/release-9-1-6.html
-share/doc/postgresql/html/release-9-1-7.html
-share/doc/postgresql/html/release-9-1-8.html
-share/doc/postgresql/html/release-9-1-9.html
-share/doc/postgresql/html/release-9-1.html
-share/doc/postgresql/html/release-9-2-1.html
-share/doc/postgresql/html/release-9-2-10.html
-share/doc/postgresql/html/release-9-2-11.html
-share/doc/postgresql/html/release-9-2-12.html
-share/doc/postgresql/html/release-9-2-13.html
-share/doc/postgresql/html/release-9-2-14.html
-share/doc/postgresql/html/release-9-2-15.html
-share/doc/postgresql/html/release-9-2-16.html
-share/doc/postgresql/html/release-9-2-17.html
-share/doc/postgresql/html/release-9-2-18.html
-share/doc/postgresql/html/release-9-2-19.html
-share/doc/postgresql/html/release-9-2-2.html
-share/doc/postgresql/html/release-9-2-20.html
-share/doc/postgresql/html/release-9-2-21.html
-share/doc/postgresql/html/release-9-2-22.html
-share/doc/postgresql/html/release-9-2-23.html
-share/doc/postgresql/html/release-9-2-24.html
-share/doc/postgresql/html/release-9-2-3.html
-share/doc/postgresql/html/release-9-2-4.html
-share/doc/postgresql/html/release-9-2-5.html
-share/doc/postgresql/html/release-9-2-6.html
-share/doc/postgresql/html/release-9-2-7.html
-share/doc/postgresql/html/release-9-2-8.html
-share/doc/postgresql/html/release-9-2-9.html
-share/doc/postgresql/html/release-9-2.html
-share/doc/postgresql/html/release-9-3-1.html
-share/doc/postgresql/html/release-9-3-10.html
-share/doc/postgresql/html/release-9-3-11.html
-share/doc/postgresql/html/release-9-3-12.html
-share/doc/postgresql/html/release-9-3-13.html
-share/doc/postgresql/html/release-9-3-14.html
-share/doc/postgresql/html/release-9-3-15.html
-share/doc/postgresql/html/release-9-3-16.html
-share/doc/postgresql/html/release-9-3-17.html
-share/doc/postgresql/html/release-9-3-18.html
-share/doc/postgresql/html/release-9-3-19.html
-share/doc/postgresql/html/release-9-3-2.html
-share/doc/postgresql/html/release-9-3-20.html
-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-25.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
-share/doc/postgresql/html/release-9-3-6.html
-share/doc/postgresql/html/release-9-3-7.html
-share/doc/postgresql/html/release-9-3-8.html
-share/doc/postgresql/html/release-9-3-9.html
-share/doc/postgresql/html/release-9-3.html
-share/doc/postgresql/html/release-9-4-1.html
-share/doc/postgresql/html/release-9-4-10.html
-share/doc/postgresql/html/release-9-4-11.html
-share/doc/postgresql/html/release-9-4-12.html
-share/doc/postgresql/html/release-9-4-13.html
-share/doc/postgresql/html/release-9-4-14.html
-share/doc/postgresql/html/release-9-4-15.html
-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-20.html
-share/doc/postgresql/html/release-9-4-3.html
-share/doc/postgresql/html/release-9-4-4.html
-share/doc/postgresql/html/release-9-4-5.html
-share/doc/postgresql/html/release-9-4-6.html
-share/doc/postgresql/html/release-9-4-7.html
-share/doc/postgresql/html/release-9-4-8.html
-share/doc/postgresql/html/release-9-4-9.html
-share/doc/postgresql/html/release-9-4.html
-share/doc/postgresql/html/release-9-5-1.html
-share/doc/postgresql/html/release-9-5-10.html
-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-15.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
-share/doc/postgresql/html/release-9-5-5.html
-share/doc/postgresql/html/release-9-5-6.html
-share/doc/postgresql/html/release-9-5-7.html
-share/doc/postgresql/html/release-9-5-8.html
-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-11.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
-share/doc/postgresql/html/release-9-6-5.html
-share/doc/postgresql/html/release-9-6-6.html
-share/doc/postgresql/html/release-9-6-7.html
-share/doc/postgresql/html/release-9-6-8.html
-share/doc/postgresql/html/release-9-6-9.html
-share/doc/postgresql/html/release-9-6.html
+share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html
 share/doc/postgresql/html/resources.html

Index: pkgsrc/databases/postgresql11-server/Makefile
diff -u pkgsrc/databases/postgresql11-server/Makefile:1.2 pkgsrc/databases/postgresql11-server/Makefile:1.3
--- pkgsrc/databases/postgresql11-server/Makefile:1.2   Wed Feb  6 18:45:55 2019
+++ pkgsrc/databases/postgresql11-server/Makefile       Sun Feb 17 08:26:12 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/17 08:26:12 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/11-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql11-server/PLIST
diff -u pkgsrc/databases/postgresql11-server/PLIST:1.1 pkgsrc/databases/postgresql11-server/PLIST:1.2
--- pkgsrc/databases/postgresql11-server/PLIST:1.1      Tue Oct 23 16:02:52 2018
+++ pkgsrc/databases/postgresql11-server/PLIST  Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 16:02:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/02/17 08:26:12 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -350,6 +350,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/util/clauses.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/util/joininfo.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/util/orclauses.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/util/paramassign.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/util/pathnode.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/util/placeholder.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/optimizer/util/plancat.bc
@@ -1027,6 +1028,7 @@ share/postgresql/timezone/Asia/Phnom_Pen
 share/postgresql/timezone/Asia/Pontianak
 share/postgresql/timezone/Asia/Pyongyang
 share/postgresql/timezone/Asia/Qatar
+share/postgresql/timezone/Asia/Qostanay
 share/postgresql/timezone/Asia/Qyzylorda
 share/postgresql/timezone/Asia/Rangoon
 share/postgresql/timezone/Asia/Riyadh

Index: pkgsrc/databases/postgresql94/Makefile.common
diff -u pkgsrc/databases/postgresql94/Makefile.common:1.28 pkgsrc/databases/postgresql94/Makefile.common:1.29
--- pkgsrc/databases/postgresql94/Makefile.common:1.28  Fri Nov  9 18:12:25 2018
+++ pkgsrc/databases/postgresql94/Makefile.common       Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2018/11/09 18:12:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.29 2019/02/17 08:26:12 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.20
+DISTNAME=      postgresql-9.4.21
 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.24 pkgsrc/databases/postgresql94/distinfo:1.25
--- pkgsrc/databases/postgresql94/distinfo:1.24 Fri Nov  9 18:12:25 2018
+++ pkgsrc/databases/postgresql94/distinfo      Sun Feb 17 08:26:12 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2018/11/09 18:12:25 adam Exp $
+$NetBSD: distinfo,v 1.25 2019/02/17 08:26:12 adam Exp $
 
-SHA1 (postgresql-9.4.20.tar.bz2) = 9a08fef43a014958c9494214cedff29e20df1d99
-RMD160 (postgresql-9.4.20.tar.bz2) = b897243d3049b5a4aafba1de10e7fdc1a5d3117b
-SHA512 (postgresql-9.4.20.tar.bz2) = 664c6e97979f38d263d1dc75a7db442f193a230435cad43ddfa2afcd42ac0d73b2aef0e846fddcc9008cd6d89cba2d5c0a4db93b111665646d3ff4d8f6fbe1e8
-Size (postgresql-9.4.20.tar.bz2) = 17905682 bytes
+SHA1 (postgresql-9.4.21.tar.bz2) = 7fdc9574a0479df5e2c623e27e02342efe63f3d5
+RMD160 (postgresql-9.4.21.tar.bz2) = d1f2b89f6f55160e106fd86033f76b585d2f45b7
+SHA512 (postgresql-9.4.21.tar.bz2) = 850d1f59369457d9a8a42de8f0e4811f60e9164d2e7d7605fdabc04cc5ba2e3794d51e155d709419d06b8e070f214f7d3ef2328c6d37f125264ea008ca18ff5a
+Size (postgresql-9.4.21.tar.bz2) = 16871522 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 1c0fee3fb270863eb39118a65769ce170391cfec

Index: pkgsrc/databases/postgresql94-docs/PLIST
diff -u pkgsrc/databases/postgresql94-docs/PLIST:1.22 pkgsrc/databases/postgresql94-docs/PLIST:1.23
--- pkgsrc/databases/postgresql94-docs/PLIST:1.22       Fri Nov  9 18:12:26 2018
+++ pkgsrc/databases/postgresql94-docs/PLIST    Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2018/11/09 18:12:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2019/02/17 08:26:12 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -421,6 +421,7 @@ share/doc/postgresql/html/datatype.html
 share/doc/postgresql/html/datetime-appendix.html
 share/doc/postgresql/html/datetime-config-files.html
 share/doc/postgresql/html/datetime-input-rules.html
+share/doc/postgresql/html/datetime-invalid-input.html
 share/doc/postgresql/html/datetime-keywords.html
 share/doc/postgresql/html/datetime-units-history.html
 share/doc/postgresql/html/dblink.html
@@ -845,320 +846,6 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-0-01.html
-share/doc/postgresql/html/release-0-02.html
-share/doc/postgresql/html/release-0-03.html
-share/doc/postgresql/html/release-1-0.html
-share/doc/postgresql/html/release-1-01.html
-share/doc/postgresql/html/release-1-02.html
-share/doc/postgresql/html/release-1-09.html
-share/doc/postgresql/html/release-6-0.html
-share/doc/postgresql/html/release-6-1-1.html
-share/doc/postgresql/html/release-6-1.html
-share/doc/postgresql/html/release-6-2-1.html
-share/doc/postgresql/html/release-6-2.html
-share/doc/postgresql/html/release-6-3-1.html
-share/doc/postgresql/html/release-6-3-2.html
-share/doc/postgresql/html/release-6-3.html
-share/doc/postgresql/html/release-6-4-1.html
-share/doc/postgresql/html/release-6-4-2.html
-share/doc/postgresql/html/release-6-4.html
-share/doc/postgresql/html/release-6-5-1.html
-share/doc/postgresql/html/release-6-5-2.html
-share/doc/postgresql/html/release-6-5-3.html
-share/doc/postgresql/html/release-6-5.html
-share/doc/postgresql/html/release-7-0-1.html
-share/doc/postgresql/html/release-7-0-2.html
-share/doc/postgresql/html/release-7-0-3.html
-share/doc/postgresql/html/release-7-0.html
-share/doc/postgresql/html/release-7-1-1.html
-share/doc/postgresql/html/release-7-1-2.html
-share/doc/postgresql/html/release-7-1-3.html
-share/doc/postgresql/html/release-7-1.html
-share/doc/postgresql/html/release-7-2-1.html
-share/doc/postgresql/html/release-7-2-2.html
-share/doc/postgresql/html/release-7-2-3.html
-share/doc/postgresql/html/release-7-2-4.html
-share/doc/postgresql/html/release-7-2-5.html
-share/doc/postgresql/html/release-7-2-6.html
-share/doc/postgresql/html/release-7-2-7.html
-share/doc/postgresql/html/release-7-2-8.html
-share/doc/postgresql/html/release-7-2.html
-share/doc/postgresql/html/release-7-3-1.html
-share/doc/postgresql/html/release-7-3-10.html
-share/doc/postgresql/html/release-7-3-11.html
-share/doc/postgresql/html/release-7-3-12.html
-share/doc/postgresql/html/release-7-3-13.html
-share/doc/postgresql/html/release-7-3-14.html
-share/doc/postgresql/html/release-7-3-15.html
-share/doc/postgresql/html/release-7-3-16.html
-share/doc/postgresql/html/release-7-3-17.html
-share/doc/postgresql/html/release-7-3-18.html
-share/doc/postgresql/html/release-7-3-19.html
-share/doc/postgresql/html/release-7-3-2.html
-share/doc/postgresql/html/release-7-3-20.html
-share/doc/postgresql/html/release-7-3-21.html
-share/doc/postgresql/html/release-7-3-3.html
-share/doc/postgresql/html/release-7-3-4.html
-share/doc/postgresql/html/release-7-3-5.html
-share/doc/postgresql/html/release-7-3-6.html
-share/doc/postgresql/html/release-7-3-7.html
-share/doc/postgresql/html/release-7-3-8.html
-share/doc/postgresql/html/release-7-3-9.html
-share/doc/postgresql/html/release-7-3.html
-share/doc/postgresql/html/release-7-4-1.html
-share/doc/postgresql/html/release-7-4-10.html
-share/doc/postgresql/html/release-7-4-11.html
-share/doc/postgresql/html/release-7-4-12.html
-share/doc/postgresql/html/release-7-4-13.html
-share/doc/postgresql/html/release-7-4-14.html
-share/doc/postgresql/html/release-7-4-15.html
-share/doc/postgresql/html/release-7-4-16.html
-share/doc/postgresql/html/release-7-4-17.html
-share/doc/postgresql/html/release-7-4-18.html
-share/doc/postgresql/html/release-7-4-19.html
-share/doc/postgresql/html/release-7-4-2.html
-share/doc/postgresql/html/release-7-4-20.html
-share/doc/postgresql/html/release-7-4-21.html
-share/doc/postgresql/html/release-7-4-22.html
-share/doc/postgresql/html/release-7-4-23.html
-share/doc/postgresql/html/release-7-4-24.html
-share/doc/postgresql/html/release-7-4-25.html
-share/doc/postgresql/html/release-7-4-26.html
-share/doc/postgresql/html/release-7-4-27.html
-share/doc/postgresql/html/release-7-4-28.html
-share/doc/postgresql/html/release-7-4-29.html
-share/doc/postgresql/html/release-7-4-3.html
-share/doc/postgresql/html/release-7-4-30.html
-share/doc/postgresql/html/release-7-4-4.html
-share/doc/postgresql/html/release-7-4-5.html
-share/doc/postgresql/html/release-7-4-6.html
-share/doc/postgresql/html/release-7-4-7.html
-share/doc/postgresql/html/release-7-4-8.html
-share/doc/postgresql/html/release-7-4-9.html
-share/doc/postgresql/html/release-7-4.html
-share/doc/postgresql/html/release-8-0-1.html
-share/doc/postgresql/html/release-8-0-10.html
-share/doc/postgresql/html/release-8-0-11.html
-share/doc/postgresql/html/release-8-0-12.html
-share/doc/postgresql/html/release-8-0-13.html
-share/doc/postgresql/html/release-8-0-14.html
-share/doc/postgresql/html/release-8-0-15.html
-share/doc/postgresql/html/release-8-0-16.html
-share/doc/postgresql/html/release-8-0-17.html
-share/doc/postgresql/html/release-8-0-18.html
-share/doc/postgresql/html/release-8-0-19.html
-share/doc/postgresql/html/release-8-0-2.html
-share/doc/postgresql/html/release-8-0-20.html
-share/doc/postgresql/html/release-8-0-21.html
-share/doc/postgresql/html/release-8-0-22.html
-share/doc/postgresql/html/release-8-0-23.html
-share/doc/postgresql/html/release-8-0-24.html
-share/doc/postgresql/html/release-8-0-25.html
-share/doc/postgresql/html/release-8-0-26.html
-share/doc/postgresql/html/release-8-0-3.html
-share/doc/postgresql/html/release-8-0-4.html
-share/doc/postgresql/html/release-8-0-5.html
-share/doc/postgresql/html/release-8-0-6.html
-share/doc/postgresql/html/release-8-0-7.html
-share/doc/postgresql/html/release-8-0-8.html
-share/doc/postgresql/html/release-8-0-9.html
-share/doc/postgresql/html/release-8-0.html
-share/doc/postgresql/html/release-8-1-1.html
-share/doc/postgresql/html/release-8-1-10.html
-share/doc/postgresql/html/release-8-1-11.html
-share/doc/postgresql/html/release-8-1-12.html
-share/doc/postgresql/html/release-8-1-13.html
-share/doc/postgresql/html/release-8-1-14.html
-share/doc/postgresql/html/release-8-1-15.html
-share/doc/postgresql/html/release-8-1-16.html
-share/doc/postgresql/html/release-8-1-17.html
-share/doc/postgresql/html/release-8-1-18.html
-share/doc/postgresql/html/release-8-1-19.html
-share/doc/postgresql/html/release-8-1-2.html
-share/doc/postgresql/html/release-8-1-20.html
-share/doc/postgresql/html/release-8-1-21.html
-share/doc/postgresql/html/release-8-1-22.html
-share/doc/postgresql/html/release-8-1-23.html
-share/doc/postgresql/html/release-8-1-3.html
-share/doc/postgresql/html/release-8-1-4.html
-share/doc/postgresql/html/release-8-1-5.html
-share/doc/postgresql/html/release-8-1-6.html
-share/doc/postgresql/html/release-8-1-7.html
-share/doc/postgresql/html/release-8-1-8.html
-share/doc/postgresql/html/release-8-1-9.html
-share/doc/postgresql/html/release-8-1.html
-share/doc/postgresql/html/release-8-2-1.html
-share/doc/postgresql/html/release-8-2-10.html
-share/doc/postgresql/html/release-8-2-11.html
-share/doc/postgresql/html/release-8-2-12.html
-share/doc/postgresql/html/release-8-2-13.html
-share/doc/postgresql/html/release-8-2-14.html
-share/doc/postgresql/html/release-8-2-15.html
-share/doc/postgresql/html/release-8-2-16.html
-share/doc/postgresql/html/release-8-2-17.html
-share/doc/postgresql/html/release-8-2-18.html
-share/doc/postgresql/html/release-8-2-19.html
-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
-share/doc/postgresql/html/release-8-2-6.html
-share/doc/postgresql/html/release-8-2-7.html
-share/doc/postgresql/html/release-8-2-8.html
-share/doc/postgresql/html/release-8-2-9.html
-share/doc/postgresql/html/release-8-2.html
-share/doc/postgresql/html/release-8-3-1.html
-share/doc/postgresql/html/release-8-3-10.html
-share/doc/postgresql/html/release-8-3-11.html
-share/doc/postgresql/html/release-8-3-12.html
-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-18.html
-share/doc/postgresql/html/release-8-3-19.html
-share/doc/postgresql/html/release-8-3-2.html
-share/doc/postgresql/html/release-8-3-20.html
-share/doc/postgresql/html/release-8-3-21.html
-share/doc/postgresql/html/release-8-3-22.html
-share/doc/postgresql/html/release-8-3-23.html
-share/doc/postgresql/html/release-8-3-3.html
-share/doc/postgresql/html/release-8-3-4.html
-share/doc/postgresql/html/release-8-3-5.html
-share/doc/postgresql/html/release-8-3-6.html
-share/doc/postgresql/html/release-8-3-7.html
-share/doc/postgresql/html/release-8-3-8.html
-share/doc/postgresql/html/release-8-3-9.html
-share/doc/postgresql/html/release-8-3.html
-share/doc/postgresql/html/release-8-4-1.html
-share/doc/postgresql/html/release-8-4-10.html
-share/doc/postgresql/html/release-8-4-11.html
-share/doc/postgresql/html/release-8-4-12.html
-share/doc/postgresql/html/release-8-4-13.html
-share/doc/postgresql/html/release-8-4-14.html
-share/doc/postgresql/html/release-8-4-15.html
-share/doc/postgresql/html/release-8-4-16.html
-share/doc/postgresql/html/release-8-4-17.html
-share/doc/postgresql/html/release-8-4-18.html
-share/doc/postgresql/html/release-8-4-19.html
-share/doc/postgresql/html/release-8-4-2.html
-share/doc/postgresql/html/release-8-4-20.html
-share/doc/postgresql/html/release-8-4-21.html
-share/doc/postgresql/html/release-8-4-22.html
-share/doc/postgresql/html/release-8-4-3.html
-share/doc/postgresql/html/release-8-4-4.html
-share/doc/postgresql/html/release-8-4-5.html
-share/doc/postgresql/html/release-8-4-6.html
-share/doc/postgresql/html/release-8-4-7.html
-share/doc/postgresql/html/release-8-4-8.html
-share/doc/postgresql/html/release-8-4-9.html
-share/doc/postgresql/html/release-8-4.html
-share/doc/postgresql/html/release-9-0-1.html
-share/doc/postgresql/html/release-9-0-10.html
-share/doc/postgresql/html/release-9-0-11.html
-share/doc/postgresql/html/release-9-0-12.html
-share/doc/postgresql/html/release-9-0-13.html
-share/doc/postgresql/html/release-9-0-14.html
-share/doc/postgresql/html/release-9-0-15.html
-share/doc/postgresql/html/release-9-0-16.html
-share/doc/postgresql/html/release-9-0-17.html
-share/doc/postgresql/html/release-9-0-18.html
-share/doc/postgresql/html/release-9-0-19.html
-share/doc/postgresql/html/release-9-0-2.html
-share/doc/postgresql/html/release-9-0-20.html
-share/doc/postgresql/html/release-9-0-21.html
-share/doc/postgresql/html/release-9-0-22.html
-share/doc/postgresql/html/release-9-0-23.html
-share/doc/postgresql/html/release-9-0-3.html
-share/doc/postgresql/html/release-9-0-4.html
-share/doc/postgresql/html/release-9-0-5.html
-share/doc/postgresql/html/release-9-0-6.html
-share/doc/postgresql/html/release-9-0-7.html
-share/doc/postgresql/html/release-9-0-8.html
-share/doc/postgresql/html/release-9-0-9.html
-share/doc/postgresql/html/release-9-0.html
-share/doc/postgresql/html/release-9-1-1.html
-share/doc/postgresql/html/release-9-1-10.html
-share/doc/postgresql/html/release-9-1-11.html
-share/doc/postgresql/html/release-9-1-12.html
-share/doc/postgresql/html/release-9-1-13.html
-share/doc/postgresql/html/release-9-1-14.html
-share/doc/postgresql/html/release-9-1-15.html
-share/doc/postgresql/html/release-9-1-16.html
-share/doc/postgresql/html/release-9-1-17.html
-share/doc/postgresql/html/release-9-1-18.html
-share/doc/postgresql/html/release-9-1-19.html
-share/doc/postgresql/html/release-9-1-2.html
-share/doc/postgresql/html/release-9-1-20.html
-share/doc/postgresql/html/release-9-1-21.html
-share/doc/postgresql/html/release-9-1-22.html
-share/doc/postgresql/html/release-9-1-23.html
-share/doc/postgresql/html/release-9-1-24.html
-share/doc/postgresql/html/release-9-1-3.html
-share/doc/postgresql/html/release-9-1-4.html
-share/doc/postgresql/html/release-9-1-5.html
-share/doc/postgresql/html/release-9-1-6.html
-share/doc/postgresql/html/release-9-1-7.html
-share/doc/postgresql/html/release-9-1-8.html
-share/doc/postgresql/html/release-9-1-9.html
-share/doc/postgresql/html/release-9-1.html
-share/doc/postgresql/html/release-9-2-1.html
-share/doc/postgresql/html/release-9-2-10.html
-share/doc/postgresql/html/release-9-2-11.html
-share/doc/postgresql/html/release-9-2-12.html
-share/doc/postgresql/html/release-9-2-13.html
-share/doc/postgresql/html/release-9-2-14.html
-share/doc/postgresql/html/release-9-2-15.html
-share/doc/postgresql/html/release-9-2-16.html
-share/doc/postgresql/html/release-9-2-17.html
-share/doc/postgresql/html/release-9-2-18.html
-share/doc/postgresql/html/release-9-2-19.html
-share/doc/postgresql/html/release-9-2-2.html
-share/doc/postgresql/html/release-9-2-20.html
-share/doc/postgresql/html/release-9-2-21.html
-share/doc/postgresql/html/release-9-2-22.html
-share/doc/postgresql/html/release-9-2-23.html
-share/doc/postgresql/html/release-9-2-24.html
-share/doc/postgresql/html/release-9-2-3.html
-share/doc/postgresql/html/release-9-2-4.html
-share/doc/postgresql/html/release-9-2-5.html
-share/doc/postgresql/html/release-9-2-6.html
-share/doc/postgresql/html/release-9-2-7.html
-share/doc/postgresql/html/release-9-2-8.html
-share/doc/postgresql/html/release-9-2-9.html
-share/doc/postgresql/html/release-9-2.html
-share/doc/postgresql/html/release-9-3-1.html
-share/doc/postgresql/html/release-9-3-10.html
-share/doc/postgresql/html/release-9-3-11.html
-share/doc/postgresql/html/release-9-3-12.html
-share/doc/postgresql/html/release-9-3-13.html
-share/doc/postgresql/html/release-9-3-14.html
-share/doc/postgresql/html/release-9-3-15.html
-share/doc/postgresql/html/release-9-3-16.html
-share/doc/postgresql/html/release-9-3-17.html
-share/doc/postgresql/html/release-9-3-18.html
-share/doc/postgresql/html/release-9-3-19.html
-share/doc/postgresql/html/release-9-3-2.html
-share/doc/postgresql/html/release-9-3-20.html
-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-25.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
-share/doc/postgresql/html/release-9-3-6.html
-share/doc/postgresql/html/release-9-3-7.html
-share/doc/postgresql/html/release-9-3-8.html
-share/doc/postgresql/html/release-9-3-9.html
-share/doc/postgresql/html/release-9-3.html
 share/doc/postgresql/html/release-9-4-1.html
 share/doc/postgresql/html/release-9-4-10.html
 share/doc/postgresql/html/release-9-4-11.html
@@ -1172,6 +859,7 @@ share/doc/postgresql/html/release-9-4-18
 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-20.html
+share/doc/postgresql/html/release-9-4-21.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html
@@ -1180,6 +868,7 @@ share/doc/postgresql/html/release-9-4-7.
 share/doc/postgresql/html/release-9-4-8.html
 share/doc/postgresql/html/release-9-4-9.html
 share/doc/postgresql/html/release-9-4.html
+share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/resources.html
 share/doc/postgresql/html/role-attributes.html

Index: pkgsrc/databases/postgresql94-server/Makefile
diff -u pkgsrc/databases/postgresql94-server/Makefile:1.7 pkgsrc/databases/postgresql94-server/Makefile:1.8
--- pkgsrc/databases/postgresql94-server/Makefile:1.7   Wed Feb  6 18:45:55 2019
+++ pkgsrc/databases/postgresql94-server/Makefile       Sun Feb 17 08:26:12 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2019/02/17 08:26:12 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql94-server/PLIST
diff -u pkgsrc/databases/postgresql94-server/PLIST:1.10 pkgsrc/databases/postgresql94-server/PLIST:1.11
--- pkgsrc/databases/postgresql94-server/PLIST:1.10     Thu Feb  8 20:53:57 2018
+++ pkgsrc/databases/postgresql94-server/PLIST  Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/02/08 20:53:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/02/17 08:26:12 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -369,6 +369,7 @@ share/postgresql/timezone/Asia/Phnom_Pen
 share/postgresql/timezone/Asia/Pontianak
 share/postgresql/timezone/Asia/Pyongyang
 share/postgresql/timezone/Asia/Qatar
+share/postgresql/timezone/Asia/Qostanay
 share/postgresql/timezone/Asia/Qyzylorda
 share/postgresql/timezone/Asia/Rangoon
 share/postgresql/timezone/Asia/Riyadh

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.22 pkgsrc/databases/postgresql95/Makefile.common:1.23
--- pkgsrc/databases/postgresql95/Makefile.common:1.22  Fri Nov  9 18:12:26 2018
+++ pkgsrc/databases/postgresql95/Makefile.common       Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2018/11/09 18:12:26 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2019/02/17 08:26:12 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.15
+DISTNAME=      postgresql-9.5.16
 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.17 pkgsrc/databases/postgresql95/distinfo:1.18
--- pkgsrc/databases/postgresql95/distinfo:1.17 Fri Nov  9 18:12:26 2018
+++ pkgsrc/databases/postgresql95/distinfo      Sun Feb 17 08:26:12 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2018/11/09 18:12:26 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/02/17 08:26:12 adam Exp $
 
-SHA1 (postgresql-9.5.15.tar.bz2) = c8b330fd734685f09bebb7d1329200fb0fed5121
-RMD160 (postgresql-9.5.15.tar.bz2) = 3026598c8849d3ed35c9884cb96812cb83db4893
-SHA512 (postgresql-9.5.15.tar.bz2) = 2ea241b6751a2812c689da9bde40151ebb7cdabdd14e93d92f8bea1e3fcf5bc0d4854834999f33270329e22a09c5aeaf8d59d36ca6e8860704f81f3adcfb30d5
-Size (postgresql-9.5.15.tar.bz2) = 18707696 bytes
+SHA1 (postgresql-9.5.16.tar.bz2) = 5413b1d9e239383cc55d6a1328a42f055405354c
+RMD160 (postgresql-9.5.16.tar.bz2) = 7f9c07db733f4b8b61380b9481c2946d06436dd9
+SHA512 (postgresql-9.5.16.tar.bz2) = 4583c825ed00a5ba915863b41c39cd9580492444ff299e44c3856db55fb4f0607d184534fe8977d915fb0730e6d638d8560be11915ce21b9d1f6971e7a285c7c
+Size (postgresql-9.5.16.tar.bz2) = 17506874 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.15 pkgsrc/databases/postgresql95-docs/PLIST:1.16
--- pkgsrc/databases/postgresql95-docs/PLIST:1.15       Fri Nov  9 18:12:27 2018
+++ pkgsrc/databases/postgresql95-docs/PLIST    Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/11/09 18:12:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2019/02/17 08:26:12 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -439,6 +439,7 @@ share/doc/postgresql/html/datatype.html
 share/doc/postgresql/html/datetime-appendix.html
 share/doc/postgresql/html/datetime-config-files.html
 share/doc/postgresql/html/datetime-input-rules.html
+share/doc/postgresql/html/datetime-invalid-input.html
 share/doc/postgresql/html/datetime-keywords.html
 share/doc/postgresql/html/datetime-units-history.html
 share/doc/postgresql/html/dblink.html
@@ -866,341 +867,6 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-0-01.html
-share/doc/postgresql/html/release-0-02.html
-share/doc/postgresql/html/release-0-03.html
-share/doc/postgresql/html/release-1-0.html
-share/doc/postgresql/html/release-1-01.html
-share/doc/postgresql/html/release-1-02.html
-share/doc/postgresql/html/release-1-09.html
-share/doc/postgresql/html/release-6-0.html
-share/doc/postgresql/html/release-6-1-1.html
-share/doc/postgresql/html/release-6-1.html
-share/doc/postgresql/html/release-6-2-1.html
-share/doc/postgresql/html/release-6-2.html
-share/doc/postgresql/html/release-6-3-1.html
-share/doc/postgresql/html/release-6-3-2.html
-share/doc/postgresql/html/release-6-3.html
-share/doc/postgresql/html/release-6-4-1.html
-share/doc/postgresql/html/release-6-4-2.html
-share/doc/postgresql/html/release-6-4.html
-share/doc/postgresql/html/release-6-5-1.html
-share/doc/postgresql/html/release-6-5-2.html
-share/doc/postgresql/html/release-6-5-3.html
-share/doc/postgresql/html/release-6-5.html
-share/doc/postgresql/html/release-7-0-1.html
-share/doc/postgresql/html/release-7-0-2.html
-share/doc/postgresql/html/release-7-0-3.html
-share/doc/postgresql/html/release-7-0.html
-share/doc/postgresql/html/release-7-1-1.html
-share/doc/postgresql/html/release-7-1-2.html
-share/doc/postgresql/html/release-7-1-3.html
-share/doc/postgresql/html/release-7-1.html
-share/doc/postgresql/html/release-7-2-1.html
-share/doc/postgresql/html/release-7-2-2.html
-share/doc/postgresql/html/release-7-2-3.html
-share/doc/postgresql/html/release-7-2-4.html
-share/doc/postgresql/html/release-7-2-5.html
-share/doc/postgresql/html/release-7-2-6.html
-share/doc/postgresql/html/release-7-2-7.html
-share/doc/postgresql/html/release-7-2-8.html
-share/doc/postgresql/html/release-7-2.html
-share/doc/postgresql/html/release-7-3-1.html
-share/doc/postgresql/html/release-7-3-10.html
-share/doc/postgresql/html/release-7-3-11.html
-share/doc/postgresql/html/release-7-3-12.html
-share/doc/postgresql/html/release-7-3-13.html
-share/doc/postgresql/html/release-7-3-14.html
-share/doc/postgresql/html/release-7-3-15.html
-share/doc/postgresql/html/release-7-3-16.html
-share/doc/postgresql/html/release-7-3-17.html
-share/doc/postgresql/html/release-7-3-18.html
-share/doc/postgresql/html/release-7-3-19.html
-share/doc/postgresql/html/release-7-3-2.html
-share/doc/postgresql/html/release-7-3-20.html
-share/doc/postgresql/html/release-7-3-21.html
-share/doc/postgresql/html/release-7-3-3.html
-share/doc/postgresql/html/release-7-3-4.html
-share/doc/postgresql/html/release-7-3-5.html
-share/doc/postgresql/html/release-7-3-6.html
-share/doc/postgresql/html/release-7-3-7.html
-share/doc/postgresql/html/release-7-3-8.html
-share/doc/postgresql/html/release-7-3-9.html
-share/doc/postgresql/html/release-7-3.html
-share/doc/postgresql/html/release-7-4-1.html
-share/doc/postgresql/html/release-7-4-10.html
-share/doc/postgresql/html/release-7-4-11.html
-share/doc/postgresql/html/release-7-4-12.html
-share/doc/postgresql/html/release-7-4-13.html
-share/doc/postgresql/html/release-7-4-14.html
-share/doc/postgresql/html/release-7-4-15.html
-share/doc/postgresql/html/release-7-4-16.html
-share/doc/postgresql/html/release-7-4-17.html
-share/doc/postgresql/html/release-7-4-18.html
-share/doc/postgresql/html/release-7-4-19.html
-share/doc/postgresql/html/release-7-4-2.html
-share/doc/postgresql/html/release-7-4-20.html
-share/doc/postgresql/html/release-7-4-21.html
-share/doc/postgresql/html/release-7-4-22.html
-share/doc/postgresql/html/release-7-4-23.html
-share/doc/postgresql/html/release-7-4-24.html
-share/doc/postgresql/html/release-7-4-25.html
-share/doc/postgresql/html/release-7-4-26.html
-share/doc/postgresql/html/release-7-4-27.html
-share/doc/postgresql/html/release-7-4-28.html
-share/doc/postgresql/html/release-7-4-29.html
-share/doc/postgresql/html/release-7-4-3.html
-share/doc/postgresql/html/release-7-4-30.html
-share/doc/postgresql/html/release-7-4-4.html
-share/doc/postgresql/html/release-7-4-5.html
-share/doc/postgresql/html/release-7-4-6.html
-share/doc/postgresql/html/release-7-4-7.html
-share/doc/postgresql/html/release-7-4-8.html
-share/doc/postgresql/html/release-7-4-9.html
-share/doc/postgresql/html/release-7-4.html
-share/doc/postgresql/html/release-8-0-1.html
-share/doc/postgresql/html/release-8-0-10.html
-share/doc/postgresql/html/release-8-0-11.html
-share/doc/postgresql/html/release-8-0-12.html
-share/doc/postgresql/html/release-8-0-13.html
-share/doc/postgresql/html/release-8-0-14.html
-share/doc/postgresql/html/release-8-0-15.html
-share/doc/postgresql/html/release-8-0-16.html
-share/doc/postgresql/html/release-8-0-17.html
-share/doc/postgresql/html/release-8-0-18.html
-share/doc/postgresql/html/release-8-0-19.html
-share/doc/postgresql/html/release-8-0-2.html
-share/doc/postgresql/html/release-8-0-20.html
-share/doc/postgresql/html/release-8-0-21.html
-share/doc/postgresql/html/release-8-0-22.html
-share/doc/postgresql/html/release-8-0-23.html
-share/doc/postgresql/html/release-8-0-24.html
-share/doc/postgresql/html/release-8-0-25.html
-share/doc/postgresql/html/release-8-0-26.html
-share/doc/postgresql/html/release-8-0-3.html
-share/doc/postgresql/html/release-8-0-4.html
-share/doc/postgresql/html/release-8-0-5.html
-share/doc/postgresql/html/release-8-0-6.html
-share/doc/postgresql/html/release-8-0-7.html
-share/doc/postgresql/html/release-8-0-8.html
-share/doc/postgresql/html/release-8-0-9.html
-share/doc/postgresql/html/release-8-0.html
-share/doc/postgresql/html/release-8-1-1.html
-share/doc/postgresql/html/release-8-1-10.html
-share/doc/postgresql/html/release-8-1-11.html
-share/doc/postgresql/html/release-8-1-12.html
-share/doc/postgresql/html/release-8-1-13.html
-share/doc/postgresql/html/release-8-1-14.html
-share/doc/postgresql/html/release-8-1-15.html
-share/doc/postgresql/html/release-8-1-16.html
-share/doc/postgresql/html/release-8-1-17.html
-share/doc/postgresql/html/release-8-1-18.html
-share/doc/postgresql/html/release-8-1-19.html
-share/doc/postgresql/html/release-8-1-2.html
-share/doc/postgresql/html/release-8-1-20.html
-share/doc/postgresql/html/release-8-1-21.html
-share/doc/postgresql/html/release-8-1-22.html
-share/doc/postgresql/html/release-8-1-23.html
-share/doc/postgresql/html/release-8-1-3.html
-share/doc/postgresql/html/release-8-1-4.html
-share/doc/postgresql/html/release-8-1-5.html
-share/doc/postgresql/html/release-8-1-6.html
-share/doc/postgresql/html/release-8-1-7.html
-share/doc/postgresql/html/release-8-1-8.html
-share/doc/postgresql/html/release-8-1-9.html
-share/doc/postgresql/html/release-8-1.html
-share/doc/postgresql/html/release-8-2-1.html
-share/doc/postgresql/html/release-8-2-10.html
-share/doc/postgresql/html/release-8-2-11.html
-share/doc/postgresql/html/release-8-2-12.html
-share/doc/postgresql/html/release-8-2-13.html
-share/doc/postgresql/html/release-8-2-14.html
-share/doc/postgresql/html/release-8-2-15.html
-share/doc/postgresql/html/release-8-2-16.html
-share/doc/postgresql/html/release-8-2-17.html
-share/doc/postgresql/html/release-8-2-18.html
-share/doc/postgresql/html/release-8-2-19.html
-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
-share/doc/postgresql/html/release-8-2-6.html
-share/doc/postgresql/html/release-8-2-7.html
-share/doc/postgresql/html/release-8-2-8.html
-share/doc/postgresql/html/release-8-2-9.html
-share/doc/postgresql/html/release-8-2.html
-share/doc/postgresql/html/release-8-3-1.html
-share/doc/postgresql/html/release-8-3-10.html
-share/doc/postgresql/html/release-8-3-11.html
-share/doc/postgresql/html/release-8-3-12.html
-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-18.html
-share/doc/postgresql/html/release-8-3-19.html
-share/doc/postgresql/html/release-8-3-2.html
-share/doc/postgresql/html/release-8-3-20.html
-share/doc/postgresql/html/release-8-3-21.html
-share/doc/postgresql/html/release-8-3-22.html
-share/doc/postgresql/html/release-8-3-23.html
-share/doc/postgresql/html/release-8-3-3.html
-share/doc/postgresql/html/release-8-3-4.html
-share/doc/postgresql/html/release-8-3-5.html
-share/doc/postgresql/html/release-8-3-6.html
-share/doc/postgresql/html/release-8-3-7.html
-share/doc/postgresql/html/release-8-3-8.html
-share/doc/postgresql/html/release-8-3-9.html
-share/doc/postgresql/html/release-8-3.html
-share/doc/postgresql/html/release-8-4-1.html
-share/doc/postgresql/html/release-8-4-10.html
-share/doc/postgresql/html/release-8-4-11.html
-share/doc/postgresql/html/release-8-4-12.html
-share/doc/postgresql/html/release-8-4-13.html
-share/doc/postgresql/html/release-8-4-14.html
-share/doc/postgresql/html/release-8-4-15.html
-share/doc/postgresql/html/release-8-4-16.html
-share/doc/postgresql/html/release-8-4-17.html
-share/doc/postgresql/html/release-8-4-18.html
-share/doc/postgresql/html/release-8-4-19.html
-share/doc/postgresql/html/release-8-4-2.html
-share/doc/postgresql/html/release-8-4-20.html
-share/doc/postgresql/html/release-8-4-21.html
-share/doc/postgresql/html/release-8-4-22.html
-share/doc/postgresql/html/release-8-4-3.html
-share/doc/postgresql/html/release-8-4-4.html
-share/doc/postgresql/html/release-8-4-5.html
-share/doc/postgresql/html/release-8-4-6.html
-share/doc/postgresql/html/release-8-4-7.html
-share/doc/postgresql/html/release-8-4-8.html
-share/doc/postgresql/html/release-8-4-9.html
-share/doc/postgresql/html/release-8-4.html
-share/doc/postgresql/html/release-9-0-1.html
-share/doc/postgresql/html/release-9-0-10.html
-share/doc/postgresql/html/release-9-0-11.html
-share/doc/postgresql/html/release-9-0-12.html
-share/doc/postgresql/html/release-9-0-13.html
-share/doc/postgresql/html/release-9-0-14.html
-share/doc/postgresql/html/release-9-0-15.html
-share/doc/postgresql/html/release-9-0-16.html
-share/doc/postgresql/html/release-9-0-17.html
-share/doc/postgresql/html/release-9-0-18.html
-share/doc/postgresql/html/release-9-0-19.html
-share/doc/postgresql/html/release-9-0-2.html
-share/doc/postgresql/html/release-9-0-20.html
-share/doc/postgresql/html/release-9-0-21.html
-share/doc/postgresql/html/release-9-0-22.html
-share/doc/postgresql/html/release-9-0-23.html
-share/doc/postgresql/html/release-9-0-3.html
-share/doc/postgresql/html/release-9-0-4.html
-share/doc/postgresql/html/release-9-0-5.html
-share/doc/postgresql/html/release-9-0-6.html
-share/doc/postgresql/html/release-9-0-7.html
-share/doc/postgresql/html/release-9-0-8.html
-share/doc/postgresql/html/release-9-0-9.html
-share/doc/postgresql/html/release-9-0.html
-share/doc/postgresql/html/release-9-1-1.html
-share/doc/postgresql/html/release-9-1-10.html
-share/doc/postgresql/html/release-9-1-11.html
-share/doc/postgresql/html/release-9-1-12.html
-share/doc/postgresql/html/release-9-1-13.html
-share/doc/postgresql/html/release-9-1-14.html
-share/doc/postgresql/html/release-9-1-15.html
-share/doc/postgresql/html/release-9-1-16.html
-share/doc/postgresql/html/release-9-1-17.html
-share/doc/postgresql/html/release-9-1-18.html
-share/doc/postgresql/html/release-9-1-19.html
-share/doc/postgresql/html/release-9-1-2.html
-share/doc/postgresql/html/release-9-1-20.html
-share/doc/postgresql/html/release-9-1-21.html
-share/doc/postgresql/html/release-9-1-22.html
-share/doc/postgresql/html/release-9-1-23.html
-share/doc/postgresql/html/release-9-1-24.html
-share/doc/postgresql/html/release-9-1-3.html
-share/doc/postgresql/html/release-9-1-4.html
-share/doc/postgresql/html/release-9-1-5.html
-share/doc/postgresql/html/release-9-1-6.html
-share/doc/postgresql/html/release-9-1-7.html
-share/doc/postgresql/html/release-9-1-8.html
-share/doc/postgresql/html/release-9-1-9.html
-share/doc/postgresql/html/release-9-1.html
-share/doc/postgresql/html/release-9-2-1.html
-share/doc/postgresql/html/release-9-2-10.html
-share/doc/postgresql/html/release-9-2-11.html
-share/doc/postgresql/html/release-9-2-12.html
-share/doc/postgresql/html/release-9-2-13.html
-share/doc/postgresql/html/release-9-2-14.html
-share/doc/postgresql/html/release-9-2-15.html
-share/doc/postgresql/html/release-9-2-16.html
-share/doc/postgresql/html/release-9-2-17.html
-share/doc/postgresql/html/release-9-2-18.html
-share/doc/postgresql/html/release-9-2-19.html
-share/doc/postgresql/html/release-9-2-2.html
-share/doc/postgresql/html/release-9-2-20.html
-share/doc/postgresql/html/release-9-2-21.html
-share/doc/postgresql/html/release-9-2-22.html
-share/doc/postgresql/html/release-9-2-23.html
-share/doc/postgresql/html/release-9-2-24.html
-share/doc/postgresql/html/release-9-2-3.html
-share/doc/postgresql/html/release-9-2-4.html
-share/doc/postgresql/html/release-9-2-5.html
-share/doc/postgresql/html/release-9-2-6.html
-share/doc/postgresql/html/release-9-2-7.html
-share/doc/postgresql/html/release-9-2-8.html
-share/doc/postgresql/html/release-9-2-9.html
-share/doc/postgresql/html/release-9-2.html
-share/doc/postgresql/html/release-9-3-1.html
-share/doc/postgresql/html/release-9-3-10.html
-share/doc/postgresql/html/release-9-3-11.html
-share/doc/postgresql/html/release-9-3-12.html
-share/doc/postgresql/html/release-9-3-13.html
-share/doc/postgresql/html/release-9-3-14.html
-share/doc/postgresql/html/release-9-3-15.html
-share/doc/postgresql/html/release-9-3-16.html
-share/doc/postgresql/html/release-9-3-17.html
-share/doc/postgresql/html/release-9-3-18.html
-share/doc/postgresql/html/release-9-3-19.html
-share/doc/postgresql/html/release-9-3-2.html
-share/doc/postgresql/html/release-9-3-20.html
-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-25.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
-share/doc/postgresql/html/release-9-3-6.html
-share/doc/postgresql/html/release-9-3-7.html
-share/doc/postgresql/html/release-9-3-8.html
-share/doc/postgresql/html/release-9-3-9.html
-share/doc/postgresql/html/release-9-3.html
-share/doc/postgresql/html/release-9-4-1.html
-share/doc/postgresql/html/release-9-4-10.html
-share/doc/postgresql/html/release-9-4-11.html
-share/doc/postgresql/html/release-9-4-12.html
-share/doc/postgresql/html/release-9-4-13.html
-share/doc/postgresql/html/release-9-4-14.html
-share/doc/postgresql/html/release-9-4-15.html
-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-20.html
-share/doc/postgresql/html/release-9-4-3.html
-share/doc/postgresql/html/release-9-4-4.html
-share/doc/postgresql/html/release-9-4-5.html
-share/doc/postgresql/html/release-9-4-6.html
-share/doc/postgresql/html/release-9-4-7.html
-share/doc/postgresql/html/release-9-4-8.html
-share/doc/postgresql/html/release-9-4-9.html
-share/doc/postgresql/html/release-9-4.html
 share/doc/postgresql/html/release-9-5-1.html
 share/doc/postgresql/html/release-9-5-10.html
 share/doc/postgresql/html/release-9-5-11.html
@@ -1208,6 +874,7 @@ share/doc/postgresql/html/release-9-5-12
 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-15.html
+share/doc/postgresql/html/release-9-5-16.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
@@ -1217,6 +884,7 @@ share/doc/postgresql/html/release-9-5-7.
 share/doc/postgresql/html/release-9-5-8.html
 share/doc/postgresql/html/release-9-5-9.html
 share/doc/postgresql/html/release-9-5.html
+share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html
 share/doc/postgresql/html/resources.html

Index: pkgsrc/databases/postgresql95-server/Makefile
diff -u pkgsrc/databases/postgresql95-server/Makefile:1.7 pkgsrc/databases/postgresql95-server/Makefile:1.8
--- pkgsrc/databases/postgresql95-server/Makefile:1.7   Wed Feb  6 18:45:55 2019
+++ pkgsrc/databases/postgresql95-server/Makefile       Sun Feb 17 08:26:12 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/02/06 18:45:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2019/02/17 08:26:12 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql95-server/PLIST
diff -u pkgsrc/databases/postgresql95-server/PLIST:1.8 pkgsrc/databases/postgresql95-server/PLIST:1.9
--- pkgsrc/databases/postgresql95-server/PLIST:1.8      Thu Feb  8 20:53:58 2018
+++ pkgsrc/databases/postgresql95-server/PLIST  Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/02/08 20:53:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/02/17 08:26:12 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -370,6 +370,7 @@ share/postgresql/timezone/Asia/Phnom_Pen
 share/postgresql/timezone/Asia/Pontianak
 share/postgresql/timezone/Asia/Pyongyang
 share/postgresql/timezone/Asia/Qatar
+share/postgresql/timezone/Asia/Qostanay
 share/postgresql/timezone/Asia/Qyzylorda
 share/postgresql/timezone/Asia/Rangoon
 share/postgresql/timezone/Asia/Riyadh

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.16 pkgsrc/databases/postgresql96/Makefile.common:1.17
--- pkgsrc/databases/postgresql96/Makefile.common:1.16  Fri Nov  9 18:12:27 2018
+++ pkgsrc/databases/postgresql96/Makefile.common       Sun Feb 17 08:26:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2018/11/09 18:12:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2019/02/17 08:26:12 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.11
+DISTNAME=      postgresql-9.6.12
 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.13 pkgsrc/databases/postgresql96/distinfo:1.14
--- pkgsrc/databases/postgresql96/distinfo:1.13 Fri Nov  9 18:12:27 2018
+++ pkgsrc/databases/postgresql96/distinfo      Sun Feb 17 08:26:12 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2018/11/09 18:12:27 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/02/17 08:26:12 adam Exp $
 
-SHA1 (postgresql-9.6.11.tar.bz2) = f1939fb5c2494a41f702385f7c62d1057977706e
-RMD160 (postgresql-9.6.11.tar.bz2) = 2699e3749b87bd0a776dd1e0ce664f1c91691479
-SHA512 (postgresql-9.6.11.tar.bz2) = a4314f92d1a661af4076d8c120533ecae76d91461043b8a6ad22dd6e5b562e0bf019bc7f3157a26d9666ba5866e254613ae5b690310168b029795dc088f8c060
-Size (postgresql-9.6.11.tar.bz2) = 20009048 bytes
+SHA1 (postgresql-9.6.12.tar.bz2) = e505868d08b2645d08d87d747c652ac1a62518b8
+RMD160 (postgresql-9.6.12.tar.bz2) = 0a638810496adedcea3b672eb9e7cffe4d6909f4
+SHA512 (postgresql-9.6.12.tar.bz2) = 3a7a96caf682461f1f9bffdbe2b72b1ce00cc6680145e00c139e4af8b9dc8b8679fda1626de65921d6e187fa9290efc930584b98f1fd2aba1ba3d790a741a415
+Size (postgresql-9.6.12.tar.bz2) = 18759442 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.5 pkgsrc/databases/postgresql96-client/PLIST:1.6
--- pkgsrc/databases/postgresql96-client/PLIST:1.5      Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql96-client/PLIST  Sun Feb 17 08:26:13 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/02/17 08:26:13 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -361,6 +361,7 @@ include/postgresql/server/optimizer/geqo
 include/postgresql/server/optimizer/geqo_selection.h
 include/postgresql/server/optimizer/joininfo.h
 include/postgresql/server/optimizer/orclauses.h
+include/postgresql/server/optimizer/paramassign.h
 include/postgresql/server/optimizer/pathnode.h
 include/postgresql/server/optimizer/paths.h
 include/postgresql/server/optimizer/placeholder.h

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.11 pkgsrc/databases/postgresql96-docs/PLIST:1.12
--- pkgsrc/databases/postgresql96-docs/PLIST:1.11       Fri Nov  9 18:12:27 2018
+++ pkgsrc/databases/postgresql96-docs/PLIST    Sun Feb 17 08:26:13 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/11/09 18:12:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/02/17 08:26:13 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -443,6 +443,7 @@ share/doc/postgresql/html/datatype.html
 share/doc/postgresql/html/datetime-appendix.html
 share/doc/postgresql/html/datetime-config-files.html
 share/doc/postgresql/html/datetime-input-rules.html
+share/doc/postgresql/html/datetime-invalid-input.html
 share/doc/postgresql/html/datetime-keywords.html
 share/doc/postgresql/html/datetime-units-history.html
 share/doc/postgresql/html/dblink.html
@@ -880,360 +881,10 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-0-01.html
-share/doc/postgresql/html/release-0-02.html
-share/doc/postgresql/html/release-0-03.html
-share/doc/postgresql/html/release-1-0.html
-share/doc/postgresql/html/release-1-01.html
-share/doc/postgresql/html/release-1-02.html
-share/doc/postgresql/html/release-1-09.html
-share/doc/postgresql/html/release-6-0.html
-share/doc/postgresql/html/release-6-1-1.html
-share/doc/postgresql/html/release-6-1.html
-share/doc/postgresql/html/release-6-2-1.html
-share/doc/postgresql/html/release-6-2.html
-share/doc/postgresql/html/release-6-3-1.html
-share/doc/postgresql/html/release-6-3-2.html
-share/doc/postgresql/html/release-6-3.html
-share/doc/postgresql/html/release-6-4-1.html
-share/doc/postgresql/html/release-6-4-2.html
-share/doc/postgresql/html/release-6-4.html
-share/doc/postgresql/html/release-6-5-1.html
-share/doc/postgresql/html/release-6-5-2.html
-share/doc/postgresql/html/release-6-5-3.html
-share/doc/postgresql/html/release-6-5.html
-share/doc/postgresql/html/release-7-0-1.html
-share/doc/postgresql/html/release-7-0-2.html
-share/doc/postgresql/html/release-7-0-3.html
-share/doc/postgresql/html/release-7-0.html
-share/doc/postgresql/html/release-7-1-1.html
-share/doc/postgresql/html/release-7-1-2.html
-share/doc/postgresql/html/release-7-1-3.html
-share/doc/postgresql/html/release-7-1.html
-share/doc/postgresql/html/release-7-2-1.html
-share/doc/postgresql/html/release-7-2-2.html
-share/doc/postgresql/html/release-7-2-3.html
-share/doc/postgresql/html/release-7-2-4.html
-share/doc/postgresql/html/release-7-2-5.html
-share/doc/postgresql/html/release-7-2-6.html
-share/doc/postgresql/html/release-7-2-7.html
-share/doc/postgresql/html/release-7-2-8.html
-share/doc/postgresql/html/release-7-2.html
-share/doc/postgresql/html/release-7-3-1.html
-share/doc/postgresql/html/release-7-3-10.html
-share/doc/postgresql/html/release-7-3-11.html
-share/doc/postgresql/html/release-7-3-12.html
-share/doc/postgresql/html/release-7-3-13.html
-share/doc/postgresql/html/release-7-3-14.html
-share/doc/postgresql/html/release-7-3-15.html
-share/doc/postgresql/html/release-7-3-16.html
-share/doc/postgresql/html/release-7-3-17.html
-share/doc/postgresql/html/release-7-3-18.html
-share/doc/postgresql/html/release-7-3-19.html
-share/doc/postgresql/html/release-7-3-2.html
-share/doc/postgresql/html/release-7-3-20.html
-share/doc/postgresql/html/release-7-3-21.html
-share/doc/postgresql/html/release-7-3-3.html
-share/doc/postgresql/html/release-7-3-4.html
-share/doc/postgresql/html/release-7-3-5.html
-share/doc/postgresql/html/release-7-3-6.html
-share/doc/postgresql/html/release-7-3-7.html
-share/doc/postgresql/html/release-7-3-8.html
-share/doc/postgresql/html/release-7-3-9.html
-share/doc/postgresql/html/release-7-3.html
-share/doc/postgresql/html/release-7-4-1.html
-share/doc/postgresql/html/release-7-4-10.html
-share/doc/postgresql/html/release-7-4-11.html
-share/doc/postgresql/html/release-7-4-12.html
-share/doc/postgresql/html/release-7-4-13.html
-share/doc/postgresql/html/release-7-4-14.html
-share/doc/postgresql/html/release-7-4-15.html
-share/doc/postgresql/html/release-7-4-16.html
-share/doc/postgresql/html/release-7-4-17.html
-share/doc/postgresql/html/release-7-4-18.html
-share/doc/postgresql/html/release-7-4-19.html
-share/doc/postgresql/html/release-7-4-2.html
-share/doc/postgresql/html/release-7-4-20.html
-share/doc/postgresql/html/release-7-4-21.html
-share/doc/postgresql/html/release-7-4-22.html
-share/doc/postgresql/html/release-7-4-23.html
-share/doc/postgresql/html/release-7-4-24.html
-share/doc/postgresql/html/release-7-4-25.html
-share/doc/postgresql/html/release-7-4-26.html
-share/doc/postgresql/html/release-7-4-27.html
-share/doc/postgresql/html/release-7-4-28.html
-share/doc/postgresql/html/release-7-4-29.html
-share/doc/postgresql/html/release-7-4-3.html
-share/doc/postgresql/html/release-7-4-30.html
-share/doc/postgresql/html/release-7-4-4.html
-share/doc/postgresql/html/release-7-4-5.html
-share/doc/postgresql/html/release-7-4-6.html
-share/doc/postgresql/html/release-7-4-7.html
-share/doc/postgresql/html/release-7-4-8.html
-share/doc/postgresql/html/release-7-4-9.html
-share/doc/postgresql/html/release-7-4.html
-share/doc/postgresql/html/release-8-0-1.html
-share/doc/postgresql/html/release-8-0-10.html
-share/doc/postgresql/html/release-8-0-11.html
-share/doc/postgresql/html/release-8-0-12.html
-share/doc/postgresql/html/release-8-0-13.html
-share/doc/postgresql/html/release-8-0-14.html
-share/doc/postgresql/html/release-8-0-15.html
-share/doc/postgresql/html/release-8-0-16.html
-share/doc/postgresql/html/release-8-0-17.html
-share/doc/postgresql/html/release-8-0-18.html
-share/doc/postgresql/html/release-8-0-19.html
-share/doc/postgresql/html/release-8-0-2.html
-share/doc/postgresql/html/release-8-0-20.html
-share/doc/postgresql/html/release-8-0-21.html
-share/doc/postgresql/html/release-8-0-22.html
-share/doc/postgresql/html/release-8-0-23.html
-share/doc/postgresql/html/release-8-0-24.html
-share/doc/postgresql/html/release-8-0-25.html
-share/doc/postgresql/html/release-8-0-26.html
-share/doc/postgresql/html/release-8-0-3.html
-share/doc/postgresql/html/release-8-0-4.html
-share/doc/postgresql/html/release-8-0-5.html
-share/doc/postgresql/html/release-8-0-6.html
-share/doc/postgresql/html/release-8-0-7.html
-share/doc/postgresql/html/release-8-0-8.html
-share/doc/postgresql/html/release-8-0-9.html
-share/doc/postgresql/html/release-8-0.html
-share/doc/postgresql/html/release-8-1-1.html
-share/doc/postgresql/html/release-8-1-10.html
-share/doc/postgresql/html/release-8-1-11.html
-share/doc/postgresql/html/release-8-1-12.html
-share/doc/postgresql/html/release-8-1-13.html
-share/doc/postgresql/html/release-8-1-14.html
-share/doc/postgresql/html/release-8-1-15.html
-share/doc/postgresql/html/release-8-1-16.html
-share/doc/postgresql/html/release-8-1-17.html
-share/doc/postgresql/html/release-8-1-18.html
-share/doc/postgresql/html/release-8-1-19.html
-share/doc/postgresql/html/release-8-1-2.html
-share/doc/postgresql/html/release-8-1-20.html
-share/doc/postgresql/html/release-8-1-21.html
-share/doc/postgresql/html/release-8-1-22.html
-share/doc/postgresql/html/release-8-1-23.html
-share/doc/postgresql/html/release-8-1-3.html
-share/doc/postgresql/html/release-8-1-4.html
-share/doc/postgresql/html/release-8-1-5.html
-share/doc/postgresql/html/release-8-1-6.html
-share/doc/postgresql/html/release-8-1-7.html
-share/doc/postgresql/html/release-8-1-8.html
-share/doc/postgresql/html/release-8-1-9.html
-share/doc/postgresql/html/release-8-1.html
-share/doc/postgresql/html/release-8-2-1.html
-share/doc/postgresql/html/release-8-2-10.html
-share/doc/postgresql/html/release-8-2-11.html
-share/doc/postgresql/html/release-8-2-12.html
-share/doc/postgresql/html/release-8-2-13.html
-share/doc/postgresql/html/release-8-2-14.html
-share/doc/postgresql/html/release-8-2-15.html
-share/doc/postgresql/html/release-8-2-16.html
-share/doc/postgresql/html/release-8-2-17.html
-share/doc/postgresql/html/release-8-2-18.html
-share/doc/postgresql/html/release-8-2-19.html
-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
-share/doc/postgresql/html/release-8-2-6.html
-share/doc/postgresql/html/release-8-2-7.html
-share/doc/postgresql/html/release-8-2-8.html
-share/doc/postgresql/html/release-8-2-9.html
-share/doc/postgresql/html/release-8-2.html
-share/doc/postgresql/html/release-8-3-1.html
-share/doc/postgresql/html/release-8-3-10.html
-share/doc/postgresql/html/release-8-3-11.html
-share/doc/postgresql/html/release-8-3-12.html
-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-18.html
-share/doc/postgresql/html/release-8-3-19.html
-share/doc/postgresql/html/release-8-3-2.html
-share/doc/postgresql/html/release-8-3-20.html
-share/doc/postgresql/html/release-8-3-21.html
-share/doc/postgresql/html/release-8-3-22.html
-share/doc/postgresql/html/release-8-3-23.html
-share/doc/postgresql/html/release-8-3-3.html
-share/doc/postgresql/html/release-8-3-4.html
-share/doc/postgresql/html/release-8-3-5.html
-share/doc/postgresql/html/release-8-3-6.html
-share/doc/postgresql/html/release-8-3-7.html
-share/doc/postgresql/html/release-8-3-8.html
-share/doc/postgresql/html/release-8-3-9.html
-share/doc/postgresql/html/release-8-3.html
-share/doc/postgresql/html/release-8-4-1.html
-share/doc/postgresql/html/release-8-4-10.html
-share/doc/postgresql/html/release-8-4-11.html
-share/doc/postgresql/html/release-8-4-12.html
-share/doc/postgresql/html/release-8-4-13.html
-share/doc/postgresql/html/release-8-4-14.html
-share/doc/postgresql/html/release-8-4-15.html
-share/doc/postgresql/html/release-8-4-16.html
-share/doc/postgresql/html/release-8-4-17.html
-share/doc/postgresql/html/release-8-4-18.html
-share/doc/postgresql/html/release-8-4-19.html
-share/doc/postgresql/html/release-8-4-2.html
-share/doc/postgresql/html/release-8-4-20.html
-share/doc/postgresql/html/release-8-4-21.html
-share/doc/postgresql/html/release-8-4-22.html
-share/doc/postgresql/html/release-8-4-3.html
-share/doc/postgresql/html/release-8-4-4.html
-share/doc/postgresql/html/release-8-4-5.html
-share/doc/postgresql/html/release-8-4-6.html
-share/doc/postgresql/html/release-8-4-7.html
-share/doc/postgresql/html/release-8-4-8.html
-share/doc/postgresql/html/release-8-4-9.html
-share/doc/postgresql/html/release-8-4.html
-share/doc/postgresql/html/release-9-0-1.html
-share/doc/postgresql/html/release-9-0-10.html
-share/doc/postgresql/html/release-9-0-11.html
-share/doc/postgresql/html/release-9-0-12.html
-share/doc/postgresql/html/release-9-0-13.html
-share/doc/postgresql/html/release-9-0-14.html
-share/doc/postgresql/html/release-9-0-15.html
-share/doc/postgresql/html/release-9-0-16.html
-share/doc/postgresql/html/release-9-0-17.html
-share/doc/postgresql/html/release-9-0-18.html
-share/doc/postgresql/html/release-9-0-19.html
-share/doc/postgresql/html/release-9-0-2.html
-share/doc/postgresql/html/release-9-0-20.html
-share/doc/postgresql/html/release-9-0-21.html
-share/doc/postgresql/html/release-9-0-22.html
-share/doc/postgresql/html/release-9-0-23.html
-share/doc/postgresql/html/release-9-0-3.html
-share/doc/postgresql/html/release-9-0-4.html
-share/doc/postgresql/html/release-9-0-5.html
-share/doc/postgresql/html/release-9-0-6.html
-share/doc/postgresql/html/release-9-0-7.html
-share/doc/postgresql/html/release-9-0-8.html
-share/doc/postgresql/html/release-9-0-9.html
-share/doc/postgresql/html/release-9-0.html
-share/doc/postgresql/html/release-9-1-1.html
-share/doc/postgresql/html/release-9-1-10.html
-share/doc/postgresql/html/release-9-1-11.html
-share/doc/postgresql/html/release-9-1-12.html
-share/doc/postgresql/html/release-9-1-13.html
-share/doc/postgresql/html/release-9-1-14.html
-share/doc/postgresql/html/release-9-1-15.html
-share/doc/postgresql/html/release-9-1-16.html
-share/doc/postgresql/html/release-9-1-17.html
-share/doc/postgresql/html/release-9-1-18.html
-share/doc/postgresql/html/release-9-1-19.html
-share/doc/postgresql/html/release-9-1-2.html
-share/doc/postgresql/html/release-9-1-20.html
-share/doc/postgresql/html/release-9-1-21.html
-share/doc/postgresql/html/release-9-1-22.html
-share/doc/postgresql/html/release-9-1-23.html
-share/doc/postgresql/html/release-9-1-24.html
-share/doc/postgresql/html/release-9-1-3.html
-share/doc/postgresql/html/release-9-1-4.html
-share/doc/postgresql/html/release-9-1-5.html
-share/doc/postgresql/html/release-9-1-6.html
-share/doc/postgresql/html/release-9-1-7.html
-share/doc/postgresql/html/release-9-1-8.html
-share/doc/postgresql/html/release-9-1-9.html
-share/doc/postgresql/html/release-9-1.html
-share/doc/postgresql/html/release-9-2-1.html
-share/doc/postgresql/html/release-9-2-10.html
-share/doc/postgresql/html/release-9-2-11.html
-share/doc/postgresql/html/release-9-2-12.html
-share/doc/postgresql/html/release-9-2-13.html
-share/doc/postgresql/html/release-9-2-14.html
-share/doc/postgresql/html/release-9-2-15.html
-share/doc/postgresql/html/release-9-2-16.html
-share/doc/postgresql/html/release-9-2-17.html
-share/doc/postgresql/html/release-9-2-18.html
-share/doc/postgresql/html/release-9-2-19.html
-share/doc/postgresql/html/release-9-2-2.html
-share/doc/postgresql/html/release-9-2-20.html
-share/doc/postgresql/html/release-9-2-21.html
-share/doc/postgresql/html/release-9-2-22.html
-share/doc/postgresql/html/release-9-2-23.html
-share/doc/postgresql/html/release-9-2-24.html
-share/doc/postgresql/html/release-9-2-3.html
-share/doc/postgresql/html/release-9-2-4.html
-share/doc/postgresql/html/release-9-2-5.html
-share/doc/postgresql/html/release-9-2-6.html
-share/doc/postgresql/html/release-9-2-7.html
-share/doc/postgresql/html/release-9-2-8.html
-share/doc/postgresql/html/release-9-2-9.html
-share/doc/postgresql/html/release-9-2.html
-share/doc/postgresql/html/release-9-3-1.html
-share/doc/postgresql/html/release-9-3-10.html
-share/doc/postgresql/html/release-9-3-11.html
-share/doc/postgresql/html/release-9-3-12.html
-share/doc/postgresql/html/release-9-3-13.html
-share/doc/postgresql/html/release-9-3-14.html
-share/doc/postgresql/html/release-9-3-15.html
-share/doc/postgresql/html/release-9-3-16.html
-share/doc/postgresql/html/release-9-3-17.html
-share/doc/postgresql/html/release-9-3-18.html
-share/doc/postgresql/html/release-9-3-19.html
-share/doc/postgresql/html/release-9-3-2.html
-share/doc/postgresql/html/release-9-3-20.html
-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-25.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
-share/doc/postgresql/html/release-9-3-6.html
-share/doc/postgresql/html/release-9-3-7.html
-share/doc/postgresql/html/release-9-3-8.html
-share/doc/postgresql/html/release-9-3-9.html
-share/doc/postgresql/html/release-9-3.html
-share/doc/postgresql/html/release-9-4-1.html
-share/doc/postgresql/html/release-9-4-10.html
-share/doc/postgresql/html/release-9-4-11.html
-share/doc/postgresql/html/release-9-4-12.html
-share/doc/postgresql/html/release-9-4-13.html
-share/doc/postgresql/html/release-9-4-14.html
-share/doc/postgresql/html/release-9-4-15.html
-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-20.html
-share/doc/postgresql/html/release-9-4-3.html
-share/doc/postgresql/html/release-9-4-4.html
-share/doc/postgresql/html/release-9-4-5.html
-share/doc/postgresql/html/release-9-4-6.html
-share/doc/postgresql/html/release-9-4-7.html
-share/doc/postgresql/html/release-9-4-8.html
-share/doc/postgresql/html/release-9-4-9.html
-share/doc/postgresql/html/release-9-4.html
-share/doc/postgresql/html/release-9-5-1.html
-share/doc/postgresql/html/release-9-5-10.html
-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-15.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
-share/doc/postgresql/html/release-9-5-5.html
-share/doc/postgresql/html/release-9-5-6.html
-share/doc/postgresql/html/release-9-5-7.html
-share/doc/postgresql/html/release-9-5-8.html
-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-11.html
+share/doc/postgresql/html/release-9-6-12.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
@@ -1243,6 +894,7 @@ share/doc/postgresql/html/release-9-6-7.
 share/doc/postgresql/html/release-9-6-8.html
 share/doc/postgresql/html/release-9-6-9.html
 share/doc/postgresql/html/release-9-6.html
+share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html
 share/doc/postgresql/html/resources.html

Index: pkgsrc/databases/postgresql96-server/Makefile
diff -u pkgsrc/databases/postgresql96-server/Makefile:1.4 pkgsrc/databases/postgresql96-server/Makefile:1.5
--- pkgsrc/databases/postgresql96-server/Makefile:1.4   Wed Feb  6 18:45:56 2019
+++ pkgsrc/databases/postgresql96-server/Makefile       Sun Feb 17 08:26:13 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/02/06 18:45:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2019/02/17 08:26:13 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql96-server/PLIST
diff -u pkgsrc/databases/postgresql96-server/PLIST:1.6 pkgsrc/databases/postgresql96-server/PLIST:1.7
--- pkgsrc/databases/postgresql96-server/PLIST:1.6      Fri Aug 10 11:56:10 2018
+++ pkgsrc/databases/postgresql96-server/PLIST  Sun Feb 17 08:26:13 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/02/17 08:26:13 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -375,6 +375,7 @@ share/postgresql/timezone/Asia/Phnom_Pen
 share/postgresql/timezone/Asia/Pontianak
 share/postgresql/timezone/Asia/Pyongyang
 share/postgresql/timezone/Asia/Qatar
+share/postgresql/timezone/Asia/Qostanay
 share/postgresql/timezone/Asia/Qyzylorda
 share/postgresql/timezone/Asia/Rangoon
 share/postgresql/timezone/Asia/Riyadh



Home | Main Index | Thread Index | Old Index