pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 21 17:29:08 UTC 2025

Modified Files:
        pkgsrc/databases/postgresql13: Makefile.common distinfo
        pkgsrc/databases/postgresql13-docs: PLIST
        pkgsrc/databases/postgresql14: Makefile.common distinfo
        pkgsrc/databases/postgresql14-docs: PLIST
        pkgsrc/databases/postgresql15: Makefile.common distinfo
        pkgsrc/databases/postgresql15-docs: PLIST
        pkgsrc/databases/postgresql16: Makefile.common distinfo
        pkgsrc/databases/postgresql16-docs: PLIST
        pkgsrc/databases/postgresql17: Makefile.common distinfo
        pkgsrc/databases/postgresql17-docs: PLIST

Log Message:
postgresql: updated to 17.4, 16.8, 15.12, 14.17, 13.20

PostgreSQL 17.4, 16.8, 15.12, 14.17, and 13.20

The issues listed below affect PostgreSQL 17. Some of these issues may also
affect other supported versions of PostgreSQL.

Improve behavior of quoting functions in libpq. The fix for CVE-2025-1094
caused the quoting functions to not honor their string length parameters and,
in some cases, cause crashes. This problem could be noticeable from a
PostgreSQL client library, based on how it is integrated with libpq.
Fix small memory leak in pg_createsubscriber.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql13/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql13/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql13-docs/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql14/Makefile.common \
    pkgsrc/databases/postgresql14/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql14-docs/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql15/Makefile.common
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql15/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql15-docs/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql16/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql16/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql16-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql17/Makefile.common \
    pkgsrc/databases/postgresql17/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql17-docs/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/postgresql13/Makefile.common
diff -u pkgsrc/databases/postgresql13/Makefile.common:1.27 pkgsrc/databases/postgresql13/Makefile.common:1.28
--- pkgsrc/databases/postgresql13/Makefile.common:1.27  Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql13/Makefile.common       Fri Feb 21 17:29:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2025/02/16 09:03:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2025/02/21 17:29:07 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/postgresql13-pltcl/Makefile
 # used by databases/postgresql13-server/Makefile
 
-DISTNAME=      postgresql-13.19
+DISTNAME=      postgresql-13.20
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql13/distinfo
diff -u pkgsrc/databases/postgresql13/distinfo:1.26 pkgsrc/databases/postgresql13/distinfo:1.27
--- pkgsrc/databases/postgresql13/distinfo:1.26 Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql13/distinfo      Fri Feb 21 17:29:07 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2025/02/16 09:03:15 adam Exp $
+$NetBSD: distinfo,v 1.27 2025/02/21 17:29:07 adam Exp $
 
-BLAKE2s (postgresql-13.19.tar.bz2) = 6544e4691502991e549ac8ed51f373d81420b558f3dc4de08fa1d60212eae7e9
-SHA512 (postgresql-13.19.tar.bz2) = cb11fbd65067572c46a06cb8c0838d2233b32b734b89db9bea954add6c50ffce2119222555dd66d3af568058b8939da2f36c288b76e8ed3f130c5504019d5f11
-Size (postgresql-13.19.tar.bz2) = 21729020 bytes
+BLAKE2s (postgresql-13.20.tar.bz2) = 6421ecaebf547ecd628e7025498eaa38593ce0882a8f69970ea949510b13c95a
+SHA512 (postgresql-13.20.tar.bz2) = 884ee8327b803c66679238525e7d51320ea537b41138d7fe8fd7e725631f734a61e53646d9cec78154f3f05a3b50e90508793a56a8f0f76699a53773930cb1d0
+Size (postgresql-13.20.tar.bz2) = 21730844 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql13-docs/PLIST
diff -u pkgsrc/databases/postgresql13-docs/PLIST:1.20 pkgsrc/databases/postgresql13-docs/PLIST:1.21
--- pkgsrc/databases/postgresql13-docs/PLIST:1.20       Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql13-docs/PLIST    Fri Feb 21 17:29:07 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2025/02/16 09:03:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2025/02/21 17:29:07 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -982,6 +982,7 @@ share/doc/postgresql/html/release-13-17.
 share/doc/postgresql/html/release-13-18.html
 share/doc/postgresql/html/release-13-19.html
 share/doc/postgresql/html/release-13-2.html
