pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases postgresql: updated to 13.3, 12.7, 11.12, 10...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f5a48b949b3
branches:  trunk
changeset: 452864:9f5a48b949b3
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 18 11:56:16 2021 +0000

description:
postgresql: updated to 13.3, 12.7, 11.12, 10.17, 9.6.22

PostgreSQL 13.3, 12.7, 11.12, 10.17, and 9.6.22 Released!

Posted on 2021-05-13 by PostgreSQL Global Development Group
 PostgreSQL Project  Security
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.3, 12.7, 11.12, 10.17, and 9.6.22. This release closes three security 
vulnerabilities and fixes over 45 bugs reported over the last three months.

For the full list of changes, please review the release notes.

Security Issues

CVE-2021-32027: Buffer overrun from integer overflow in array subscripting calculations

Versions Affected: 9.6 - 13. The security team typically does not test unsupported versions, but this problem is quite old.

While modifying certain SQL array values, missing bounds checks let authenticated database users write arbitrary bytes to a wide area of server memory.

The PostgreSQL project thanks Tom Lane for reporting this problem.

CVE-2021-32028: Memory disclosure in INSERT ... ON CONFLICT ... DO UPDATE

Versions Affected: 9.6 - 13. The security team typically does not test unsupported versions. The feature first appeared in 9.5.

Using an INSERT ... ON CONFLICT ... DO UPDATE command on a purpose-crafted table, an attacker can read arbitrary bytes of server memory. In the default configuration, any authenticated database user 
can create prerequisite objects and complete this attack at will. A user lacking the CREATE and TEMPORARY privileges on all databases and the CREATE privilege on all schemas cannot use this attack at 
will.

The PostgreSQL project thanks Andres Freund for reporting this problem.

CVE-2021-32029: Memory disclosure in partitioned-table UPDATE ... RETURNING

Versions Affected: 11 - 13

Using an UPDATE ... RETURNING on a purpose-crafted partitioned table, an attacker can read arbitrary bytes of server memory. In the default configuration, any authenticated database user can create 
prerequisite objects and complete this attack at will. A user lacking the CREATE and TEMPORARY privileges on all databases and the CREATE privilege on all schemas typically cannot use this attack at 
will.

The PostgreSQL project thanks Tom Lane for reporting this problem.

Bug Fixes and Improvements

This update fixes over 45 bugs that were reported in the last several months. Some of these issues only affect version 13, but could also apply to other supported versions.

Some of these fixes include:

Fix potential incorrect computation of UPDATE ... RETURNING outputs for joined, cross-partition updates.
Fix ALTER TABLE ... ALTER CONSTRAINT when used on foreign-key constraints on partitioned tables. The command would fail to adjust the DEFERRABLE and/or INITIALLY DEFERRED properties of the 
constraints and triggers of leaf partitions, leading to unexpected behavior. After updating to this version, you can execute the ALTER TABLE ... ALTER CONSTRAINT command to fix any misbehaving 
partitioned tables.
Ensure that when a child table is attached with ALTER TABLE ... INHERIT that generated columns in the parent are generated in the same way in the child.
Forbid marking an identity column as NULL.
Allow ALTER ROLE ... SET/ALTER DATABASE ... SET to set the role, session_authorization, and temp_buffers parameters.
Ensure that REINDEX CONCURRENTLY preserves any statistics target set for the index.
Fix an issue where, in some cases, saving records within AFTER triggers could cause crashes.
Fix how to_char() handles Roman-numeral month format codes with negative intervals.
Fix use of uninitialized value while parsing an \{m,n\} quantifier in a BRE-mode regular expression.
Fix "could not find pathkey item to sort" planner errors that occur in some situations when the sort key involves an aggregate or window function.
Fix issue with BRIN index bitmap scans that could lead to "could not open file" errors.
Fix potentially wrong answers from GIN tsvector index searches when there are many matching records.
Fixes for COMMIT AND CHAIN functionality on both the server and psql.
Avoid incorrect timeline change while recovering uncommitted two-phase transactions from WAL, which could lead to consistency issues and the inability to restart the server.
Ensure thatwal_sync_method is set to fdatasync by default on newer FreeBSD releases.
Disable the vacuum_cleanup_index_scale_factor parameter and storage option.
Fix several memory leaks in the server, including one with SSL/TLS parameter initialization.
Restore the previous behavior of \connect service=XYZ to psql, i.e. disallow environmental variables (e.g. PGPORT) from overriding entries in the service file.
Fix how pg_dump handles generated columns in partitioned tables.
Add additional checks to pg_upgrade for user tables containing non-upgradable data types.
On Windows, initdb now prints instructions about how to start the server with pg_ctl using backslash separators.
Fix pg_waldump to count XACT records correctly when generating per-record statistics.

