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 16 09:03:16 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-contrib: PLIST
        pkgsrc/databases/postgresql16-docs: PLIST
        pkgsrc/databases/postgresql17: Makefile.common distinfo
        pkgsrc/databases/postgresql17-client: PLIST
        pkgsrc/databases/postgresql17-contrib: PLIST
        pkgsrc/databases/postgresql17-docs: PLIST
        pkgsrc/databases/postgresql17-server: PLIST

Log Message:
postgresql: updated to 17.3, 16.7, 15.11, 14.16, 13.19

PostgreSQL 17.3, 16.7, 15.11, 14.16, and 13.19

Security Issues

CVE-2025-1094: PostgreSQL quoting APIs miss neutralizing quoting syntax in text that fails encoding validation

Bug Fixes and Improvements

This update fixes over 70 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 17. Some of these issues may also affect other supported versions of PostgreSQL.

Restore pre-v17 truncation behavior for >63-byte database names and usernames in connection requests.
Don't perform connection privilege checks and limits on parallel workers, and instead inherit these from the leader process.
Remove Lock suffix from LWLock wait event names.
Fix possible re-use of stale results in window aggregates, which could lead to incorrect results.
Several race condition fixes for vacuum that in the worst case could cause corruption to a system catalog.
Several fixes for truncating tables and indexes that prevent potential corruption.
Fix for detaching a partition where its own foreign-key constraint references a partitioned table.
Fix for the FFn (e.g., FF1) format codes for to_timestamp, where an integer format code before the FFn would consume all available digits.
Fixes for SQL/JSON and XMLTABLE() to double-quote specific entries when necessary.
Include the ldapscheme option in pg_hba_file_rules().
Several fixes for UNION, including not merging columns with non-compatible collations.
Several fixes that could impact availability or speed of starting a connection to PostgreSQL.
Fix multiple memory leaks in logical decoding output.
Fix several memory leaks in PL/Python.
Add psql tab completion for COPY (MERGE INTO).
Make pg_controldata more resilient when displaying info from corruptedpg_control files.
Fix for a memory leak in pg_restore with zstd-compressed data.
Fix pg_basebackup to correctly handle pg_wal.tar files exceeding 2GB on Windows.
Modify earthdistance to use SQL-standard function bodies, which fixes possible issues with major version upgrades to v17 when databases use this extension.
Fix crash in pageinspect in instances where the brin_page_items() function definition is not updated to the latest version.
Fix race condition when trying to cancel a postgres_fdw remote query.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql13/Makefile.common
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql13/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql13-docs/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql14/Makefile.common \
    pkgsrc/databases/postgresql14/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql14-docs/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql15/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql15/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql15-docs/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql16/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql16/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql16-contrib/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql16-docs/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql17/Makefile.common \
    pkgsrc/databases/postgresql17/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql17-client/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql17-contrib/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql17-docs/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql17-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/postgresql13/Makefile.common
diff -u pkgsrc/databases/postgresql13/Makefile.common:1.26 pkgsrc/databases/postgresql13/Makefile.common:1.27
--- pkgsrc/databases/postgresql13/Makefile.common:1.26  Mon Nov 25 20:13:24 2024
+++ pkgsrc/databases/postgresql13/Makefile.common       Sun Feb 16 09:03:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2024/11/25 20:13:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.27 2025/02/16 09:03:15 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.18
+DISTNAME=      postgresql-13.19
 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.25 pkgsrc/databases/postgresql13/distinfo:1.26
--- pkgsrc/databases/postgresql13/distinfo:1.25 Mon Nov 25 20:13:24 2024
+++ pkgsrc/databases/postgresql13/distinfo      Sun Feb 16 09:03:15 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2024/11/25 20:13:24 adam Exp $
+$NetBSD: distinfo,v 1.26 2025/02/16 09:03:15 adam Exp $
 