+share/doc/postgresql/html/release-13-20.html
 share/doc/postgresql/html/release-13-3.html
 share/doc/postgresql/html/release-13-4.html
 share/doc/postgresql/html/release-13-5.html

Index: pkgsrc/databases/postgresql14/Makefile.common
diff -u pkgsrc/databases/postgresql14/Makefile.common:1.19 pkgsrc/databases/postgresql14/Makefile.common:1.20
--- pkgsrc/databases/postgresql14/Makefile.common:1.19  Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql14/Makefile.common       Fri Feb 21 17:29:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2025/02/16 09:03:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.20 2025/02/21 17:29:07 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/postgresql14-pltcl/Makefile
 # used by databases/postgresql14-server/Makefile
 
-DISTNAME=      postgresql-14.16
+DISTNAME=      postgresql-14.17
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/databases/postgresql14/distinfo
diff -u pkgsrc/databases/postgresql14/distinfo:1.19 pkgsrc/databases/postgresql14/distinfo:1.20
--- pkgsrc/databases/postgresql14/distinfo:1.19 Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql14/distinfo      Fri Feb 21 17:29:07 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2025/02/16 09:03:15 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/02/21 17:29:07 adam Exp $
 
-BLAKE2s (postgresql-14.16.tar.bz2) = 03145333f78152add1fc4462475e208f8d2c7e3f5f7e27a09eca28f88ee27dbe
-SHA512 (postgresql-14.16.tar.bz2) = 260b6a6bc42a448f9bb3bf4194f601d2c10de517e39c8437b194662e41aae5013f2921b3712014ada24a274edb0db5f7b9f69d15cbb48d77d36b4c53092c93e4
-Size (postgresql-14.16.tar.bz2) = 22491073 bytes
+BLAKE2s (postgresql-14.17.tar.bz2) = e8f6c923f81e4c0cb263d91836bf2dd79557d09245a184b67c8705be0fbde854
+SHA512 (postgresql-14.17.tar.bz2) = 1cb7d16fbfbceaa6bf0acd4cf9bea3e8fc078fcc6c1f7baad1d66040e1467f59ac54858b11a26543b50e25d3f0db47e0c72539cde743c794d41fa9d2f97c22c1
+Size (postgresql-14.17.tar.bz2) = 22488812 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql14-docs/PLIST
diff -u pkgsrc/databases/postgresql14-docs/PLIST:1.17 pkgsrc/databases/postgresql14-docs/PLIST:1.18
--- pkgsrc/databases/postgresql14-docs/PLIST:1.17       Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql14-docs/PLIST    Fri Feb 21 17:29:07 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/02/16 09:03:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2025/02/21 17:29:07 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -994,6 +994,7 @@ share/doc/postgresql/html/release-14-13.
 share/doc/postgresql/html/release-14-14.html
 share/doc/postgresql/html/release-14-15.html
 share/doc/postgresql/html/release-14-16.html
+share/doc/postgresql/html/release-14-17.html
 share/doc/postgresql/html/release-14-2.html
 share/doc/postgresql/html/release-14-3.html
 share/doc/postgresql/html/release-14-4.html

Index: pkgsrc/databases/postgresql15/Makefile.common
diff -u pkgsrc/databases/postgresql15/Makefile.common:1.13 pkgsrc/databases/postgresql15/Makefile.common:1.14
--- pkgsrc/databases/postgresql15/Makefile.common:1.13  Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql15/Makefile.common       Fri Feb 21 17:29:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2025/02/16 09:03:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2025/02/21 17:29:07 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/postgresql15-pltcl/Makefile
 # used by databases/postgresql15-server/Makefile
 
