pgdg-yum/RHEL: - Option to use separate repo files for RHEL, etc. minor versions
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 27 Nov 2025 12:25:33 +0000 (15:25 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 27 Nov 2025 12:26:17 +0000 (15:26 +0300)
- Remove sysupdates repo
- Fix some of the extras repo links
- Make sure to use dnf-srpms.pg.org for all srpms packages
- Cosmetic cleanups / updates in the repo descriptions and comments in the repo files
- Use all OS names correctly

This is still a bit WIP. Need to figure out how to build separate repo RPMs on each host.

22 files changed:
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10-aarch64.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10-ppc64le.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0-aarch64.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0-ppc64le.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1-aarch64.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1-ppc64le.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel8-aarch64.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel8-ppc64le.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel8.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9-aarch64.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9-ppc64le.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6-aarch64.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6-ppc64le.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7-aarch64.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7-ppc64le.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7.repo [new file with mode: 0644]
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.repo
rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat.spec

index cd00cc30cb3466fa4867137d3aba58e2d0da4348..11f77728831b3c9723795b4b4312aa8f5e2d9e99 100644 (file)
@@ -1,45 +1,33 @@
 #########################################################################
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux repositories.      #
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
 #########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 10.n and 10.n+1.
-# PGDG repo is affected with LLVM, CLANG and some other packages.
-# This is a band aid repo for those non-RHEL users whose
-# installations cannot be updated on time.
-
-[pgdg-rhel10-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel10-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel10-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -47,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -55,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -63,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -71,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -79,28 +67,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing common repositories.
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
 # Available for 13 and above.
 
 [pgdg19-updates-testing]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -108,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -116,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -124,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -132,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -140,7 +128,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -148,57 +136,57 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel10-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel10-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPMS), and their testing repositories:
+# PGDG Source RPMs (SRPMS) and their testing repositories:
 
 [pgdg19-updates-testing-source]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -206,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -214,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -222,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -230,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -238,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -246,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -254,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -262,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -270,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -278,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -286,7 +274,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -294,7 +282,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -304,7 +292,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -314,7 +302,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -322,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -330,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -338,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -346,7 +334,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -354,7 +342,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -365,7 +353,7 @@ repo_gpgcheck = 1
 # Available for 13 and above.
 
 [pgdg19-updates-testing-debuginfo]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -373,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -381,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -389,7 +377,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -397,7 +385,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -405,7 +393,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -413,7 +401,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
index d277468870b63377f7ca7f38667f4dea60c8ffff..64c37e3568a558978e7286239993dc70aedf6707 100644 (file)
@@ -1,45 +1,33 @@
-#######################################################
-# PGDG Red Hat Enterprise Linux / Rocky repositories  #
-#######################################################
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 10.n and 10.n+1.
-# PGDG repo is affected with LLVM, CLANG and some other packages.
-# This is a band aid repo for those non-RHEL users whose
-# installations cannot be updated on time.
-
-[pgdg-rhel10-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel10-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel10-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -47,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -55,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -63,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -71,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -79,28 +67,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing common repository.
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -108,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -116,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -124,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -132,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -140,7 +128,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -148,57 +136,57 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel10-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel10-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPM), and their testing repositories:
+# PGDG Source RPMs (SRPM) and their testing repositories:
 
 [pgdg19-updates-testing-source]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -206,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -214,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -222,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -230,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -238,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -246,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -254,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -262,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -270,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -278,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -286,7 +274,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -294,7 +282,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -304,7 +292,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -314,7 +302,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -322,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -330,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -338,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -346,7 +334,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -354,7 +342,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -365,7 +353,7 @@ repo_gpgcheck = 1
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing-debuginfo]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -373,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -381,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -389,7 +377,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -397,7 +385,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -405,7 +393,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -413,7 +401,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0-aarch64.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0-aarch64.repo
new file mode 100644 (file)
index 0000000..e90bfaf
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel10-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common SRPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel10-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel10-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPMS) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0-ppc64le.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0-ppc64le.repo
new file mode 100644 (file)
index 0000000..655740c
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel10-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel10-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel10-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPM) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.0.repo
new file mode 100644 (file)
index 0000000..ec11142
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel10-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.0-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common SRPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel10-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel10-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPMS) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo / debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo / debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo / debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.0 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-10.0-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1-aarch64.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1-aarch64.repo
new file mode 100644 (file)
index 0000000..3309efe
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel10-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common SRPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel10-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel10-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPMS) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1-ppc64le.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1-ppc64le.repo
new file mode 100644 (file)
index 0000000..4d3d1b5
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel10-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel10-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel10-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPM) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel10.1.repo
new file mode 100644 (file)
index 0000000..f29b8eb
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel10-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.1-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common SRPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel10-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel10-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPMS) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo / debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo / debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo / debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 10.1 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-10.1-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
index fa64658dbbf24931c3f735fc81250c77f8821527..ceb2ef7fd2f00dd27aede07523dd647bc4eb29f1 100644 (file)
@@ -1,45 +1,33 @@
 #########################################################################
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux repositories.      #
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
 #########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 10.n and 10.n+1.