-BLAKE2s (postgresql-13.18.tar.bz2) = f065bc80be80a8368c55df5520a4f2b7d1cab81ce1ec30d9a76b326f59460ca2
-SHA512 (postgresql-13.18.tar.bz2) = 2694ff9402683c90ccfbb53a465f6b6a09702b9b5b44e2db84a3a41175427d889d1b823897fd361b04a53dd3596289822e36a77215cb45dd972d79850fbdb97b
-Size (postgresql-13.18.tar.bz2) = 21687645 bytes
+BLAKE2s (postgresql-13.19.tar.bz2) = 6544e4691502991e549ac8ed51f373d81420b558f3dc4de08fa1d60212eae7e9
+SHA512 (postgresql-13.19.tar.bz2) = cb11fbd65067572c46a06cb8c0838d2233b32b734b89db9bea954add6c50ffce2119222555dd66d3af568058b8939da2f36c288b76e8ed3f130c5504019d5f11
+Size (postgresql-13.19.tar.bz2) = 21729020 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.19 pkgsrc/databases/postgresql13-docs/PLIST:1.20
--- pkgsrc/databases/postgresql13-docs/PLIST:1.19       Mon Nov 25 20:13:24 2024
+++ pkgsrc/databases/postgresql13-docs/PLIST    Sun Feb 16 09:03:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/11/25 20:13:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2025/02/16 09:03:15 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -980,6 +980,7 @@ share/doc/postgresql/html/release-13-15.
 share/doc/postgresql/html/release-13-16.html
 share/doc/postgresql/html/release-13-17.html
 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-3.html
 share/doc/postgresql/html/release-13-4.html

Index: pkgsrc/databases/postgresql14/Makefile.common
diff -u pkgsrc/databases/postgresql14/Makefile.common:1.18 pkgsrc/databases/postgresql14/Makefile.common:1.19
--- pkgsrc/databases/postgresql14/Makefile.common:1.18  Mon Nov 25 20:13:24 2024
+++ pkgsrc/databases/postgresql14/Makefile.common       Sun Feb 16 09:03:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2024/11/25 20:13:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2025/02/16 09:03:15 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.15
+DISTNAME=      postgresql-14.16
 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.18 pkgsrc/databases/postgresql14/distinfo:1.19
--- pkgsrc/databases/postgresql14/distinfo:1.18 Mon Nov 25 20:13:24 2024
+++ pkgsrc/databases/postgresql14/distinfo      Sun Feb 16 09:03:15 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2024/11/25 20:13:24 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/02/16 09:03:15 adam Exp $
 
-BLAKE2s (postgresql-14.15.tar.bz2) = b4f7e7f51d08d7e2a2e393184aba4adaa45cb9d460cd16ded00b66c8acbed524
-SHA512 (postgresql-14.15.tar.bz2) = 227f9551167ee62e5185d6f6777e100ecc09f497b9ee1b5a8e659de8d4c237b0f9a97005706bbf64c3e839271e2630f6a417ba98dfce47bcb4c27e8641a7c6ef
-Size (postgresql-14.15.tar.bz2) = 22458243 bytes
+BLAKE2s (postgresql-14.16.tar.bz2) = 03145333f78152add1fc4462475e208f8d2c7e3f5f7e27a09eca28f88ee27dbe
+SHA512 (postgresql-14.16.tar.bz2) = 260b6a6bc42a448f9bb3bf4194f601d2c10de517e39c8437b194662e41aae5013f2921b3712014ada24a274edb0db5f7b9f69d15cbb48d77d36b4c53092c93e4
+Size (postgresql-14.16.tar.bz2) = 22491073 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.16 pkgsrc/databases/postgresql14-docs/PLIST:1.17
--- pkgsrc/databases/postgresql14-docs/PLIST:1.16       Mon Nov 25 20:13:25 2024
+++ pkgsrc/databases/postgresql14-docs/PLIST    Sun Feb 16 09:03:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2024/11/25 20:13:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/02/16 09:03:15 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -993,6 +993,7 @@ share/doc/postgresql/html/release-14-12.
 share/doc/postgresql/html/release-14-13.html
 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-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.12 pkgsrc/databases/postgresql15/Makefile.common:1.13