diffstat:

 databases/postgresql10-client/Makefile   |   3 +--
 databases/postgresql10-contrib/Makefile  |   3 +--
 databases/postgresql10-docs/Makefile     |   3 +--
 databases/postgresql10-docs/PLIST        |   8 +++++++-
 databases/postgresql10-plperl/Makefile   |   3 +--
 databases/postgresql10-plpython/Makefile |   3 +--
 databases/postgresql10-pltcl/Makefile    |   3 +--
 databases/postgresql10-server/Makefile   |   3 +--
 databases/postgresql10/Makefile          |   3 +--
 databases/postgresql10/Makefile.common   |   4 ++--
 databases/postgresql10/distinfo          |  10 +++++-----
 databases/postgresql11-client/Makefile   |   3 +--
 databases/postgresql11-contrib/Makefile  |   3 +--
 databases/postgresql11-docs/Makefile     |   3 +--
 databases/postgresql11-docs/PLIST        |   8 +++++++-
 databases/postgresql11-plperl/Makefile   |   3 +--
 databases/postgresql11-plpython/Makefile |   3 +--
 databases/postgresql11-pltcl/Makefile    |   3 +--
 databases/postgresql11-server/Makefile   |   3 +--
 databases/postgresql11/Makefile          |   3 +--
 databases/postgresql11/Makefile.common   |   4 ++--
 databases/postgresql11/distinfo          |  10 +++++-----
 databases/postgresql12-client/Makefile   |   3 +--
 databases/postgresql12-contrib/Makefile  |   3 +--
 databases/postgresql12-docs/Makefile     |   3 +--
 databases/postgresql12-docs/PLIST        |   9 ++++++++-
 databases/postgresql12-plperl/Makefile   |   3 +--
 databases/postgresql12-plpython/Makefile |   3 +--
 databases/postgresql12-pltcl/Makefile    |   3 +--
 databases/postgresql12-server/Makefile   |   3 +--
 databases/postgresql12/Makefile          |   3 +--
 databases/postgresql12/Makefile.common   |   4 ++--
 databases/postgresql12/distinfo          |  10 +++++-----
 databases/postgresql13-client/Makefile   |   3 +--
 databases/postgresql13-client/PLIST      |  11 ++++++++++-
 databases/postgresql13-contrib/Makefile  |   3 +--
 databases/postgresql13-docs/Makefile     |   3 +--
 databases/postgresql13-docs/PLIST        |   9 ++++++++-
 databases/postgresql13-plperl/Makefile   |   3 +--
 databases/postgresql13-plpython/Makefile |   3 +--
 databases/postgresql13-pltcl/Makefile    |   3 +--
 databases/postgresql13-pltcl/PLIST       |   3 ++-
 databases/postgresql13-server/Makefile   |   3 +--
 databases/postgresql13/Makefile          |   3 +--
 databases/postgresql13/Makefile.common   |   4 ++--
 databases/postgresql13/distinfo          |  10 +++++-----
 databases/postgresql95-client/Makefile   |   3 +--
 databases/postgresql95-contrib/Makefile  |   3 +--
 databases/postgresql95-docs/Makefile     |   3 +--
 databases/postgresql95-plperl/Makefile   |   3 +--
 databases/postgresql95-plpython/Makefile |   3 +--
 databases/postgresql95-pltcl/Makefile    |   3 +--
 databases/postgresql95-server/Makefile   |   3 +--
 databases/postgresql95/Makefile          |   3 +--
 databases/postgresql96-client/Makefile   |   3 +--
 databases/postgresql96-contrib/Makefile  |   3 +--
 databases/postgresql96-docs/Makefile     |   3 +--
 databases/postgresql96-docs/PLIST        |   4 +++-
 databases/postgresql96-plperl/Makefile   |   3 +--
 databases/postgresql96-plpython/Makefile |   3 +--
 databases/postgresql96-pltcl/Makefile    |   3 +--
 databases/postgresql96-server/Makefile   |   3 +--
 databases/postgresql96/Makefile          |   3 +--
 databases/postgresql96/Makefile.common   |   4 ++--
 databases/postgresql96/distinfo          |  10 +++++-----
 65 files changed, 128 insertions(+), 138 deletions(-)