-# PGDG repo is affected with LLVM, CLANG and some other packages.
-# This is a band aid repo for those non-RHEL users whose
-# installations cannot be updated on time.
-
-[pgdg-rhel10-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel10-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel10-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -47,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -55,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -63,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -71,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -79,28 +67,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing common repositories.
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -108,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -116,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -124,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -132,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -140,7 +128,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -148,57 +136,57 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel10-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel10-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPMS), and their testing repositories:
+# PGDG Source RPMs (SRPMS) and their testing repositories:
 
 [pgdg19-updates-testing-source]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -206,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -214,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -222,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -230,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -238,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -246,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -254,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -262,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -270,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -278,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -286,7 +274,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -294,27 +282,27 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Debuginfo/debugsource repositories for the common repo
+# Debuginfo / debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Debuginfo/debugsource packages for stable repos
+# Debuginfo / debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -322,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -330,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -338,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -346,7 +334,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -354,18 +342,18 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Debuginfo/debugsource packages for testing repos
+# Debuginfo / debugsource packages for testing repos
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing-debuginfo]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -373,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -381,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -389,7 +377,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -397,7 +385,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -405,7 +393,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -413,7 +401,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
index cdc09ef1a59b01ce4f05d16c6756d4fb71ace86e..da83166c37853b7bd8058e8709640e4b4a34e80d 100644 (file)
@@ -1,44 +1,33 @@
 #########################################################################
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux repositories.      #
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
 #########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 8.n and 8.n+1. PGDG repo is
-# affected with the LLVM repo. This is a band aid repo for the llvmjit users
-# whose installations cannot be updated.
-
-[pgdg-centos8-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-centos8-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel8-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -46,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -54,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -62,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -70,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -78,7 +67,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -88,7 +77,7 @@ repo_gpgcheck = 1
 # PGDG RHEL / Rocky Updates Testing common repositories.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -99,7 +88,7 @@ repo_gpgcheck = 1
 # Available for PostgreSQL 13 and above.
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -107,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -115,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -123,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -131,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -139,28 +128,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel8-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
@@ -169,27 +158,27 @@ repo_gpgcheck = 1
 # PGDG RHEL / Rocky testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel8-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPM), and their testing repositories:
+# PGDG Source RPMs (SRPM) and their testing repositories:
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -197,7 +186,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -205,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -213,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -221,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -229,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -237,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -245,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -253,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -261,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -269,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -277,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -287,7 +276,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -297,7 +286,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -305,7 +294,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -313,7 +302,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -321,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -329,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -337,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -348,7 +337,7 @@ repo_gpgcheck = 1
 # Available for PostgreSQL 13 and above.
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -356,7 +345,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -364,7 +353,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -372,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -380,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
index d70bbb29abf3da18581461abe7d508febfbf6235..d49ba933ec29d9a2368194c711821d70300bdc8b 100644 (file)
@@ -1,44 +1,33 @@
-#######################################################
-# PGDG Red Hat Enterprise Linux / Rocky repositories  #
-#######################################################
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 8.n and 8.n+1. PGDG repo is
-# affected with the LLVM packages. This is a band aid repo for the llvmjit users
-# whose installations cannot be updated.
-
-[pgdg-centos8-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-centos8-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel8-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -46,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -54,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -62,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -70,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -78,28 +67,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing common repository.
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
 # Available for PostgreSQL 13 and above.
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -107,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -115,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -123,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -131,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -139,57 +128,57 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel8-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel8-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPM), and their testing repositories:
+# PGDG Source RPMs (SRPM) and their testing repositories:
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -197,7 +186,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -205,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -213,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -221,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -229,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -237,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -245,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -253,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -261,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -269,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -277,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -287,7 +276,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -297,7 +286,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -305,7 +294,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -313,7 +302,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -321,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -329,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -337,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -348,7 +337,7 @@ repo_gpgcheck = 1
 # Available for PostgreSQL 13 and above.
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -356,7 +345,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -364,7 +353,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -372,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -380,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -388,7 +377,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
index 5ab92fa856dec16f4eb9a495a675b067fa12806d..1b9dfb07684905f004f864de02db6fe4b52c958c 100644 (file)
@@ -1,44 +1,33 @@
-#######################################################
-# PGDG Red Hat Enterprise Linux / Rocky repositories  #
-#######################################################
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 8.n and 8.n+1. PGDG repo is
-# affected with the LLVM packages. This is a band aid repo for the llvmjit users
-# whose installations cannot be updated.
-
-[pgdg-centos8-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-centos8-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel8-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -46,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -54,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -62,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -70,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -78,28 +67,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing common repository.
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
 # Available for PostgreSQL 13 and above.
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -107,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -115,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -123,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -131,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -139,57 +128,57 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel8-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel8-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPM), and their testing repositories:
+# PGDG Source RPMs (SRPM) and their testing repositories:
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -197,7 +186,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -205,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -213,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -221,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -229,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -237,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -245,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -253,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -261,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -269,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -277,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -287,7 +276,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -297,7 +286,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -305,7 +294,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -313,7 +302,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -321,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -329,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -337,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -348,7 +337,7 @@ repo_gpgcheck = 1
 # Available for PostgreSQL 13 and above.
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -356,7 +345,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -364,7 +353,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -372,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -380,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -388,7 +377,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
index b7938e7258da97c67b15b04293b09219f1797536..3f80022faad7b17d6ee2daf2e4897286587b13c3 100644 (file)
@@ -1,45 +1,33 @@
-###################################################################
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux repositories. #
-###################################################################
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 10.n and 10.n+1.
-# PGDG repo is affected with LLVM, CLANG and some other packages.
-# This is a band aid repo for those non-RHEL users whose
-# installations cannot be updated on time.
-
-[pgdg-rhel9-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rocky9-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel9-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -47,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -55,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -63,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -71,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -79,28 +67,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing common repositories.
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -108,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -116,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -124,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -132,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -140,7 +128,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -148,57 +136,57 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel9-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel9-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPM), and their testing repositories:
+# PGDG Source RPMs (SRPM) and their testing repositories:
 
 [pgdg19-updates-testing-source]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -206,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -214,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -222,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -230,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -238,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -246,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -254,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -262,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -270,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -278,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -286,7 +274,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -294,7 +282,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -304,7 +292,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -314,7 +302,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -322,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -330,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -338,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -346,7 +334,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -354,7 +342,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -365,7 +353,7 @@ repo_gpgcheck = 1
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing-debuginfo]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -373,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -381,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -389,7 +377,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -397,7 +385,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -405,7 +393,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -413,7 +401,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
index 4414a89bd2a8a6d382e2681c10b694968a3c5523..0221a4ea6d185cf59d63b74e6bf98adabcbaadbb 100644 (file)
@@ -1,45 +1,33 @@
-###################################################################
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux repositories. #
-###################################################################
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
 
-# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
 
 [pgdg-common]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# Red Hat recently breaks compatibility between 10.n and 10.n+1.
-# PGDG repo is affected with LLVM, CLANG and some other packages.
-# This is a band aid repo for those non-RHEL users whose
-# installations cannot be updated on time.
-
-[pgdg-rhel9-sysupdates]
-name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rocky9-sysupdates/redhat/rhel-$releasever-$basearch
-enabled=0
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
-repo_gpgcheck = 1
-
-# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like
-# consul, haproxy, etc.
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
 
 [pgdg-rhel9-extras]
-name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky stable repositories:
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
 
 [pgdg18]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -47,7 +35,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -55,7 +43,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -63,7 +51,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -71,7 +59,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
@@ -79,28 +67,28 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing common repository.
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
 
 [pgdg-common-testing]
-name=PostgreSQL common testing RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -108,7 +96,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -116,7 +104,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -124,7 +112,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -132,7 +120,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -140,7 +128,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -148,57 +136,57 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Updates testing
 baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Red Hat Enterprise Linux / Rocky SRPM testing common repository
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
 
 [pgdg-common-source]
-name=PostgreSQL common for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
 
 [pgdg-rhel9-extras-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
 
 [pgdg-common-testing-source]
-name=PostgreSQL common testing SRPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG RHEL / Rocky / AlmaLinux Extras Testing SRPM repository
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
 
 [pgdg-rhel9-extras-testing-source]
-name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/srpms/testing/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux $releasever - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
-# PGDG Source RPMs (SRPM), and their testing repositories:
+# PGDG Source RPMs (SRPM) and their testing repositories:
 
 [pgdg19-updates-testing-source]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -206,7 +194,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -214,7 +202,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-source]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -222,7 +210,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -230,7 +218,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-source]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -238,7 +226,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -246,7 +234,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-source]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -254,7 +242,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -262,7 +250,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-source]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -270,7 +258,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -278,7 +266,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-source]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -286,7 +274,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source
 baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -294,7 +282,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-source]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Source updates testing
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Source updates testing
 baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -304,7 +292,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource repositories for the common repo
 
 [pgdg-common-debuginfo]