--- pkgsrc/databases/postgresql15/Makefile.common:1.12  Mon Nov 25 20:13:25 2024
+++ pkgsrc/databases/postgresql15/Makefile.common       Sun Feb 16 09:03:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2024/11/25 20:13:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2025/02/16 09:03:15 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.10
+DISTNAME=      postgresql-15.11
 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.11 pkgsrc/databases/postgresql15/distinfo:1.12
--- pkgsrc/databases/postgresql15/distinfo:1.11 Mon Nov 25 20:13:25 2024
+++ pkgsrc/databases/postgresql15/distinfo      Sun Feb 16 09:03:15 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2024/11/25 20:13:25 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/02/16 09:03:15 adam Exp $
 
-BLAKE2s (postgresql-15.10.tar.bz2) = 7b3449b4a1fc8a065c952985b165fab94bffed5b3dcbc9c0dadb73444770d290
-SHA512 (postgresql-15.10.tar.bz2) = 73513f5f688f470aadd95dddef3b39b5d140d539bdf3171e053a89b3eed4c769f7951280468e9f11102f2de9fe8742bb38676c8d5d43418544b9482d83957ef4
-Size (postgresql-15.10.tar.bz2) = 23138615 bytes
+BLAKE2s (postgresql-15.11.tar.bz2) = 8b0a005f96afb9df331bf8b663c6b3948e531a621615060aa2bea3ecf6087cc9
+SHA512 (postgresql-15.11.tar.bz2) = 65a077313cf9836e6a9e48b3912d1fac98689f85e6dc00d64aa861158988bcb1719d8d9a64c5ad6fac2f0c75b447cfce5b9dc73229a9fcbbcd96e374fffe91dc
+Size (postgresql-15.11.tar.bz2) = 23167652 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.11 pkgsrc/databases/postgresql15-docs/PLIST:1.12
--- pkgsrc/databases/postgresql15-docs/PLIST:1.11       Mon Nov 25 20:13:25 2024
+++ pkgsrc/databases/postgresql15-docs/PLIST    Sun Feb 16 09:03:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/11/25 20:13:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/02/16 09:03:15 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1001,6 +1001,7 @@ share/doc/postgresql/html/regress-varian
 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-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.9 pkgsrc/databases/postgresql16/Makefile.common:1.10
--- pkgsrc/databases/postgresql16/Makefile.common:1.9   Mon Nov 25 20:13:25 2024
+++ pkgsrc/databases/postgresql16/Makefile.common       Sun Feb 16 09:03:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2024/11/25 20:13:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2025/02/16 09:03:15 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.6
+DISTNAME=      postgresql-16.7
 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.8 pkgsrc/databases/postgresql16/distinfo:1.9
--- pkgsrc/databases/postgresql16/distinfo:1.8  Mon Nov 25 20:13:25 2024
+++ pkgsrc/databases/postgresql16/distinfo      Sun Feb 16 09:03:15 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2024/11/25 20:13:25 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/02/16 09:03:15 adam Exp $
 
-BLAKE2s (postgresql-16.6.tar.bz2) = 271bfe96f991bd75d7fc38b9a4ee4d1ca89a49a48b505153604f05f0691626da
-SHA512 (postgresql-16.6.tar.bz2) = ffd6d39fb7aed87241237d68af4934fba1b4ac1be4d3c2833e308e50c21a693796fe54b73e0905365d7557009c40049a23b966aa86765b969797434a0d4bd5f8
-Size (postgresql-16.6.tar.bz2) = 24856956 bytes
+BLAKE2s (postgresql-16.7.tar.bz2) = 5d765a0236e597c6da124b3fbd5900ff346ad61e8fb53742ba6f082ac90d8f63
+SHA512 (postgresql-16.7.tar.bz2) = 9f91e3f66c361755b088969ba100c1193806495428a88b6df7353370d5bc74f464feac36c51ebcb6f7a6ab97cde539dd904efe5f7f43bcde5576c38c5d5aab54
+Size (postgresql-16.7.tar.bz2) = 24905167 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
 SHA1 (patch-configure) = 3392111516ca65ad7980ee39246c4210ec020c34