diffs (truncated from 1048 to 300 lines):

diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-client/Makefile
--- a/databases/postgresql10-client/Makefile    Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-client/Makefile    Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:14 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-contrib/Makefile
--- a/databases/postgresql10-contrib/Makefile   Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-contrib/Makefile   Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:14 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-docs/Makefile
--- a/databases/postgresql10-docs/Makefile      Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-docs/Makefile      Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/04/21 11:41:14 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-docs/PLIST
--- a/databases/postgresql10-docs/PLIST Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-docs/PLIST Tue May 18 11:56:16 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/02/15 18:58:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2021/05/18 11:56:17 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -293,8 +293,10 @@
 share/doc/postgresql/html/app-pgcontroldata.html
 share/doc/postgresql/html/app-pgdump.html
 share/doc/postgresql/html/app-pgreceivewal.html
+share/doc/postgresql/html/app-pgreceivexlog.html
 share/doc/postgresql/html/app-pgrecvlogical.html
 share/doc/postgresql/html/app-pgresetwal.html
+share/doc/postgresql/html/app-pgresetxlog.html
 share/doc/postgresql/html/app-pgrestore.html
 share/doc/postgresql/html/app-pgrewind.html
 share/doc/postgresql/html/app-postgres.html
@@ -302,6 +304,7 @@
 share/doc/postgresql/html/app-psql.html
 share/doc/postgresql/html/app-reindexdb.html
 share/doc/postgresql/html/app-vacuumdb.html
+share/doc/postgresql/html/appendix-obsolete.html
 share/doc/postgresql/html/appendixes.html
 share/doc/postgresql/html/applevel-consistency.html
 share/doc/postgresql/html/archive-recovery-settings.html
@@ -457,6 +460,7 @@
 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-julian-dates.html
 share/doc/postgresql/html/datetime-keywords.html
 share/doc/postgresql/html/datetime-posix-timezone-specs.html
 share/doc/postgresql/html/datetime-units-history.html
@@ -820,6 +824,7 @@
 share/doc/postgresql/html/pgupgrade.html
 share/doc/postgresql/html/pgvisibility.html
 share/doc/postgresql/html/pgwaldump.html
+share/doc/postgresql/html/pgxlogdump.html
 share/doc/postgresql/html/planner-optimizer.html
 share/doc/postgresql/html/planner-stats-details.html
 share/doc/postgresql/html/planner-stats-security.html
@@ -917,6 +922,7 @@
 share/doc/postgresql/html/release-10-14.html
 share/doc/postgresql/html/release-10-15.html
 share/doc/postgresql/html/release-10-16.html
+share/doc/postgresql/html/release-10-17.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
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-plperl/Makefile
--- a/databases/postgresql10-plperl/Makefile    Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-plperl/Makefile    Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.13 2021/04/21 11:41:14 adam Exp $
+#$ $NetBSD: Makefile,v 1.14 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-plpython/Makefile
--- a/databases/postgresql10-plpython/Makefile  Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-plpython/Makefile  Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/04/21 11:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-pltcl/Makefile
--- a/databases/postgresql10-pltcl/Makefile     Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-pltcl/Makefile     Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/04/21 11:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.15 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10-server/Makefile
--- a/databases/postgresql10-server/Makefile    Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10-server/Makefile    Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/04/21 11:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10/Makefile
--- a/databases/postgresql10/Makefile   Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10/Makefile   Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/04/21 11:41:14 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/05/18 11:56:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10/Makefile.common    Tue May 18 11:56:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2021/05/07 06:58:55 nia Exp $
+# $NetBSD: Makefile.common,v 1.28 2021/05/18 11:56:16 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.16
+DISTNAME=      postgresql-10.17
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo   Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql10/distinfo   Tue May 18 11:56:16 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2021/03/18 15:04:53 adam Exp $
+$NetBSD: distinfo,v 1.20 2021/05/18 11:56:16 adam Exp $
 
