From b8cdd349efba00c1359beddf6c876fe2703613ef Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:21:44 +0530 Subject: [PATCH 1/4] EPAS minor release - release notes Added EPAS 12.21.26, 13.17.23, 14.14.0, 15.9.0, and 16.5.0 release notes --- .../epas_rel_notes/epas12_21_26_rel_notes.mdx | 16 ++++++++++++++++ .../docs/epas/12/epas_rel_notes/index.mdx | 2 ++ .../epas_rel_notes/epas13_17_23_rel_notes.mdx | 16 ++++++++++++++++ .../docs/epas/13/epas_rel_notes/index.mdx | 2 ++ .../epas_rel_notes/epas14_14_0_rel_notes.mdx | 16 ++++++++++++++++ .../docs/epas/14/epas_rel_notes/index.mdx | 2 ++ .../epas_rel_notes/epas15_9_0_rel_notes.mdx | 18 ++++++++++++++++++ .../docs/epas/15/epas_rel_notes/index.mdx | 2 ++ .../epas_rel_notes/epas16_5_0_rel_notes.mdx | 19 +++++++++++++++++++ .../docs/epas/16/epas_rel_notes/index.mdx | 16 +++++++++------- 10 files changed, 102 insertions(+), 7 deletions(-) create mode 100644 product_docs/docs/epas/12/epas_rel_notes/epas12_21_26_rel_notes.mdx create mode 100644 product_docs/docs/epas/13/epas_rel_notes/epas13_17_23_rel_notes.mdx create mode 100644 product_docs/docs/epas/14/epas_rel_notes/epas14_14_0_rel_notes.mdx create mode 100644 product_docs/docs/epas/15/epas_rel_notes/epas15_9_0_rel_notes.mdx create mode 100644 product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx diff --git a/product_docs/docs/epas/12/epas_rel_notes/epas12_21_26_rel_notes.mdx b/product_docs/docs/epas/12/epas_rel_notes/epas12_21_26_rel_notes.mdx new file mode 100644 index 00000000000..c5dbe4a4f3d --- /dev/null +++ b/product_docs/docs/epas/12/epas_rel_notes/epas12_21_26_rel_notes.mdx @@ -0,0 +1,16 @@ +--- +title: EDB Postgres Advanced Server 12.21.26 release notes +navTitle: "Version 12.21.26" +--- + +Released: 14 Nov 2024 + +EDB Postgres Advanced Server 12.21.26 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 12.21. See the [PostgreSQL 12.21 Release Notes](https://www.postgresql.org/docs/release/12.21/) for more information. | | +| Bug fix | Fixed an issue for Auditing. With `edb_audit`, now you can audit the initial connection process or authentication messages as well. | #39540 | +| Bug fix | Fixed an issue for EDB*Loader. Now the `negative bitmapset member not allowed` error is resolved for partitioned tables. | #39562 | +| Bug fix | Fixed an issue for `Oracle Proc*c`and `ecpg with PROC` . Corrected the macro definition in `sqlda-proc.h` to fix the compilation errors when used. | #40573 | +| Bug fix | Fixed an issue for replication. Now the login of locked account on the physical replica is not allowed. | | 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 8b330d5279d..efda9c6bd6c 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_21_26_rel_notes - epas12_20_25_rel_notes - epas12_19_24_rel_notes - epas12_18_23_rel_notes @@ -32,6 +33,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merges | | ----------------------------------------- | ------------ | -------------------------------------------------------------- | +| [12.21.26](epas12_21_26_rel_notes.mdx) | 14 Nov 2024 | [12.21](https://www.postgresql.org/docs/12/release-12-21.html) | | [12.20.25](epas12_20_25_rel_notes.mdx) | 08 Aug 2024 | [12.20](https://www.postgresql.org/docs/12/release-12-20.html) | | [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) | diff --git a/product_docs/docs/epas/13/epas_rel_notes/epas13_17_23_rel_notes.mdx b/product_docs/docs/epas/13/epas_rel_notes/epas13_17_23_rel_notes.mdx new file mode 100644 index 00000000000..2a52cab874c --- /dev/null +++ b/product_docs/docs/epas/13/epas_rel_notes/epas13_17_23_rel_notes.mdx @@ -0,0 +1,16 @@ +--- +title: EDB Postgres Advanced Server 13.17.23 release notes +navTitle: "Version 13.17.23" +--- + +Released: 14 Nov 2024 + +EDB Postgres Advanced Server 13.17.23 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 13.17. See the [PostgreSQL 13.17 Release Notes](https://www.postgresql.org/docs/release/13.17/) for more information. | | +| Bug fix | Fixed an issue for Auditing. With `edb_audit`, now you can audit the initial connection process or authentication messages as well. | #39540 | +| Bug fix | Fixed an issue for EDB*Loader. Now the `negative bitmapset member not allowed` error is resolved for partitioned tables. | #39562 | +| Bug fix | Fixed an issue for `Oracle Proc*c`and `ecpg with PROC` . Corrected the macro definition in `sqlda-proc.h` to fix the compilation errors when used. | #40573 | +| Bug fix | Fixed an issue for replication. Now the login of locked account on the physical replica is not allowed. | | 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 ff699006f7b..d8c9ee672d8 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_17_23_rel_notes - epas13_16_22_rel_notes - epas13_15_21_rel_notes - epas13_14_20_rel_notes @@ -25,6 +26,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l | Version | Release Date | Upstream Merges | |-------------------------------------|--------------|------------------------------------------------------------------------------------------------------------------------| +| [13.17.23](epas13_17_23_rel_notes) | 14 Nov 2024 | [13.17](https://www.postgresql.org/docs/release/13.17/) | | [13.16.22](epas13_16_22_rel_notes) | 08 Aug 2024 | [13.16](https://www.postgresql.org/docs/release/13.16/) | | [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/) | diff --git a/product_docs/docs/epas/14/epas_rel_notes/epas14_14_0_rel_notes.mdx b/product_docs/docs/epas/14/epas_rel_notes/epas14_14_0_rel_notes.mdx new file mode 100644 index 00000000000..51db778c2cb --- /dev/null +++ b/product_docs/docs/epas/14/epas_rel_notes/epas14_14_0_rel_notes.mdx @@ -0,0 +1,16 @@ +--- +title: EDB Postgres Advanced Server 14.14.0 release notes +navTitle: "Version 14.14.0 " +--- + +Released: 14 Nov 2024 + +EDB Postgres Advanced Server 14.14.0 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 14.14. See the [PostgreSQL 14.14 Release Notes](https://www.postgresql.org/docs/release/14.14/) for more information. | | +| Bug fix | Fixed an issue for Auditing. With `edb_audit`, now you can audit the initial connection process or authentication messages as well. | #39540 | +| Bug fix | Fixed an issue for EDB*Loader. Now the `negative bitmapset member not allowed` error is resolved for partitioned tables. | #39562 | +| Bug fix | Fixed an issue for `Oracle Proc*c`and `ecpg with PROC` . Corrected the macro definition in `sqlda-proc.h` to fix the compilation errors when used. | #40573 | +| Bug fix | Fixed an issue for replication. Now the login of locked account on the physical replica is not allowed. | | 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 f0fa139453c..a51c6e75519 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_14_0_rel_notes - epas14_13_1_rel_notes - epas14_13_0_rel_notes - epas14_12_0_rel_notes @@ -25,6 +26,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de | Version | Release date | Upstream merges | |-----------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------| +| [14.14.0](epas14_14_0_rel_notes) | 14 Nov 2024 | [14.14](https://www.postgresql.org/docs/14/release-13-14.html/) | | [14.13.1](epas14_13_1_rel_notes) | 16 Aug 2024 | | | [14.13.0](epas14_13_0_rel_notes) | 08 Aug 2024 | [14.13](https://www.postgresql.org/docs/14/release-14-13.html) | | [14.12.0](epas14_12_0_rel_notes) | 09 May 2024 | [14.12](https://www.postgresql.org/docs/14/release-14-12.html) | diff --git a/product_docs/docs/epas/15/epas_rel_notes/epas15_9_0_rel_notes.mdx b/product_docs/docs/epas/15/epas_rel_notes/epas15_9_0_rel_notes.mdx new file mode 100644 index 00000000000..d0648a1e04d --- /dev/null +++ b/product_docs/docs/epas/15/epas_rel_notes/epas15_9_0_rel_notes.mdx @@ -0,0 +1,18 @@ +--- +title: EDB Postgres Advanced Server 15.9.0 release notes +navTitle: "Version 15.9.0 " +--- + +Released: 14 Nov 2024 + +EDB Postgres Advanced Server 15.9.0 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 15.9. See the [PostgreSQL 15.9 Release Notes](https://www.postgresql.org/docs/release/15.9/) for more information. | | +| Bug fix | Fixed an issue for Auditing. With `edb_audit`, now you can audit the initial connection process or authentication messages as well. | #39540 | +| Bug fix | Fixed an issue for `EDB*Loader`. Now the `negative bitmapset member not allowed` error is resolved for partitioned tables. | #39562 | +| Bug fix | Fixed an issue for `Oracle Proc*c`and `ecpg with PROC` . Corrected the macro definition in `sqlda-proc.h` to fix the compilation errors when used. | #40573 | +| Bug fix | Fixed an issue for replication. Now the login of locked account on the physical replica is not allowed. | | +| Bug fix | Fixed an issue for `COPY` and `EDB*Loader`. Now the server is not crashed while using dynamic partitioning in `COPY` and `EDB*Loader`. | #38963 | +| Bug fix | Fixed an issue with tab completion for the object names while using in SQL statements. | | 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 8f897876349..330b09bf3e7 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_9_0_rel_notes - epas15_8_1_rel_notes - epas15_8_0_rel_notes - epas15_7_0_rel_notes @@ -19,6 +20,7 @@ The EDB Postgres Advanced Server documentation describes the latest version of E | Version | Release date | Upstream merges | |--------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [15.9.0](epas15_9_0_rel_notes) | 14 Nov 2024 | [15.9](https://www.postgresql.org/docs/release/15.9/) | | [15.8.1](epas15_8_1_rel_notes) | 16 Aug 2024 | | | [15.8.0](epas15_8_0_rel_notes) | 08 Aug 2024 | [15.8](https://www.postgresql.org/docs/release/15.8/) | | [15.7.0](epas15_7_0_rel_notes) | 09 May 2024 | [15.7](https://www.postgresql.org/docs/release/15.7/) | diff --git a/product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx b/product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx new file mode 100644 index 00000000000..43a93871e42 --- /dev/null +++ b/product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx @@ -0,0 +1,19 @@ +--- +title: EDB Postgres Advanced Server 16.5.0 release notes +navTitle: "Version 16.5.0 " +--- + +Released: 14 Nov 2024 + +EDB Postgres Advanced Server 16.5.0 includes the following enhancements and bug fixes: + +| Type | Description | Addresses                | +|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community PostgreSQL 15.9. See the [PostgreSQL 15.9 Release Notes](https://www.postgresql.org/docs/release/15.9/) for more information. | | +| Bug fix | Fixed an issue for Auditing. With `edb_audit`, now you can audit the initial connection process or authentication messages as well. | #39540 | +| Bug fix | Fixed an issue for `EDB*Loader`. Now the `negative bitmapset member not allowed` error is resolved for partitioned tables. | #39562 | +| Bug fix | Fixed an issue for `Oracle Proc*c`and `ecpg with PROC` . Corrected the macro definition in `sqlda-proc.h` to fix the compilation errors when used. | #40573 | +| Bug fix | Fixed an issue for replication. Now the login of locked account on the physical replica is not allowed. | | +| Bug fix | Fixed an issue for `COPY` and `EDB*Loader`. Now the server is not crashed while using dynamic partitioning in `COPY` and `EDB*Loader`. | #38963 | +| Bug fix | Fixed an issue with tab completion for the object names while using in SQL statements. | | +| Bug fix | Fixed an issue with `ecpg`. Now it supports `EXEC SQL INCLUDE` in Pro*C (`-C PROC`) mode. | #41438 | \ No newline at end of file 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 b85890598b6..3cad55edaad 100644 --- a/product_docs/docs/epas/16/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/16/epas_rel_notes/index.mdx @@ -2,6 +2,7 @@ navTitle: Release notes title: "EDB Postgres Advanced Server release notes" navigation: +- epas16_5_0_rel_notes - epas16_4_1_rel_notes - epas16_4_0_rel_notes - epas16_3_0_rel_notes @@ -14,13 +15,14 @@ EDB Postgres Advanced Server 16 is built on open-source PostgreSQL 16, which int The EDB Postgres Advanced Server documentation describes the latest version of EDB Postgres Advanced Server 16 including minor releases and patches. These release notes provide information on what was new in each release. -| Version | Release date | Upstream merges | -| ------------------------ | ------------ | ---------------------------------------------------------- | -| [16.4.1](epas16_4_1_rel_notes) | 16 Aug 2024 | | -| [16.4.0](epas16_4_0_rel_notes) | 08 Aug 2024 | [16.4](https://www.postgresql.org/docs/16/release-16-4.html) | -| [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/) | +| Version | Release date | Upstream merges | +|--------------------------------|--------------|------------------------------------------------------------------------------------------------------------------| +| [16.5.0](epas16_5_0_rel_notes) | 14 Nov 2024 | [16.5](https://www.postgresql.org/docs/16/release-16-5.html) | +| [16.4.1](epas16_4_1_rel_notes) | 16 Aug 2024 | | +| [16.4.0](epas16_4_0_rel_notes) | 08 Aug 2024 | [16.4](https://www.postgresql.org/docs/16/release-16-4.html) | +| [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/) | ## Component certification From 6f4af81a18e8e6ea4ad704e8bb9db3164cdfb9dc Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Thu, 14 Nov 2024 15:43:53 +0100 Subject: [PATCH 2/4] PGE: added minor release notes for nov --- .../docs/pge/13/release_notes/index.mdx | 8 ++++++++ .../docs/pge/14/release_notes/index.mdx | 8 ++++++++ .../docs/pge/15/release_notes/index.mdx | 20 ++++++++++--------- .../pge/15/release_notes/rel_notes15.9.mdx | 14 +++++++++++++ .../docs/pge/16/release_notes/index.mdx | 2 ++ .../pge/16/release_notes/rel_notes16.5.mdx | 15 ++++++++++++++ 6 files changed, 58 insertions(+), 9 deletions(-) create mode 100644 product_docs/docs/pge/15/release_notes/rel_notes15.9.mdx create mode 100644 product_docs/docs/pge/16/release_notes/rel_notes16.5.mdx diff --git a/product_docs/docs/pge/13/release_notes/index.mdx b/product_docs/docs/pge/13/release_notes/index.mdx index 9cb122c248a..67a6e0fbdc2 100644 --- a/product_docs/docs/pge/13/release_notes/index.mdx +++ b/product_docs/docs/pge/13/release_notes/index.mdx @@ -4,6 +4,14 @@ navTitle: Release notes description: Release notes for EDB Postgres Extended Server 13. --- +## 2ndQuadrant Postgres 13.17 + +Release date: 2024-11-14 + +This release is primarily an upstream merge. + +Merged with community PostgreSQL 13.17. See the [PostgreSQL 13.17 Release Notes](https://www.postgresql.org/docs/13/release-13-17.html) for more information. + ## 2ndQuadrant Postgres 13.16.1r1.1.19 Release date: 2024-08-22 diff --git a/product_docs/docs/pge/14/release_notes/index.mdx b/product_docs/docs/pge/14/release_notes/index.mdx index 43c04bd5fba..8fb3d7b03e0 100644 --- a/product_docs/docs/pge/14/release_notes/index.mdx +++ b/product_docs/docs/pge/14/release_notes/index.mdx @@ -4,6 +4,14 @@ navTitle: Release notes description: Release notes for EDB Postgres Extended Server 14. --- +## EDB Postgres Extended Server 14.14 + +Release date: 2024-11-14 + +This release is primarily an upstream merge. + +Merged with community PostgreSQL 14.14. See the [PostgreSQL 14.14 Release Notes](https://www.postgresql.org/docs/14/release-14-14.html) for more information. + ## EDB Postgres Extended Server 14.13.1 Release date: 2024-08-22 diff --git a/product_docs/docs/pge/15/release_notes/index.mdx b/product_docs/docs/pge/15/release_notes/index.mdx index 7cbffcbd0ad..cb0b87d637a 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.9 - rel_notes15.8.1 - rel_notes15.8 - rel_notes15.7 @@ -14,16 +15,17 @@ The EDB Postgres Extended Server documentation describes the latest version of EDB Postgres Extended Server 15, including minor releases and patches. These release notes cover what was new in each release. -| Version | Release date | -|-----------------------|--------------| +| Version | Release date | +|---------------------------|--------------| +| [15.9](rel_notes15.9) | 14 Nov 2024 | | [15.8.1](rel_notes15.8.1) | 22 Aug 2024 | -| [15.8](rel_notes15.8) | 08 Aug 2024 | -| [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 | -| [15.3](rel_notes15.3) | 11 May 2023 | -| [15.2](rel_notes15.2) | 14 Feb 2023 | +| [15.8](rel_notes15.8) | 08 Aug 2024 | +| [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 | +| [15.3](rel_notes15.3) | 11 May 2023 | +| [15.2](rel_notes15.2) | 14 Feb 2023 | diff --git a/product_docs/docs/pge/15/release_notes/rel_notes15.9.mdx b/product_docs/docs/pge/15/release_notes/rel_notes15.9.mdx new file mode 100644 index 00000000000..b5f399f4a20 --- /dev/null +++ b/product_docs/docs/pge/15/release_notes/rel_notes15.9.mdx @@ -0,0 +1,14 @@ +--- +title: "EDB Postgres Extended Server 15.9 release notes" +navTitle: Version 15.9 +--- + +Released: 14 Nov 2024 + +New features, enhancements, bug fixes, and other changes in EDB Postgres Extended Server 15.9 include: + +| Type | Description | Ticket | +|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| +| Upstream merge | Merged with community PostgreSQL 15.9. See the [PostgreSQL 15.9 Release Notes](https://www.postgresql.org/docs/15/release-15-9.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 a7907266d63..e8e3985316e 100644 --- a/product_docs/docs/pge/16/release_notes/index.mdx +++ b/product_docs/docs/pge/16/release_notes/index.mdx @@ -2,6 +2,7 @@ title: "Release notes" description: "Release notes for EDB Postgres Extended Server 16." navigation: + - rel_notes16.5 - rel_notes16.4.1 - rel_notes16.4 - rel_notes16.3 @@ -14,6 +15,7 @@ cover what was new in each release. | Version | Release date | |---------------------------|--------------| +| [16.5](rel_notes16.5) | 14 Nov 2024 | | [16.4.1](rel_notes16.4.1) | 22 Aug 2024 | | [16.4](rel_notes16.4) | 08 Aug 2024 | | [16.3](rel_notes16.3) | 09 May 2024 | diff --git a/product_docs/docs/pge/16/release_notes/rel_notes16.5.mdx b/product_docs/docs/pge/16/release_notes/rel_notes16.5.mdx new file mode 100644 index 00000000000..6128fa911bb --- /dev/null +++ b/product_docs/docs/pge/16/release_notes/rel_notes16.5.mdx @@ -0,0 +1,15 @@ +--- +title: EDB Postgres Extended Server 16.5 release notes +navTitle: "Version 16.5" +--- + +Released: 14 Nov 2024 + +EDB Postgres Extended Server 16.5 includes the following enhancements and bug fixes: + +| Type | Description | Ticket | +|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| +| Upstream merge | Merged with community PostgreSQL 16.5. See the [PostgreSQL 16.5 Release Notes](https://www.postgresql.org/docs/16/release-16-5.html) for more information. | | + + + From dde8cebbfcb7d934e087d762d1af8243f3b991f3 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:38:02 +0530 Subject: [PATCH 3/4] Update product_docs/docs/epas/14/epas_rel_notes/index.mdx Co-authored-by: gvasquezvargas --- product_docs/docs/epas/14/epas_rel_notes/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a51c6e75519..53d060f5ed7 100644 --- a/product_docs/docs/epas/14/epas_rel_notes/index.mdx +++ b/product_docs/docs/epas/14/epas_rel_notes/index.mdx @@ -26,7 +26,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de | Version | Release date | Upstream merges | |-----------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------| -| [14.14.0](epas14_14_0_rel_notes) | 14 Nov 2024 | [14.14](https://www.postgresql.org/docs/14/release-13-14.html/) | +| [14.14.0](epas14_14_0_rel_notes) | 14 Nov 2024 | [14.14](https://www.postgresql.org/docs/14/release-14-14.html/) | | [14.13.1](epas14_13_1_rel_notes) | 16 Aug 2024 | | | [14.13.0](epas14_13_0_rel_notes) | 08 Aug 2024 | [14.13](https://www.postgresql.org/docs/14/release-14-13.html) | | [14.12.0](epas14_12_0_rel_notes) | 09 May 2024 | [14.12](https://www.postgresql.org/docs/14/release-14-12.html) | From e463c5e4a03fc0078c9403d756030915630d2a44 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:38:14 +0530 Subject: [PATCH 4/4] Update product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx Co-authored-by: gvasquezvargas --- .../docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx b/product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx index 43a93871e42..6d75f920565 100644 --- a/product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx +++ b/product_docs/docs/epas/16/epas_rel_notes/epas16_5_0_rel_notes.mdx @@ -9,7 +9,7 @@ EDB Postgres Advanced Server 16.5.0 includes the following enhancements and bug | Type | Description | Addresses                | |----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| -| Upstream merge | Merged with community PostgreSQL 15.9. See the [PostgreSQL 15.9 Release Notes](https://www.postgresql.org/docs/release/15.9/) for more information. | | +| Upstream merge | Merged with community PostgreSQL 16.5. See the [PostgreSQL 16.5 Release Notes](https://www.postgresql.org/docs/release/16.5/) for more information. | | | Bug fix | Fixed an issue for Auditing. With `edb_audit`, now you can audit the initial connection process or authentication messages as well. | #39540 | | Bug fix | Fixed an issue for `EDB*Loader`. Now the `negative bitmapset member not allowed` error is resolved for partitioned tables. | #39562 | | Bug fix | Fixed an issue for `Oracle Proc*c`and `ecpg with PROC` . Corrected the macro definition in `sqlda-proc.h` to fix the compilation errors when used. | #40573 |