Index: pkgsrc/databases/postgresql16-contrib/PLIST
diff -u pkgsrc/databases/postgresql16-contrib/PLIST:1.1 pkgsrc/databases/postgresql16-contrib/PLIST:1.2
--- pkgsrc/databases/postgresql16-contrib/PLIST:1.1     Sun Sep 17 08:53:21 2023
+++ pkgsrc/databases/postgresql16-contrib/PLIST Sun Feb 16 09:03:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/09/17 08:53:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/02/16 09:03:16 adam Exp $
 bin/oid2name
 bin/vacuumlo
 include/postgresql/server/extension/cube/cubedata.h
@@ -269,6 +269,7 @@ share/postgresql/extension/dict_int.cont
 share/postgresql/extension/dict_xsyn--1.0.sql
 share/postgresql/extension/dict_xsyn.control
 share/postgresql/extension/earthdistance--1.0--1.1.sql
+share/postgresql/extension/earthdistance--1.1--1.2.sql
 share/postgresql/extension/earthdistance--1.1.sql
 share/postgresql/extension/earthdistance.control
 share/postgresql/extension/file_fdw--1.0.sql

Index: pkgsrc/databases/postgresql16-docs/PLIST
diff -u pkgsrc/databases/postgresql16-docs/PLIST:1.7 pkgsrc/databases/postgresql16-docs/PLIST:1.8
--- pkgsrc/databases/postgresql16-docs/PLIST:1.7        Mon Nov 25 20:13:25 2024
+++ pkgsrc/databases/postgresql16-docs/PLIST    Sun Feb 16 09:03:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/11/25 20:13:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/02/16 09:03:16 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1004,6 +1004,7 @@ share/doc/postgresql/html/release-16-3.h
 share/doc/postgresql/html/release-16-4.html
 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.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.3 pkgsrc/databases/postgresql17/Makefile.common:1.4
--- pkgsrc/databases/postgresql17/Makefile.common:1.3   Mon Nov 25 20:13:26 2024
+++ pkgsrc/databases/postgresql17/Makefile.common       Sun Feb 16 09:03:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2024/11/25 20:13:26 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2025/02/16 09:03: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/postgresql17-pltcl/Makefile
 # used by databases/postgresql17-server/Makefile
 
-DISTNAME=      postgresql-17.2
+DISTNAME=      postgresql-17.3
 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.3 pkgsrc/databases/postgresql17/distinfo:1.4
--- pkgsrc/databases/postgresql17/distinfo:1.3  Mon Nov 25 20:13:26 2024
+++ pkgsrc/databases/postgresql17/distinfo      Sun Feb 16 09:03:16 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2024/11/25 20:13:26 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/02/16 09:03:16 adam Exp $
 
-BLAKE2s (postgresql-17.2.tar.bz2) = 1a69bf29221d64d1ace0c38a2a865358e26b93025fbdba1ef9d0a425be43b3de
-SHA512 (postgresql-17.2.tar.bz2) = 8e15e47c22d21e1cadc31249cf31af5abe34b8ab72930e58e5fe6124795ad237ca7b4fd3bf36b5f18589c4fc439dc2bab3045d9b4ba23d1846b4b2be6fd1cb69
-Size (postgresql-17.2.tar.bz2) = 21408880 bytes
+BLAKE2s (postgresql-17.3.tar.bz2) = f8752d525f7cbc2474c4971de7e860f3e5d2b2ff7d4387719ca252fc4a015d76
+SHA512 (postgresql-17.3.tar.bz2) = 700b62f2963d8074cae96bacd1faa74d86035ffa8291d81b5a0c1c1950b104a947a0f82b7aa02ddb0624b0da433690358f6a7f28201d83da7db850ea08b4b34f
+Size (postgresql-17.3.tar.bz2) = 21520115 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
 SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147

