This is an automated email from the ASF dual-hosted git repository.

tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 39a33b4358 Add PostgreSQL Base column to Releases table
39a33b4358 is described below

commit 39a33b43589db0dfb924b220b7778706ae681498
Author: Dianjin Wang <[email protected]>
AuthorDate: Tue Jun 16 12:26:18 2026 +0800

    Add PostgreSQL Base column to Releases table
    
    Add a "PostgreSQL Base" column after Date in the Releases
    download table. Both 2.0.0-incubating and 2.1.0-incubating
    are based on PostgreSQL 14.4.
---
 src/pages/releases/index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/pages/releases/index.md b/src/pages/releases/index.md
index 6ade7cb6e7..a611a5760c 100644
--- a/src/pages/releases/index.md
+++ b/src/pages/releases/index.md
@@ -16,6 +16,7 @@ Convenience binaries for Cloudberry have been available since 
version 2.1.0. You
 <tr>
 <th>Version</th>
 <th>Date</th>
+<th>PostgreSQL Base</th>
 <th>Source archive</th>
 <th>Signature & Checksum</th>
 <th>Convenience Binaries</th>
@@ -26,6 +27,7 @@ Convenience binaries for Cloudberry have been available since 
version 2.1.0. You
 <tr>
 <td rowSpan="3">2.1.0-incubating <strong>(Latest)</strong></td>
 <td rowSpan="3">April 14, 2026</td>
+<td rowSpan="3">PostgreSQL 14.4</td>
 <td><a 
href="https://www.apache.org/dyn/closer.lua/incubator/cloudberry/2.1.0-incubating/apache-cloudberry-2.1.0-incubating-src.tar.gz?action=download";>apache-cloudberry-2.1.0-incubating-src.tar.gz</a></td>
 <td><a 
href="https://downloads.apache.org/incubator/cloudberry/2.1.0-incubating/apache-cloudberry-2.1.0-incubating-src.tar.gz.asc";>.asc</a>,
 <a 
href="https://downloads.apache.org/incubator/cloudberry/2.1.0-incubating/apache-cloudberry-2.1.0-incubating-src.tar.gz.sha512";>.sha512</a></td>
 <td><a 
href="https://github.com/apache/cloudberry/releases/tag/2.1.0-incubating";>RPM/DEB</a></td>
@@ -44,6 +46,7 @@ Convenience binaries for Cloudberry have been available since 
version 2.1.0. You
 <tr>
 <td>2.0.0-incubating</td>
 <td>August 25, 2025</td>
+<td>PostgreSQL 14.4</td>
 <td><a 
href="https://archive.apache.org/dist/incubator/cloudberry/2.0.0-incubating/apache-cloudberry-2.0.0-incubating-src.tar.gz";>apache-cloudberry-2.0.0-incubating-src.tar.gz</a></td>
 <td><a 
href="https://downloads.apache.org/incubator/cloudberry/2.0.0-incubating/apache-cloudberry-2.0.0-incubating-src.tar.gz.asc";>.asc</a>,
 <a 
href="https://downloads.apache.org/incubator/cloudberry/2.0.0-incubating/apache-cloudberry-2.0.0-incubating-src.tar.gz.sha512";>.sha512</a></td>
 <td>-</td>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to