diff --git a/advocacy_docs/security/index.mdx b/advocacy_docs/security/index.mdx index 5f469e6c792..09242ca4fe3 100644 --- a/advocacy_docs/security/index.mdx +++ b/advocacy_docs/security/index.mdx @@ -113,7 +113,7 @@ An issue was discovered in EnterpriseDB Postgres Advanced Server (EPAS) before 1 -## Most Recent Assesments +## Most Recent Assessments @@ -121,7 +121,7 @@ An issue was discovered in EnterpriseDB Postgres Advanced Server (EPAS) before 1

CVE-2024-1597

-  Read Assesment +  Read Assessment   Updated: 2024/03/08

SQL Injection via line comment generation

pgJDBC all versions prior to 42.7.2, 42.6.1, 42.5.5, 42.4.4, 42.3.9, and 42.2.28 and EDB pgJDBC all versions prior to 42.5.5
@@ -137,7 +137,7 @@ pgjdbc, the PostgreSQL JDBC Driver, allows attacker to inject SQL if using Prefe

CVE-2024-0985

-  Read Assesment +  Read Assessment   Updated: 2024/02/26

PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL

PostgreSQL, EPAS all versions prior to 15.6.0,14.11.0,13.14.20 and 12.18.23, PGE all versions prior to 15.6.0
diff --git a/advocacy_docs/security/templates/securityindex.njs b/advocacy_docs/security/templates/securityindex.njs index 3f39d08581f..45acc33522c 100755 --- a/advocacy_docs/security/templates/securityindex.njs +++ b/advocacy_docs/security/templates/securityindex.njs @@ -49,7 +49,7 @@ This policy outlines how EnterpriseDB handles disclosures related to suspected v {% endfor %}
-## Most Recent Assesments +## Most Recent Assessments {% for ass in shortasslist %} @@ -57,7 +57,7 @@ This policy outlines how EnterpriseDB handles disclosures related to suspected v

{{ thisass.vulnerability_details.cve_id }}

-  Read Assesment +  Read Assessment   Updated: {{ thisass.open.last_updated }}

{{ thisass.frontmatter.title }}