Index: pkgsrc/databases/postgresql17-client/PLIST
diff -u pkgsrc/databases/postgresql17-client/PLIST:1.2 pkgsrc/databases/postgresql17-client/PLIST:1.3
--- pkgsrc/databases/postgresql17-client/PLIST:1.2      Sat Nov 16 10:13:52 2024
+++ pkgsrc/databases/postgresql17-client/PLIST  Sun Feb 16 09:03:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/11/16 10:13:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/02/16 09:03:16 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -1145,6 +1145,7 @@ ${PLIST.nls}share/locale/ko/LC_MESSAGES/
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_archivecleanup-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_basebackup-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_checksums-17.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_combinebackup-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_config-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_controldata-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_ctl-17.mo
@@ -1156,6 +1157,7 @@ ${PLIST.nls}share/locale/ko/LC_MESSAGES/
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_upgrade-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_verifybackup-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_waldump-17.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_walsummary-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pgscripts-17.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/psql-17.mo
 ${PLIST.nls}share/locale/nb/LC_MESSAGES/pg_config-17.mo

Index: pkgsrc/databases/postgresql17-contrib/PLIST
diff -u pkgsrc/databases/postgresql17-contrib/PLIST:1.1 pkgsrc/databases/postgresql17-contrib/PLIST:1.2
--- pkgsrc/databases/postgresql17-contrib/PLIST:1.1     Fri Nov  8 13:43:37 2024
+++ pkgsrc/databases/postgresql17-contrib/PLIST Sun Feb 16 09:03:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/11/08 13:43:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/02/16 09:03:16 adam Exp $
 bin/oid2name
 bin/vacuumlo
 include/postgresql/server/extension/cube/cubedata.h
@@ -18,8 +18,6 @@ ${PLIST.llvm}lib/postgresql/bitcode/_int
 ${PLIST.llvm}lib/postgresql/bitcode/_int/_int_selfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/_int/_int_tool.bc
 ${PLIST.llvm}lib/postgresql/bitcode/_int/_intbig_gist.bc
-${PLIST.llvm}lib/postgresql/bitcode/adminpack.index.bc
-${PLIST.llvm}lib/postgresql/bitcode/adminpack/adminpack.bc
 ${PLIST.llvm}lib/postgresql/bitcode/auth_delay.index.bc
 ${PLIST.llvm}lib/postgresql/bitcode/auth_delay/auth_delay.bc
 ${PLIST.llvm}lib/postgresql/bitcode/auto_explain.index.bc
@@ -263,6 +261,7 @@ share/postgresql/extension/dict_int.cont
 share/postgresql/extension/dict_xsyn--1.0.sql
 share/postgresql/extension/dict_xsyn.control
 share/postgresql/extension/earthdistance--1.0--1.1.sql
+share/postgresql/extension/earthdistance--1.1--1.2.sql
 share/postgresql/extension/earthdistance--1.1.sql
 share/postgresql/extension/earthdistance.control
 share/postgresql/extension/file_fdw--1.0.sql

Index: pkgsrc/databases/postgresql17-docs/PLIST
diff -u pkgsrc/databases/postgresql17-docs/PLIST:1.3 pkgsrc/databases/postgresql17-docs/PLIST:1.4
--- pkgsrc/databases/postgresql17-docs/PLIST:1.3        Mon Nov 25 20:13:26 2024
+++ pkgsrc/databases/postgresql17-docs/PLIST    Sun Feb 16 09:03:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/11/25 20:13:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/02/16 09:03:16 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -984,6 +984,7 @@ share/doc/postgresql/html/regress-varian
 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.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql17-server/PLIST
diff -u pkgsrc/databases/postgresql17-server/PLIST:1.1 pkgsrc/databases/postgresql17-server/PLIST:1.2
--- pkgsrc/databases/postgresql17-server/PLIST:1.1      Fri Nov  8 13:43:39 2024
+++ pkgsrc/databases/postgresql17-server/PLIST  Sun Feb 16 09:03:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/11/08 13:43:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/02/16 09:03:16 adam Exp $
 bin/postgres
 include/postgresql/server/plpgsql.h
 ${PLIST.llvm}lib/postgresql/bitcode/postgres.index.bc