-DISTNAME=      postgresql-15.11
+DISTNAME=      postgresql-15.12
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql15/distinfo
diff -u pkgsrc/databases/postgresql15/distinfo:1.12 pkgsrc/databases/postgresql15/distinfo:1.13
--- pkgsrc/databases/postgresql15/distinfo:1.12 Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql15/distinfo      Fri Feb 21 17:29:07 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2025/02/16 09:03:15 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/02/21 17:29:07 adam Exp $
 
-BLAKE2s (postgresql-15.11.tar.bz2) = 8b0a005f96afb9df331bf8b663c6b3948e531a621615060aa2bea3ecf6087cc9
-SHA512 (postgresql-15.11.tar.bz2) = 65a077313cf9836e6a9e48b3912d1fac98689f85e6dc00d64aa861158988bcb1719d8d9a64c5ad6fac2f0c75b447cfce5b9dc73229a9fcbbcd96e374fffe91dc
-Size (postgresql-15.11.tar.bz2) = 23167652 bytes
+BLAKE2s (postgresql-15.12.tar.bz2) = 4d83a84095e1abd29d48aee79a8b4886d5753dd3a51b24501a754ed3d891cdd0
+SHA512 (postgresql-15.12.tar.bz2) = 6ccb44cb7ff2133ccb03dfc6b49e26714d9aecb91f4b9d019a8f1e7d0d71ed0bf8101fbbda0185091e4688a557600f020a12306c389e819d731184c17e182717
+Size (postgresql-15.12.tar.bz2) = 23170228 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql15-docs/PLIST
diff -u pkgsrc/databases/postgresql15-docs/PLIST:1.12 pkgsrc/databases/postgresql15-docs/PLIST:1.13
--- pkgsrc/databases/postgresql15-docs/PLIST:1.12       Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql15-docs/PLIST    Fri Feb 21 17:29:07 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/02/16 09:03:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/02/21 17:29:07 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1002,6 +1002,7 @@ share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-15-1.html
 share/doc/postgresql/html/release-15-10.html
 share/doc/postgresql/html/release-15-11.html
+share/doc/postgresql/html/release-15-12.html
 share/doc/postgresql/html/release-15-2.html
 share/doc/postgresql/html/release-15-3.html
 share/doc/postgresql/html/release-15-4.html

Index: pkgsrc/databases/postgresql16/Makefile.common
diff -u pkgsrc/databases/postgresql16/Makefile.common:1.10 pkgsrc/databases/postgresql16/Makefile.common:1.11
--- pkgsrc/databases/postgresql16/Makefile.common:1.10  Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql16/Makefile.common       Fri Feb 21 17:29:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2025/02/16 09:03:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2025/02/21 17:29:07 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/postgresql16-pltcl/Makefile
 # used by databases/postgresql16-server/Makefile
 
-DISTNAME=      postgresql-16.7
+DISTNAME=      postgresql-16.8
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql16/distinfo
diff -u pkgsrc/databases/postgresql16/distinfo:1.9 pkgsrc/databases/postgresql16/distinfo:1.10
--- pkgsrc/databases/postgresql16/distinfo:1.9  Sun Feb 16 09:03:15 2025
+++ pkgsrc/databases/postgresql16/distinfo      Fri Feb 21 17:29:07 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2025/02/16 09:03:15 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/02/21 17:29:07 adam Exp $
 
-BLAKE2s (postgresql-16.7.tar.bz2) = 5d765a0236e597c6da124b3fbd5900ff346ad61e8fb53742ba6f082ac90d8f63
-SHA512 (postgresql-16.7.tar.bz2) = 9f91e3f66c361755b088969ba100c1193806495428a88b6df7353370d5bc74f464feac36c51ebcb6f7a6ab97cde539dd904efe5f7f43bcde5576c38c5d5aab54
-Size (postgresql-16.7.tar.bz2) = 24905167 bytes
+BLAKE2s (postgresql-16.8.tar.bz2) = 5123e10a98023c905021898d6eb3758ec823d443f428314b149792f17ac2b720
+SHA512 (postgresql-16.8.tar.bz2) = f44fdfe01fbf82f3ffe4c9fc860bd27e06dddfe43b6bd6d1c6e267d64086eb5517e23cc1b2b8895cb73e63fce76779993ea9785a97e6e348ed91b4c08bb0492d
+Size (postgresql-16.8.tar.bz2) = 24911337 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
 SHA1 (patch-configure) = 3392111516ca65ad7980ee39246c4210ec020c34

