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
| 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 |
| 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. ||
| 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 |
| 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|
| 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 |
| 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|
| 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. ||
0 commit comments