-SHA1 (postgresql-10.16.tar.bz2) = 594d7f1c604a9666499510d69b6dece97632a61d
-RMD160 (postgresql-10.16.tar.bz2) = d112a187f96bb75e39131e48ca7973286e2da89d
-SHA512 (postgresql-10.16.tar.bz2) = 690649b4e2f4e0650e5b927048e06894e60c5cf1663bb63ab89143f49e5f753e590d3f011b44df3c402379953a9c23f4832f0cf97c984f03c37d14cb85c860aa
-Size (postgresql-10.16.tar.bz2) = 19140221 bytes
+SHA1 (postgresql-10.17.tar.bz2) = 479ec3bf2882a3188dd16ec92169c67e78995400
+RMD160 (postgresql-10.17.tar.bz2) = eb2c2dd55f6515b5a2d27f36f9c87625a7d6c2f5
+SHA512 (postgresql-10.17.tar.bz2) = 4989abe56cf631b367252c62f15c9f4a22a864a75d607fa29c2116c95e29f95bc3855df6b2fc88dbedcfc7b238d6732d13629fc967f09bbd3ea4d5c328cb925f
+Size (postgresql-10.17.tar.bz2) = 19153278 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql11-client/Makefile
--- a/databases/postgresql11-client/Makefile    Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql11-client/Makefile    Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/04/21 11:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/05/18 11:56:17 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql11/Makefile.common"
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql11-contrib/Makefile
--- a/databases/postgresql11-contrib/Makefile   Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql11-contrib/Makefile   Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/04/21 11:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.15 2021/05/18 11:56:18 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql11/Makefile.common"
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql11-docs/Makefile
--- a/databases/postgresql11-docs/Makefile      Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql11-docs/Makefile      Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/04/21 11:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/05/18 11:56:18 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql11/Makefile.common"
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql11-docs/PLIST
--- a/databases/postgresql11-docs/PLIST Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql11-docs/PLIST Tue May 18 11:56:16 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/02/15 18:58:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/05/18 11:56:18 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -305,8 +305,10 @@
 share/doc/postgresql/html/app-pgcontroldata.html
 share/doc/postgresql/html/app-pgdump.html
 share/doc/postgresql/html/app-pgreceivewal.html
+share/doc/postgresql/html/app-pgreceivexlog.html
 share/doc/postgresql/html/app-pgrecvlogical.html
 share/doc/postgresql/html/app-pgresetwal.html
+share/doc/postgresql/html/app-pgresetxlog.html
 share/doc/postgresql/html/app-pgrestore.html
 share/doc/postgresql/html/app-pgrewind.html
 share/doc/postgresql/html/app-postgres.html
@@ -314,6 +316,7 @@
 share/doc/postgresql/html/app-psql.html
 share/doc/postgresql/html/app-reindexdb.html
 share/doc/postgresql/html/app-vacuumdb.html
+share/doc/postgresql/html/appendix-obsolete.html
 share/doc/postgresql/html/appendixes.html
 share/doc/postgresql/html/applevel-consistency.html
 share/doc/postgresql/html/archive-recovery-settings.html
@@ -482,6 +485,7 @@
 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-julian-dates.html
 share/doc/postgresql/html/datetime-keywords.html
 share/doc/postgresql/html/datetime-posix-timezone-specs.html
 share/doc/postgresql/html/datetime-units-history.html
@@ -853,6 +857,7 @@
 share/doc/postgresql/html/pgverifychecksums.html
 share/doc/postgresql/html/pgvisibility.html
 share/doc/postgresql/html/pgwaldump.html
+share/doc/postgresql/html/pgxlogdump.html
 share/doc/postgresql/html/planner-optimizer.html
 share/doc/postgresql/html/planner-stats-details.html
 share/doc/postgresql/html/planner-stats-security.html
@@ -948,6 +953,7 @@
 share/doc/postgresql/html/release-11-1.html
 share/doc/postgresql/html/release-11-10.html
 share/doc/postgresql/html/release-11-11.html
+share/doc/postgresql/html/release-11-12.html
 share/doc/postgresql/html/release-11-2.html
 share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11-4.html
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql11-plperl/Makefile
--- a/databases/postgresql11-plperl/Makefile    Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql11-plperl/Makefile    Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.11 2021/04/21 11:41:15 adam Exp $
+#$ $NetBSD: Makefile,v 1.12 2021/05/18 11:56:18 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql11-plpython/Makefile
--- a/databases/postgresql11-plpython/Makefile  Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql11-plpython/Makefile  Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/04/21 11:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/05/18 11:56:18 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 9c410b4bbf4c -r 9f5a48b949b3 databases/postgresql11-pltcl/Makefile
--- a/databases/postgresql11-pltcl/Makefile     Tue May 18 11:06:51 2021 +0000
+++ b/databases/postgresql11-pltcl/Makefile     Tue May 18 11:56:16 2021 +0000
@@ -1,7 +1,6 @@



Home | Main Index | Thread Index | Old Index