Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Apache AGE is intended to be simple to install and run. It can be installed with
 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.
Comment thread
jrgemignani marked this conversation as resolved.

<h4>
&nbsp;Installation via Package Manager
Expand All @@ -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.
Comment thread
jrgemignani marked this conversation as resolved.
<br>

```bash
Expand Down
4 changes: 3 additions & 1 deletion RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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)
Expand Down
Loading