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/3] 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 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 2/3] 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 3/3] 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 |