-name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -314,7 +302,7 @@ repo_gpgcheck = 1
 # Debuginfo/debugsource packages for stable repos
 
 [pgdg18-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -322,7 +310,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -330,7 +318,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -338,7 +326,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -346,7 +334,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -354,7 +342,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -365,7 +353,7 @@ repo_gpgcheck = 1
 # Available for PostgreSQL 13 and above.
 
 [pgdg19-updates-testing-debuginfo]
-name=PostgreSQL 19 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=0
@@ -373,7 +361,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg18-updates-testing-debuginfo]
-name=PostgreSQL 18 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -381,7 +369,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg17-updates-testing-debuginfo]
-name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -389,7 +377,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg16-updates-testing-debuginfo]
-name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -397,7 +385,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg15-updates-testing-debuginfo]
-name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -405,7 +393,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg14-updates-testing-debuginfo]
-name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
@@ -413,7 +401,7 @@ gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
 repo_gpgcheck = 1
 
 [pgdg13-updates-testing-debuginfo]
-name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux $releasever - $basearch - Debuginfo
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux $releasever - $basearch - Debuginfo
 baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-$releasever-$basearch
 enabled=0
 gpgcheck=1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6-aarch64.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6-aarch64.repo
new file mode 100644 (file)
index 0000000..0e4b0d7
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel9-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel9-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel9-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPM) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6-ppc64le.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6-ppc64le.repo
new file mode 100644 (file)
index 0000000..970e423
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel9-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel9-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel9-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPM) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.6.repo
new file mode 100644 (file)
index 0000000..c647e9b
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel9-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-9.6-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel9-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel9-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPMS) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.6 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-9.6-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7-aarch64.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7-aarch64.repo
new file mode 100644 (file)
index 0000000..f2c2228
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel9-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel9-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel9-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPM) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7-ppc64le.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7-ppc64le.repo
new file mode 100644 (file)
index 0000000..a24a8c9
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel9-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repository.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux/ AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel9-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel9-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPM) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-source]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-source]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-source]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-source]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-source]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-source]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource repositories for the common repo
+
+[pgdg-common-debuginfo]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for stable repos
+
+[pgdg18-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/debug/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# Debuginfo/debugsource packages for testing repos
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing-debuginfo]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing-debuginfo]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing-debuginfo]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing-debuginfo]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing-debuginfo]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing-debuginfo]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing-debuginfo]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Debuginfo
+baseurl=https://dnf-debuginfo.postgresql.org/testing/debug/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
diff --git a/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7.repo b/rpm/redhat/main/common/pgdg-yum/RHEL-main/pgdg-redhat-all-rhel9.7.repo
new file mode 100644 (file)
index 0000000..d392f14
--- /dev/null
@@ -0,0 +1,409 @@
+#########################################################################
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux repositories #
+#########################################################################
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable common
+# repository for all PostgreSQL versions
+
+[pgdg-common]
+name=PostgreSQL common RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# We provide extra packages to support some of the RPMs in the PostgreSQL RPM
+# repo, like consul, etcd, haproxy, etc.
+
+[pgdg-rhel9-extras]
+name=Extra packages to support some RPMs in the PostgreSQL RPM repo for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux stable repositories:
+
+[pgdg18]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-9.7-$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing common repositories.
+
+[pgdg-common-testing]
+name=PostgreSQL common testing RPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Updates Testing repositories. (These packages should not be used in production)
+# Available for PostgreSQL 13 and above.
+
+[pgdg19-updates-testing]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg18-updates-testing]
+name=PostgreSQL 18 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/18/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg17-updates-testing]
+name=PostgreSQL 17 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/17/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg16-updates-testing]
+name=PostgreSQL 16 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/16/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg15-updates-testing]
+name=PostgreSQL 15 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/15/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg14-updates-testing]
+name=PostgreSQL 14 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/14/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pgdg13-updates-testing]
+name=PostgreSQL 13 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Updates testing
+baseurl=https://download.postgresql.org/pub/repos/yum/testing/13/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Red Hat Enterprise Linux / Rocky Linux / AlmaLinux SRPM testing common repository
+
+[pgdg-common-source]
+name=PostgreSQL common for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source
+baseurl=https://dnf-srpms.postgresql.org/srpms/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras SRPM repository
+
+[pgdg-rhel9-extras-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux testing common SRPM repository for all PostgreSQL versions
+
+[pgdg-common-testing-source]
+name=PostgreSQL common testing SRPMs for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/common/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG RHEL / Rocky Linux / AlmaLinux Extras Testing SRPM repository
+
+[pgdg-rhel9-extras-testing-source]
+name=SRPMs of the Extras packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+# PGDG Source RPMs (SRPMS) and their testing repositories:
+
+[pgdg19-updates-testing-source]
+name=PostgreSQL 19 for RHEL / Rocky Linux / AlmaLinux 9.7 - $basearch - Source updates testing
+baseurl=https://dnf-srpms.postgresql.org/srpms/testing/19/redhat/rhel-9.7-$basearch
+enabled=0
+gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
+repo_gpgcheck = 1
+
+[pg