Index: pkgsrc/databases/postgresql16-docs/PLIST
diff -u pkgsrc/databases/postgresql16-docs/PLIST:1.8 pkgsrc/databases/postgresql16-docs/PLIST:1.9
--- pkgsrc/databases/postgresql16-docs/PLIST:1.8        Sun Feb 16 09:03:16 2025
+++ pkgsrc/databases/postgresql16-docs/PLIST    Fri Feb 21 17:29:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/02/16 09:03:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/02/21 17:29:08 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1005,6 +1005,7 @@ share/doc/postgresql/html/release-16-4.h
 share/doc/postgresql/html/release-16-5.html
 share/doc/postgresql/html/release-16-6.html
 share/doc/postgresql/html/release-16-7.html
+share/doc/postgresql/html/release-16-8.html
 share/doc/postgresql/html/release-16.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql17/Makefile.common
diff -u pkgsrc/databases/postgresql17/Makefile.common:1.4 pkgsrc/databases/postgresql17/Makefile.common:1.5
--- pkgsrc/databases/postgresql17/Makefile.common:1.4   Sun Feb 16 09:03:16 2025
+++ pkgsrc/databases/postgresql17/Makefile.common       Fri Feb 21 17:29:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2025/02/16 09:03:16 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2025/02/21 17:29:08 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql17-pltcl/Makefile
 # used by databases/postgresql17-server/Makefile
 
-DISTNAME=      postgresql-17.3
+DISTNAME=      postgresql-17.4
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/databases/postgresql17/distinfo
diff -u pkgsrc/databases/postgresql17/distinfo:1.4 pkgsrc/databases/postgresql17/distinfo:1.5
--- pkgsrc/databases/postgresql17/distinfo:1.4  Sun Feb 16 09:03:16 2025
+++ pkgsrc/databases/postgresql17/distinfo      Fri Feb 21 17:29:08 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2025/02/16 09:03:16 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/02/21 17:29:08 adam Exp $
 
-BLAKE2s (postgresql-17.3.tar.bz2) = f8752d525f7cbc2474c4971de7e860f3e5d2b2ff7d4387719ca252fc4a015d76
-SHA512 (postgresql-17.3.tar.bz2) = 700b62f2963d8074cae96bacd1faa74d86035ffa8291d81b5a0c1c1950b104a947a0f82b7aa02ddb0624b0da433690358f6a7f28201d83da7db850ea08b4b34f
-Size (postgresql-17.3.tar.bz2) = 21520115 bytes
+BLAKE2s (postgresql-17.4.tar.bz2) = 9ed89eb346e2f6e7c34da0441663ff63bccab476fe7fb82a14a71a6bf8d36d92
+SHA512 (postgresql-17.4.tar.bz2) = 43288a297c753d075405a7bd3fce17f6a260d6b0a80a156c1e6267e0ebd40c85b7bb929e893956a109eda4d93fa8936f43e981242c1fd67a91012cba5472026c
+Size (postgresql-17.4.tar.bz2) = 21519810 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
 SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147

Index: pkgsrc/databases/postgresql17-docs/PLIST
diff -u pkgsrc/databases/postgresql17-docs/PLIST:1.4 pkgsrc/databases/postgresql17-docs/PLIST:1.5
--- pkgsrc/databases/postgresql17-docs/PLIST:1.4        Sun Feb 16 09:03:16 2025
+++ pkgsrc/databases/postgresql17-docs/PLIST    Fri Feb 21 17:29:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/02/16 09:03:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/02/21 17:29:08 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -985,6 +985,7 @@ share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-17-1.html
 share/doc/postgresql/html/release-17-2.html
 share/doc/postgresql/html/release-17-3.html
+share/doc/postgresql/html/release-17-4.html
 share/doc/postgresql/html/release-17.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html



Home | Main Index | Thread Index | Old Index