You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/v2025.1/develop/pg15-features.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ headerTitle: PostgreSQL 15 features
4
4
linkTitle: PG15 features
5
5
description: Use PostgreSQL 15 features in your applications
6
6
headContent: Use PostgreSQL 15 features in your applications
7
-
tags:
8
-
feature: tech-preview
9
7
menu:
10
8
v2025.1:
11
9
identifier: yb-postgresql-15
@@ -16,21 +14,13 @@ type: docs
16
14
17
15
The YugabyteDB [YSQL API](../../api/ysql/) reuses a fork of the PostgreSQL [query layer](../../architecture/query-layer/). This architecture allows YSQL to support most PostgreSQL features, such as data types, queries, expressions, operators and functions, stored procedures, triggers, extensions, and so on - all of which are expected to work identically on both database systems.
18
16
19
-
Initially based on PostgreSQL 11.2, YSQL has been continuously enhanced with features, improvements, and security fixes pulled from PostgreSQL 12+, in addition to our own improvements. With {{<release "2.25">}}, YugabyteDB now adds support for PostgreSQL 15, which brings many new features and improvements.
17
+
Initially based on PostgreSQL 11.2, YSQL has been continuously enhanced with features, improvements, and security fixes pulled from PostgreSQL 12+, in addition to our own improvements. YugabyteDB {{<release "2025.1">}} is based on PostgreSQL 15, which brings many new features and improvements.
Learn more about the [journey to PostgreSQL 15](https://www.yugabyte.com/blog/yugabytedb-moves-beyond-postgresql-11/).
23
21
{{</lead>}}
24
22
25
-
## Try it out
26
-
27
-
PostgreSQL 15 support is in Tech Preview and included with the YugabyteDB 2.25 preview release.
28
-
29
-
| Product | To try it out |
30
-
| :--- | :--- |
31
-
| YugabyteDB | Follow the instructions in [Quick Start](/preview/tutorials/quick-start/macos/).<br>For information on upgrading a PostgreSQL 11-based universe (v2024.2 and earlier) to a version based on PostgreSQL 15 (v2.25.1 or later), refer to [YSQL major upgrade](../../manage/ysql-major-upgrade-yugabyted/). |
32
-
| YugabyteDB Anywhere |[Install YugabyteDB Anywhere v2.25.0.0 or later](../../yugabyte-platform/install-yugabyte-platform/install-software/installer/#quick-start) and [create a universe](../../yugabyte-platform/create-deployments/create-universe-multi-zone/) using DB Version 2.25.0.0 or later. |
33
-
| YugabyteDB Aeon|[Create a Sandbox cluster](/preview/yugabyte-cloud/cloud-basics/create-clusters/create-clusters-free/) with the Database version set to Preview Track (v2.25). |
23
+
Note that upgrading a PostgreSQL 11-based universe ({{<release "2024.2">}} and earlier) to a version based on PostgreSQL 15 requires additional steps. For more information, refer to [YSQL major upgrade](../../manage/ysql-major-upgrade-yugabyted/).
0 commit comments