@@ -24,6 +24,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/scankey.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/session.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/syncscan.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/tidstore.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/toast_compression.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/toast_internals.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/common/tupconvert.bc
@@ -110,6 +111,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/rmgrdesc/tblspcdesc.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/rmgrdesc/xactdesc.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/rmgrdesc/xlogdesc.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/access/sequence/sequence.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/spgist/spgdoinsert.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/spgist/spginsert.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/access/spgist/spgkdtreeproc.bc
@@ -157,6 +159,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_copy.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_gzip.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_incremental.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_lz4.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_progress.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_server.bc
@@ -164,6 +167,8 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_target.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_throttle.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/basebackup_zstd.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/walsummary.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/backup/walsummaryfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/bootstrap/bootparse.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/bootstrap/bootscanner.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/bootstrap/bootstrap.bc
@@ -316,7 +321,6 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/executor/tstoreReceiver.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/foreign/foreign.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/jit/jit.bc
-${PLIST.llvm}lib/postgresql/bitcode/postgres/lib/binaryheap.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/lib/bipartite_match.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/lib/bloomfilter.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/lib/dshash.bc
@@ -351,7 +355,6 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/nodes/makefuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/nodes/multibitmapset.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/nodes/nodeFuncs.bc
-${PLIST.llvm}lib/postgresql/bitcode/postgres/nodes/nodes.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/nodes/outfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/nodes/params.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/nodes/print.bc
@@ -421,6 +424,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/parser/parse_enr.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/parser/parse_expr.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/parser/parse_func.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/parser/parse_jsontable.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/parser/parse_merge.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/parser/parse_node.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/parser/parse_oper.bc
@@ -445,10 +449,12 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/checkpointer.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/fork_process.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/interrupt.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/launch_backend.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/pgarch.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/postmaster.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/startup.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/syslogger.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/walsummarizer.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/postmaster/walwriter.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/regex/regcomp.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/regex/regerror.bc
@@ -466,6 +472,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/replication/logical/proto.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/replication/logical/relation.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/replication/logical/reorderbuffer.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/replication/logical/slotsync.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/replication/logical/snapbuild.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/replication/logical/tablesync.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/replication/logical/worker.bc
@@ -490,6 +497,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/statistics/extended_stats.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/statistics/mcv.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/statistics/mvdistinct.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/aio/read_stream.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/buffer/buf_init.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/buffer/buf_table.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/buffer/bufmgr.bc
@@ -507,6 +515,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/ipc/barrier.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/ipc/dsm.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/ipc/dsm_impl.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/ipc/dsm_registry.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/ipc/ipc.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/ipc/ipci.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/ipc/latch.bc
@@ -526,7 +535,6 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/lmgr/lmgr.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/lmgr/lock.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/lmgr/lwlock.bc
-${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/lmgr/lwlocknames.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/lmgr/predicate.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/lmgr/proc.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/lmgr/s_lock.bc
@@ -534,9 +542,11 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/page/bufpage.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/page/checksum.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/page/itemptr.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/smgr/bulk_write.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/smgr/md.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/storage/sync/sync.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/tcop/backend_startup.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/tcop/cmdtag.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/tcop/dest.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/tcop/fastpath.bc
@@ -575,6 +585,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/activity/pgstat_wal.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/activity/pgstat_xact.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/activity/wait_event.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/activity/wait_event_funcs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/acl.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/amutils.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/array_expanded.bc
@@ -645,6 +656,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/pg_lsn.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/pg_upgrade_support.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/pgstatfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/pseudorandomfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/pseudotypes.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/quote.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/rangetypes.bc
@@ -678,6 +690,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/varchar.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/varlena.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/version.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/waitfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/windowfuncs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/xid.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/adt/xid8funcs.bc
@@ -721,6 +734,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/guc_funcs.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/guc_tables.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/help_config.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/injection_point.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/pg_config.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/pg_controldata.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/pg_rusage.bc
@@ -733,6 +747,7 @@ ${PLIST.llvm}lib/postgresql/bitcode/post
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/misc/tzparser.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/alignedalloc.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/aset.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/bump.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/dsa.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/freepage.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/utils/mmgr/generation.bc



Home | Main Index | Thread Index | Old Index