{{ thisass.frontmatter.affectedProducts }}
diff --git a/product_docs/docs/epas/12/epas_rel_notes/epas12_15_19_rel_notes.mdx b/product_docs/docs/epas/12/epas_rel_notes/epas12_15_19_rel_notes.mdx index f26122eb6ae..01efd75c309 100644 --- a/product_docs/docs/epas/12/epas_rel_notes/epas12_15_19_rel_notes.mdx +++ b/product_docs/docs/epas/12/epas_rel_notes/epas12_15_19_rel_notes.mdx @@ -4,16 +4,16 @@ title: "Version 12.15.19" EDB Postgres Advanced Server 12.15.19 includes the following enhancements: -| Type | Description | Category | -| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | -| Upstream merge | Merged with community PostgreSQL 12.15.19. See the community [Release Notes](https://www.postgresql.org/docs/release/12.15/) for details. | | -| Enhancement | SQL Profiler and Index Advisor are now extensions and can be downloaded from [EDB Repos](https://repos.enterprisedb.com/). | | +| Type | Description | Category | +|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| +| Upstream merge | Merged with community PostgreSQL 12.15.19. See the community [Release Notes](https://www.postgresql.org/docs/release/12.15/) for details. | | +| Enhancement | SQL Profiler and Index Advisor are now extensions and can be downloaded from [EDB Repos](https://repos.enterprisedb.com/). | | | Bug fix | Fixed an issue in which "PASSWORD EXPIRE AT" was dumped when the password status wasn't expired. This fix prevents marking the user account as expired after an upgrade. | Profile | -| Bug fix | Fixed the password profile behavior after the password grace time has changed. | | -| Bug fix | Fixed unexpected error for `edb_enable_pruning` parameter. [Support ticket: #89863] | | -| Bug fix | Fixed an issue when a user enters `Ctrl-c`(SIGINT) to cancel the load in EDB\*Loader. [Support ticket: #88734] | | -| Bug fix | Set correct object descriptions for redaction policy to make pg_dump work cleanly with `--clean` and `--if-exists` options. | | -| Bug fix | Fixed pg_dump to dump password verify function for the user profile. | | -| Bug fix | Fixed assertion failure while terminating the process within the autonomous transaction. | | -| Bug fix | Fixed corner-case uninitialized-variable issues in SPL. | | -| Bug fix | Fixed memory leakage in anonymous blocks that use cast expressions. [Support ticket: #88816] | | +| Bug fix | Fixed the password profile behavior after the password grace time has changed. | | +| Bug fix | Fixed unexpected error for `edb_enable_pruning` parameter. [Support ticket: #89863] | | +| Bug fix | Fixed an issue when a user enters `Ctrl-c`(SIGINT) to cancel the load in EDB\*Loader. [Support ticket: #88734] | | +| Bug fix | Set correct object descriptions for redaction policy to make pg_dump work cleanly with `--clean` and `--if-exists` options. | | +| Bug fix | Fixed pg_dump to dump password verify function for the user profile. | | +| Bug fix | Fixed assertion failure while terminating the process within the autonomous transaction. | | +| Bug fix | Fixed corner-case uninitialized-variable issues in SPL. | | +| Bug fix | Fixed memory leakage in anonymous blocks that use cast expressions. [Support ticket: #88816] | | diff --git a/product_docs/docs/epas/12/epas_rel_notes/epas12_19_24_rel_notes.mdx b/product_docs/docs/epas/12/epas_rel_notes/epas12_19_24_rel_notes.mdx new file mode 100644 index 00000000000..8bb7b67b27f --- /dev/null +++ b/product_docs/docs/epas/12/epas_rel_notes/epas12_19_24_rel_notes.mdx @@ -0,0 +1,17 @@ +--- +title: EDB Postgres Advanced Server 12.19.24 release notes +navTitle: "Version 12.19.24" +--- + +Released: 9 May 2024 + +EDB Postgres Advanced Server 12.19.24 includes the following enhancements and bug fixes: + +| Type | Description | Addresses            | +|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| +| Upstream merge | Merged with community PostgreSQL 12.19. Important: this release includes a fix for a security issue. See the [PostgreSQL 12.19 Release Notes](https://www.postgresql.org/docs/release/12.19/) for more information. | | +| Bug fix | Fixed an issue for `edb_filter_log`. Now it correctly redacts the password when the tab is used before the keyword. | #36220 | +| Bug fix | Fixed an issue for `edb_audit` on Windows. Now it correctly rotates the log files based on days configured in `edb_audit_rotation_day`. | #99282 | +| Bug fix | Fixed an issue to fetch all the attributes correctly from the sub link in `CONNECT BY` processing to avoid the server crash. | #102746 | +| Bug fix | Added conditional free path in `add_path()` to avoid the rare possible server crashes when the free path is still in use, specially in the FDWs.| #86497 | +| Bug fix | Fixed a crash issue for `edbldr`. Now `edbldr` loads data into multiple tables with different encodings from the target database. | | \ No newline at end of file diff --git a/product_docs/docs/epas/12/epas_rel_notes/index.mdx b/product_docs/docs/epas/12/epas_rel_notes/index.mdx index 7456d3d422b..84152502872 100644 --- a/product_docs/docs/epas/12/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/12/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release Notes title: "EDB Postgres Advanced Server Release Notes" navigation: +- epas12_19_24_rel_notes - epas12_18_23_rel_notes - epas12_17_22_rel_notes - epas12_16_21_rel_notes @@ -30,6 +31,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merges | | ----------------------------------------- | ------------ | -------------------------------------------------------------- | +| [12.19.24](epas12_19_24_rel_notes.mdx) | 09 May 2024 | [12.19](https://www.postgresql.org/docs/12/release-12-19.html) | | [12.18.23](epas12_18_23_rel_notes.mdx) | 08 Feb 2023 | [12.18](https://www.postgresql.org/docs/12/release-12-18.html) | | [12.17.22](epas12_17_22_rel_notes.mdx) | 09 Nov 2023 | [12.17](https://www.postgresql.org/docs/12/release-12-17.html) | | [12.16.21](epas12_16_21_rel_notes.mdx) | 25 Sep 2023 | | diff --git a/product_docs/docs/epas/13/epas_rel_notes/epas13_15_21_rel_notes.mdx b/product_docs/docs/epas/13/epas_rel_notes/epas13_15_21_rel_notes.mdx new file mode 100644 index 00000000000..2ad50c1fa53 --- /dev/null +++ b/product_docs/docs/epas/13/epas_rel_notes/epas13_15_21_rel_notes.mdx @@ -0,0 +1,17 @@ +--- +title: EDB Postgres Advanced Server 13.15.21 release notes +navTitle: "Version 13.15.21" +--- + +Released: 9 May 2024 + +EDB Postgres Advanced Server 13.15.21 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 13.15. Important: this release includes a security fix. See the [PostgreSQL 13.15 Release Notes](https://www.postgresql.org/docs/release/14.15/) for more information. | | +| Bug fix | Fixed an issue for `edb_filter_log`. Now it correctly redacts the password when the tab is used before the keyword. | #36220 | +| Bug fix | Fixed an issue for `edb_audit` on Windows. Now it correctly rotates the log files based on days configured in `edb_audit_rotation_day`. | #99282 | +| Bug fix | Fixed an issue to fetch all the attributes correctly from the sub link in `CONNECT BY` processing to avoid the server crash. | #102746 | +| Bug fix | Added conditional free path in `add_path()` to avoid the rare possible server crashes when the free path is still in use, specially in the FDWs. | #86497 | +| Bug fix | Fixed a crash issue for `edbldr`. Now `edbldr` loads data into multiple tables with different encodings from the target database. | | diff --git a/product_docs/docs/epas/13/epas_rel_notes/index.mdx b/product_docs/docs/epas/13/epas_rel_notes/index.mdx index d011ce584a7..4ee32a0b812 100644 --- a/product_docs/docs/epas/13/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/13/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release Notes title: "EDB Postgres Advanced Server Release Notes" navigation: +- epas13_15_21_rel_notes - epas13_14_20_rel_notes - epas13_13_19_rel_notes - epas13_12_18_rel_notes @@ -21,8 +22,9 @@ EDB Postgres Advanced Server 13 is built on open-source PostgreSQL 13, which int The EDB Postgres Advanced Server (Advanced Server) documentation describes the latest version of Advanced Server 13 including minor releases and patches. The release notes in this section provide information on what was new in each release. -| Version | Release Date | Upstream Merges | -| ----------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------- | +| Version | Release Date | Upstream Merges | +|-------------------------------------|--------------|------------------------------------------------------------------------------------------------------------------------| +| [13.15.21](epas13_15_21_rel_notes) | 09 May 2024 | [13.15](https://www.postgresql.org/docs/release/13.15/) | | [13.14.20](epas13_14_20_rel_notes) | 08 Feb 2024 | [13.14](https://www.postgresql.org/docs/release/13.14/) | | [13.13.19](epas13_13_19_rel_notes) | 09 Nov 2023 | [13.13](https://www.postgresql.org/docs/release/13.13/) | | [13.12.18](epas13_12_17_rel_notes) | 25 Sep 2023 | | diff --git a/product_docs/docs/epas/14/epas_rel_notes/epas14_12_0_rel_notes.mdx b/product_docs/docs/epas/14/epas_rel_notes/epas14_12_0_rel_notes.mdx new file mode 100644 index 00000000000..489655f9bcd --- /dev/null +++ b/product_docs/docs/epas/14/epas_rel_notes/epas14_12_0_rel_notes.mdx @@ -0,0 +1,17 @@ +--- +title: EDB Postgres Advanced Server 14.12.0 release notes +navTitle: "Version 14.12.0" +--- + +Released: 9 May 2024 + +EDB Postgres Advanced Server 14.12.0 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 14.12. Important: this release includes a security fix. See the [PostgreSQL 14.12 Release Notes](https://www.postgresql.org/docs/release/14.12/) for more information. | | +| Bug fix | Fixed an issue for `edb_filter_log`. Now it correctly redacts the password when the tab is used before the keyword. | #36220 | +| Bug fix | Fixed an issue for `edb_audit` on Windows. Now it correctly rotates the log files based on days configured in `edb_audit_rotation_day`. | #99282 | +| Bug fix | Fixed an issue to fetch all the attributes correctly from the sub link in `CONNECT BY` processing to avoid the server crash. | #102746 | +| Bug fix | Added conditional free path in `add_path()` to avoid the rare possible server crashes when the free path is still in use, specially in the FDWs. | #86497 | +| Bug fix | Fixed a crash issue for `edbldr`. Now `edbldr` loads data into multiple tables with different encodings from the target database. | | \ No newline at end of file diff --git a/product_docs/docs/epas/14/epas_rel_notes/index.mdx b/product_docs/docs/epas/14/epas_rel_notes/index.mdx index 0a27a139ad0..9f38fd51efa 100644 --- a/product_docs/docs/epas/14/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/14/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release notes title: "EDB Postgres Advanced Server release notes" navigation: +- epas14_12_0_rel_notes - epas14_11_0_rel_notes - epas14_10_0_rel_notes - epas14_9_1_rel_notes @@ -20,10 +21,11 @@ EDB Postgres Advanced Server 14 is built on open-source PostgreSQL 14, which int The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation describes the latest version of EDB Postgres Advanced Server 14 including minor releases and patches. The release notes in this section provide information on what was new in each release. -| Version | Release date | Upstream merges | -| --------------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------ | -| [14.11.0](epas14_11_0_rel_notes) | 08 Feb 2024 | [14.11](https://www.postgresql.org/docs/14/release-14-11.html) | -| [14.10.0](epas14_10_0_rel_notes) | 09 Nov 2023 | [14.10](https://www.postgresql.org/docs/14/release-14-10.html) | +| Version | Release date | Upstream merges | +|-----------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------| +| [14.12.0](epas14_12_0_rel_notes) | 09 May 2024 | [14.12](https://www.postgresql.org/docs/14/release-14-12.html) | +| [14.11.0](epas14_11_0_rel_notes) | 08 Feb 2024 | [14.11](https://www.postgresql.org/docs/14/release-14-11.html) | +| [14.10.0](epas14_10_0_rel_notes) | 09 Nov 2023 | [14.10](https://www.postgresql.org/docs/14/release-14-10.html) | | [14.9.1](epas14_9_1_rel_notes) | 25 Sep 2023 | | | [14.9.0](epas14_9_0_rel_notes) | 21 Aug 2023 | [14.9](https://www.postgresql.org/docs/14/release-14-9.html) | | [14.8.0](epas14_8_0_rel_notes) | 11 May 2023 | [14.8](https://www.postgresql.org/docs/14/release-14-8.html) | diff --git a/product_docs/docs/epas/15/epas_rel_notes/epas15_7_0_rel_notes.mdx b/product_docs/docs/epas/15/epas_rel_notes/epas15_7_0_rel_notes.mdx new file mode 100644 index 00000000000..efe25ca3288 --- /dev/null +++ b/product_docs/docs/epas/15/epas_rel_notes/epas15_7_0_rel_notes.mdx @@ -0,0 +1,18 @@ +--- +title: EDB Postgres Advanced Server 15.7.0 release notes +navTitle: "Version 15.7.0 " +--- + +Released: 9 May 2024 + +EDB Postgres Advanced Server 15.7.0 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 15.7. Important: this release includes a security fix. See the [PostgreSQL 15.7 Release Notes](https://www.postgresql.org/docs/release/15.7/) for more information. | | +| Bug fix | Fixed an issue for `edb_filter_log`. Now it correctly redacts the password when the tab is used before the keyword. | #36220 | +| Bug fix | Fixed an issue for `edb_audit` on Windows. Now it correctly rotates the log files based on days configured in `edb_audit_rotation_day`. | #99282 | +| Bug fix | Fixed an issue to fetch all the attributes correctly from the sublink in `CONNECT BY` processing to avoid the server crash. | #102746 | +| Bug fix | Added conditional free path in `add_path()` to avoid the rare possible server crashes when the freed path is still in use, specially in FDWs. | #86497 | +| Bug fix | Fixed an crash issue for `edbldr`. Now `edbldr` loads data into multiple tables with different encodings from the target database. | | +| Bug fix | Fixed an issue with possible data loss and `pg_dump` failures when using rowids. | #35901 | diff --git a/product_docs/docs/epas/15/epas_rel_notes/index.mdx b/product_docs/docs/epas/15/epas_rel_notes/index.mdx index bbef2bebd7f..e413b74f2fc 100644 --- a/product_docs/docs/epas/15/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/15/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release notes title: "EDB Postgres Advanced Server release notes" navigation: +- epas15_7_0_rel_notes - epas15_6_0_rel_notes - epas15_5_0_rel_notes - epas15_4_1_rel_notes @@ -14,9 +15,10 @@ EDB Postgres Advanced Server 15 is built on open-source PostgreSQL 15, which int The EDB Postgres Advanced Server documentation describes the latest version of EDB Postgres Advanced Server 15 including minor releases and patches. These release notes provide information on what was new in each release. -| Version | Release date | Upstream merges | -| ------------------------------ | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [15.6.0](epas15_6_0_rel_notes) | 08 Feb 2024 | [15.6](https://www.postgresql.org/docs/release/15.6/) +| Version | Release date | Upstream merges | +|--------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [15.7.0](epas15_7_0_rel_notes) | 09 May 2024 | [15.7](https://www.postgresql.org/docs/release/15.7/) | +| [15.6.0](epas15_6_0_rel_notes) | 08 Feb 2024 | [15.6](https://www.postgresql.org/docs/release/15.6/) | | [15.5.0](epas15_5_0_rel_notes) | 09 Nov 2023 | [15.5](https://www.postgresql.org/docs/release/15.5/) | | [15.4.1](epas15_4_1_rel_notes) | 25 Sep 2023 | | | [15.4.0](epas15_4_0_rel_notes) | 21 Aug 2023 | [15.4](https://www.postgresql.org/docs/release/15.4/) | diff --git a/product_docs/docs/epas/16/epas_rel_notes/epas16_3_0_rel_notes.mdx b/product_docs/docs/epas/16/epas_rel_notes/epas16_3_0_rel_notes.mdx new file mode 100644 index 00000000000..80f1981ba4b --- /dev/null +++ b/product_docs/docs/epas/16/epas_rel_notes/epas16_3_0_rel_notes.mdx @@ -0,0 +1,20 @@ +--- +title: EDB Postgres Advanced Server 16.3.0 release notes +navTitle: "Version 16.3.0" +--- + +Released: 9 May 2024 + +EDB Postgres Advanced Server 16.3.0 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 16.3. Important: this release includes a security fix. See the [PostgreSQL 16.3 Release Notes](https://www.postgresql.org/docs/release/16.3/) for more information. | | +| Bug fix | Fixed an issue for `edb_filter_log`. Now it correctly redacts the password when the tab is used before the keyword. | #36220 | +| Bug fix | Fixed an issue for `edb_audit` on Windows. Now it correctly rotates the log files based on days configured in `edb_audit_rotation_day`. | #99282 | +| Bug fix | Fixed an issue to fetch all the attributes correctly from the sublink in `CONNECT BY` processing to avoid the server crash. | #102746 | +| Bug fix | Added conditional free path in `add_path()` to avoid the rare possible server crashes when the freed path is still in use, specially in FDWs. | #86497 | +| Bug fix | Fixed an crash issue for `edbldr`. Now `edbldr` loads data into multiple tables with different encodings from the target database. | | +| Bug fix | Fixed an issue with possible data loss and `pg_dump` failures when using rowids. | #35901 | +| Bug fix | Fixed an issue with assertion in `DROP ROLE` statement having duplicate names. | | +| Buf fix | Fixed server crash with `edb_dblink_oci` in left join with whole row reference. | | diff --git a/product_docs/docs/epas/16/epas_rel_notes/index.mdx b/product_docs/docs/epas/16/epas_rel_notes/index.mdx index 11057b59f9d..f2dfda4fec7 100644 --- a/product_docs/docs/epas/16/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/16/epas_rel_notes/index.mdx @@ -2,7 +2,8 @@ navTitle: Release notes title: "EDB Postgres Advanced Server release notes" navigation: -- epas16_02_0_rel_notes +- epas16_3_0_rel_notes +- epas16_2_0_rel_notes - epas16_rel_notes --- @@ -13,6 +14,7 @@ The EDB Postgres Advanced Server documentation describes the latest version of E | Version | Release date | Upstream merges | | ------------------------ | ------------ | ---------------------------------------------------------- | +| [16.3.0](epas16_3_0_rel_notes) | 09 May 2024 | [16.3](https://www.postgresql.org/docs/16/release-16-3.html) | | [16.2](epas16_2_0_rel_notes)| 08 Feb 2024 | [16.2](https://www.postgresql.org/docs/16/release-16-2.html) | [16.1](epas16_rel_notes) | 09 Nov 2023 | [16.0](https://www.postgresql.org/docs/16/release-16.html),[16.1](https://www.postgresql.org/docs/release/16.1/) | diff --git a/product_docs/docs/pge/15/release_notes/index.mdx b/product_docs/docs/pge/15/release_notes/index.mdx index 787e1f8320c..46a3acf4941 100644 --- a/product_docs/docs/pge/15/release_notes/index.mdx +++ b/product_docs/docs/pge/15/release_notes/index.mdx @@ -1,6 +1,7 @@ --- title: "Release notes" navigation: + - rel_notes15.7 - rel_notes15.6 - rel_notes15.5 - rel_notes15.4 @@ -13,6 +14,7 @@ release notes cover what was new in each release. | Version | Release date | | ------------------------ | ------------ | +| [15.7](rel_notes15.7) | 09 May 2024 | | [15.6](rel_notes15.6) | 08 Feb 2024 | | [15.5](rel_notes15.5) | 09 Nov 2023 | | [15.4](rel_notes15.4) | 21 Aug 2023 | diff --git a/product_docs/docs/pge/15/release_notes/rel_notes15.7.mdx b/product_docs/docs/pge/15/release_notes/rel_notes15.7.mdx new file mode 100644 index 00000000000..b2564b58a84 --- /dev/null +++ b/product_docs/docs/pge/15/release_notes/rel_notes15.7.mdx @@ -0,0 +1,16 @@ +--- +title: "EDB Postgres Extended Server 15.7 release notes" +navTitle: Version 15.7 +--- + +Released: 9 May 2024 + +New features, enhancements, bug fixes, and other changes in EDB Postgres Extended Server 15.7 include: + +| Type | Description | +| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Upstream merge | Merged with community PostgreSQL 15.7. Includes a security fix. See the [PostgreSQL 15.7 Release Notes](https://www.postgresql.org/docs/15/release-15-7.html) for more information. | + + + + diff --git a/product_docs/docs/pge/16/release_notes/index.mdx b/product_docs/docs/pge/16/release_notes/index.mdx index bb7d8c875b8..7194a5d1b1e 100644 --- a/product_docs/docs/pge/16/release_notes/index.mdx +++ b/product_docs/docs/pge/16/release_notes/index.mdx @@ -1,6 +1,7 @@ --- title: "Release notes" navigation: + - rel_notes16.3 - rel_notes16.2 - rel_notes16.1 --- @@ -10,6 +11,7 @@ cover what was new in each release. | Version | Release date | | ------------------------ | ------------ | +| [16.3](rel_notes16.3) | 09 May 2024 | | [16.2](rel_notes16.2) | 08 Feb 2024 | | [16.1](rel_notes16.1) | 09 Nov 2023 | diff --git a/product_docs/docs/pge/16/release_notes/rel_notes16.2.mdx b/product_docs/docs/pge/16/release_notes/rel_notes16.2.mdx index 395e8efcf90..6709c591584 100644 --- a/product_docs/docs/pge/16/release_notes/rel_notes16.2.mdx +++ b/product_docs/docs/pge/16/release_notes/rel_notes16.2.mdx @@ -1,5 +1,5 @@ --- -title: EDB Postgres Advanced Server 16.2 release notes +title: EDB Postgres Extended Server 16.2 release notes navTitle: "Version 16.2" --- diff --git a/product_docs/docs/pge/16/release_notes/rel_notes16.3.mdx b/product_docs/docs/pge/16/release_notes/rel_notes16.3.mdx new file mode 100644 index 00000000000..024924237a2 --- /dev/null +++ b/product_docs/docs/pge/16/release_notes/rel_notes16.3.mdx @@ -0,0 +1,12 @@ +--- +title: EDB Postgres Extended Server 16.3 release notes +navTitle: "Version 16.3" +--- + +Released: 9 May 2024 + +EDB Postgres Extended Server 16.3 includes the following enhancements and bug fixes: + +| Type | Description +| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Upstream merge | Merged with community PostgreSQL 16.3. Includes a security fix. See the [PostgreSQL 16.3 Release Notes](https://www.postgresql.org/docs/16/release-16-3.html) for more information.