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

gregfelice pushed a commit to branch PG18
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/PG18 by this push:
     new e43dc1a1 Update README and RELEASE for PG18 1.8.0 release (#2467)
e43dc1a1 is described below

commit e43dc1a12b78fba4acef9835b2b10379b8d243b4
Author: John Gemignani <[email protected]>
AuthorDate: Tue Jul 7 09:51:48 2026 -0700

    Update README and RELEASE for PG18 1.8.0 release (#2467)
    
    modified:   README.md
    modified:   RELEASE
---
 README.md | 4 ++--
 RELEASE   | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 262f06c0..9b6183b4 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ Apache AGE is intended to be simple to install and run. It 
can be installed with
 &nbsp;Install PostgreSQL
 </h4>
 
-You will need to install an AGE compatible version of Postgres<a>, for now AGE 
supports Postgres 11, 12, 13, 14, 15, 16, 17 & 18. Supporting the latest 
versions is on AGE roadmap.
+You will need to install an AGE compatible version of Postgres, for now AGE 
supports Postgres 11, 12, 13, 14, 15, 16, 17, 18, 19beta1. Supporting the 
latest versions is on AGE roadmap.
 
 <h4>
 &nbsp;Installation via Package Manager
@@ -152,7 +152,7 @@ You can <a href="https://www.postgresql.org/ftp/source/";> 
download the Postgres
 
 Clone the <a href="https://github.com/apache/age";>github repository</a> or 
download the <a href="https://github.com/apache/age/releases";>download an 
official release.
 </a>
-Run the pg_config utility and check the version of PostgreSQL. Currently, only 
PostgreSQL versions 11, 12, 13, 14, 15, 16, 17 & 18 are supported. If you have 
any other version of Postgres, you will need to install PostgreSQL version 11, 
12, 13, 14, 15, 16, 17 & 18.
+Run the pg_config utility and check the version of PostgreSQL. Currently, only 
PostgreSQL versions 11, 12, 13, 14, 15, 16, 17, 18, 19beta1 are supported. If 
you have any other version of PostgreSQL, you will need to install PostgreSQL 
version 11, 12, 13, 14, 15, 16, 17, 18, 19beta1.
 <br>
     
 ```bash
diff --git a/RELEASE b/RELEASE
index 7776b6d5..07ab0f88 100644
--- a/RELEASE
+++ b/RELEASE
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-Release Notes for Apache AGE release 1.8.0 for master branch (currently PG18)
+Release Notes for Apache AGE release 1.8.0 for PG18 branch
 
 #
 # WARNING!
@@ -27,6 +27,8 @@ Release Notes for Apache AGE release 1.8.0 for master branch 
(currently PG18)
 
 Apache AGE 1.8.0 - Release Notes
 
+Merge master into PG18: advance to Apache AGE 1.8.0
+Advance master branch to Apache AGE version 1.8.0 (#2455)
 Fix installcheck fetch-depth parameter to 100 (#2461)
 Fix segfault on CREATE/MERGE/SET with generated or extra label columns (#2458)
 Propagate null through unnest and single() three-valued logic (#2406)

Reply via email to