Skip to content

Commit 8abb45f

Browse files
authored
Merge pull request #6004 from EnterpriseDB/release-2024-08-28a
Release 2024-08-28a
2 parents 7f161a3 + 1dfc432 commit 8abb45f

File tree

22 files changed

+148
-63
lines changed

22 files changed

+148
-63
lines changed

advocacy_docs/edb-postgres-ai/analytics/images/level-50.svg

Lines changed: 1 addition & 0 deletions
Loading

product_docs/docs/epas/12/epas_rel_notes/epas12_20_25_rel_notes.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Released: 8 Aug 2024
77

88
EDB Postgres Advanced Server 12.20.25 includes the following enhancements and bug fixes:
99

10-
| Type | Description | Addresses                |
11-
|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12-
| Upstream merge | Merged with community PostgreSQL 12.20. This release includes a fix for [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/). See the [PostgreSQL 12.20 Release Notes](https://www.postgresql.org/docs/release/12.20/) for more information. | [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/) |
13-
| Bug fix | Fixed an issue for EDB*Loader. Now when multiple duplicate key errors occur during the load it doesn't slow down and memory doesn't overflow. | #37017 |
14-
| Bug fix | Fixed an issue for replication connections. Now it correctly displays the authentication failure error message. | #101591 |
15-
| Bug fix | Fixed an issue for `ecpg`. Now it supports `do..while()` in Pro*C mode (`-C PROC`). | #35988 |
16-
| Bug fix | Fixed an issue for `edb_dblink_oci`. Now it correctly push downs `ANY` and `ALL` operators when used with scalar array. | #36220 |
10+
| Type | Description | Addresses                |
11+
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12+
| Upstream merge | Merged with community PostgreSQL 12.20. This release includes a fix for [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/). See the [PostgreSQL 12.20 Release Notes](https://www.postgresql.org/docs/release/12.20/) for more information. | [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/) |
13+
| Bug fix | Fixed an issue for EDB*Loader. Now when multiple duplicate key errors occur during the load it doesn't slow down and memory doesn't overflow. | #37017 |
14+
| Bug fix | Fixed an issue for replication connections. Now it correctly displays the authentication failure error message. | #101591 |
15+
| Bug fix | Fixed an issue for `ecpg`. Now it supports `do..while()` in Pro*C mode (`-C PROC`). | #35988 |
16+
| Bug fix | Fixed an issue for `edb_dblink_oci`. Now it correctly push downs `ANY` and `ALL` operators when used with scalar array. | |

product_docs/docs/epas/13/epas_rel_notes/epas13_16_22_rel_notes.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Released: 8 Aug 2024
77

88
EDB Postgres Advanced Server 13.16.22 includes the following enhancements and bug fixes:
99

10-
| Type | Description | Addresses                |
11-
|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12-
| Upstream merge | Merged with community PostgreSQL 13.16. This release includes a fix for [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/). See the [PostgreSQL 13.16 Release Notes](https://www.postgresql.org/docs/release/13.16/) for more information. | [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/) |
13-
| Bug fix | Fixed an issue for EDB*Loader. Now when multiple duplicate key errors occur during the load it doesn't slow down and memory doesn't overflow. | #37017 |
14-
| Bug fix | Fixed an issue for replication connections. Now it correctly displays the authentication failure error message. | #101591 |
15-
| Bug fix | Fixed an issue for `ecpg`. Now it supports `do..while()` in Pro*C mode (`-C PROC`). | #35988 |
16-
| Bug fix | Fixed an issue for `edb_dblink_oci`. Now it correctly push downs `ANY` and `ALL` operators when used with scalar array. | #36220 |
17-
| Bug fix | Fixed an issue for `to_number()` function. Now it correctly accepts the `"+"` sign. | #92903 |
10+
| Type | Description | Addresses                |
11+
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12+
| Upstream merge | Merged with community PostgreSQL 13.16. This release includes a fix for [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/). See the [PostgreSQL 13.16 Release Notes](https://www.postgresql.org/docs/release/13.16/) for more information. | [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/) |
13+
| Bug fix | Fixed an issue for EDB*Loader. Now when multiple duplicate key errors occur during the load it doesn't slow down and memory doesn't overflow. | #37017 |
14+
| Bug fix | Fixed an issue for replication connections. Now it correctly displays the authentication failure error message. | #101591 |
15+
| Bug fix | Fixed an issue for `ecpg`. Now it supports `do..while()` in Pro*C mode (`-C PROC`). | #35988 |
16+
| Bug fix | Fixed an issue for `edb_dblink_oci`. Now it correctly push downs `ANY` and `ALL` operators when used with scalar array. | |
17+
| Bug fix | Fixed an issue for `to_number()` function. Now it correctly accepts the `"+"` sign. | #92903 |

product_docs/docs/epas/14/epas_rel_notes/epas14_13_0_rel_notes.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Released: 8 Aug 2024
77

88
EDB Postgres Advanced Server 14.13.0 includes the following enhancements and bug fixes:
99

10-
| Type | Description | Addresses                |
11-
|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12-
| Upstream merge | Merged with community PostgreSQL 14.13. This release includes a fix for [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/). See the [PostgreSQL 14.13 Release Notes](https://www.postgresql.org/docs/release/14.13/) for more information. | [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/) |
13-
| Bug fix | Fixed an issue for EDB*Loader. Now when multiple duplicate key errors occur during the load it doesn't slow down and memory doesn't overflow. | #37017 |
14-
| Bug fix | Fixed an issue for replication connections. Now it correctly displays the authentication failure error message. | #101591 |
15-
| Bug fix | Fixed an issue for `ecpg`. Now it supports `do..while()` in Pro*C mode (`-C PROC`). | #35988 |
16-
| Bug fix | Fixed an issue for `edb_dblink_oci`. Now it correctly push downs `ANY` and `ALL` operators when used with scalar array. | #36220 |
17-
| Bug fix | Fixed an issue for `to_number()` function. Now it correctly accepts the `"+"` sign. | #92903 |
18-
| Bug fix | Fixed an issue with incomplete transactions clean up after a crash. Now the incomplete transactions are cleaned up in reorder buffer after a crash. | #99636 |
10+
| Type | Description | Addresses                |
11+
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12+
| Upstream merge | Merged with community PostgreSQL 14.13. This release includes a fix for [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/). See the [PostgreSQL 14.13 Release Notes](https://www.postgresql.org/docs/release/14.13/) for more information. | [CVE-2024-7348](https://www.postgresql.org/support/security/CVE-2024-7348/) |
13+
| Bug fix | Fixed an issue for EDB*Loader. Now when multiple duplicate key errors occur during the load it doesn't slow down and memory doesn't overflow. | #37017 |
14+
| Bug fix | Fixed an issue for replication connections. Now it correctly displays the authentication failure error message. | #101591 |
15+
| Bug fix | Fixed an issue for `ecpg`. Now it supports `do..while()` in Pro*C mode (`-C PROC`). | #35988 |
16+
| Bug fix | Fixed an issue for `edb_dblink_oci`. Now it correctly push downs `ANY` and `ALL` operators when used with scalar array. | |
17+
| Bug fix | Fixed an issue for `to_number()` function. Now it correctly accepts the `"+"` sign. | #92903 |
18+
| Bug fix | Fixed an issue with incomplete transactions clean up after a crash. Now the incomplete transactions are cleaned up in reorder buffer after a crash. | #99636 |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: EDB Postgres Advanced Server 14.13.1 release notes
3+
navTitle: "Version 14.13.1 "
4+
---
5+
6+
Released: 16 Aug 2024
7+
8+
EDB Postgres Advanced Server 14.13.1 includes the following enhancements and bug fixes:
9+
10+
| Type | Description | Addresses                |
11+
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12+
| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure the old layout is still compatible with the creation of a logical replication slot. | |

product_docs/docs/epas/14/epas_rel_notes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
navTitle: Release notes
33
title: "EDB Postgres Advanced Server release notes"
44
navigation:
5+
- epas14_13_1_rel_notes
56
- epas14_13_0_rel_notes
67
- epas14_12_0_rel_notes
78
- epas14_11_0_rel_notes
@@ -24,6 +25,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de
2425

2526
| Version | Release date | Upstream merges |
2627
|-----------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------|
28+
| [14.13.1](epas14_13_1_rel_notes) | 16 Aug 2024 | |
2729
| [14.13.0](epas14_13_0_rel_notes) | 08 Aug 2024 | [14.13](https://www.postgresql.org/docs/14/release-14-13.html) |
2830
| [14.12.0](epas14_12_0_rel_notes) | 09 May 2024 | [14.12](https://www.postgresql.org/docs/14/release-14-12.html) |
2931
| [14.11.0](epas14_11_0_rel_notes) | 08 Feb 2024 | [14.11](https://www.postgresql.org/docs/14/release-14-11.html) |

0 commit comments

Comments
 (0)