Skip to content

Commit 5ea3a32

Browse files
Merge pull request #6334 from EnterpriseDB/release/2024-12-9a
Production release: 2024-12-9a
2 parents 4bf9baa + 2da93b3 commit 5ea3a32

File tree

27 files changed

+421
-380
lines changed

27 files changed

+421
-380
lines changed

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

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: EDB Postgres Advanced Server 12.22.27 release notes
3+
navTitle: "Version 12.22.27"
4+
---
5+
6+
Released: 21 Nov 2024
7+
8+
EDB Postgres Advanced Server 12.22.27 includes the following enhancements and bug fixes:
9+
10+
| Type | Description | Addresses                |
11+
|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| Upstream merge | Merged with community PostgreSQL 12.22. See the [PostgreSQL 12.22 Release Notes](https://www.postgresql.org/docs/release/12.22/) for more information. | |
13+
| Bug fix | Fixed an issue for Auditing. With `edb_audit`, now you can audit the initial connection process or authentication messages as well. | #39540 |
14+
| Bug fix | Fixed an issue for EDB*Loader. Now the `negative bitmapset member not allowed` error is resolved for partitioned tables. | #39562 |
15+
| 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 |
16+
| Bug fix | Fixed an issue for replication. Now the login of locked account on the physical replica is not allowed. | |
17+
| Security&nbsp;fix | This release includes the fixes that were incorporated in [12.21](https://www.postgresql.org/docs/release/12.21/): <br/> [CVE-2024-10976](https://www.postgresql.org/support/security/CVE-2024-10976/), [CVE-2024-10977](https://www.postgresql.org/support/security/CVE-2024-10977/), [CVE-2024-10978](https://www.postgresql.org/support/security/CVE-2024-10978/), [CVE-2024-10979](https://www.postgresql.org/support/security/CVE-2024-10979/) | [CVE-2024-10976](https://www.postgresql.org/support/security/CVE-2024-10976/) <br/> [CVE-2024-10977](https://www.postgresql.org/support/security/CVE-2024-10977/) <br/> [CVE-2024-10978](https://www.postgresql.org/support/security/CVE-2024-10978/) <br/> [CVE-2024-10979](https://www.postgresql.org/support/security/CVE-2024-10979/) for #43051 |
18+
| Security&nbsp;fix | This release includes a remediation to issues caused by the 12.21 fix to [CVE-2024-10978](https://www.postgresql.org/support/security/CVE-2024-10978/). | [CVE-2024-10978](https://www.postgresql.org/support/security/CVE-2024-10978/) |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
navTitle: Release Notes
33
title: "EDB Postgres Advanced Server Release Notes"
44
navigation:
5-
- epas12_22_00_rel_notes
5+
- epas12_22_27_rel_notes
66
- epas12_20_25_rel_notes
77
- epas12_19_24_rel_notes
88
- epas12_18_23_rel_notes
@@ -33,7 +33,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l
3333

3434
| Version | Release Date | Upstream Merges |
3535
| ----------------------------------------- | ------------ | -------------------------------------------------------------- |
36-
| [12.22.00](epas12_22_00_rel_notes.mdx) | 21 Nov 2024 | [12.22](https://www.postgresql.org/docs/12/release-12-22.html) |
36+
| [12.22.27](epas12_22_27_rel_notes.mdx) | 21 Nov 2024 | [12.22](https://www.postgresql.org/docs/12/release-12-22.html) |
3737
| [12.20.25](epas12_20_25_rel_notes.mdx) | 08 Aug 2024 | [12.20](https://www.postgresql.org/docs/12/release-12-20.html) |
3838
| [12.19.24](epas12_19_24_rel_notes.mdx) | 09 May 2024 | [12.19](https://www.postgresql.org/docs/12/release-12-19.html) |
3939
| [12.18.23](epas12_18_23_rel_notes.mdx) | 08 Feb 2023 | [12.18](https://www.postgresql.org/docs/12/release-12-18.html) |

product_docs/docs/epas/12/installing/linux_install_details/rpm_packages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note: The available package list is subject to change.
3737
| edb-as12-server-edb-modules | Installs supporting modules for EDB Postgres Advanced Server |
3838
| edb-as12-server-indexadvisor | Installs EDB Postgres Advanced Server's Index Advisor feature. The Index Advisor utility helps determine which columns you should index to improve performance in a given workload. |
3939
| edb-as12-server-libs | Provides the essential shared libraries for any EDB Postgres Advanced Server client program or interface. |
40-
| edb-as12-server-llvmjit | This package contains support for Just in Time (JIT) compiling parts of EDBAS queries. |
40+
| edb-as12-server-llvmjit | Contains support for just-in-time (JIT) compiling parts of EDB Postgres Advanced Server's queries. You need to install this package separately. |
4141
| edb-as12-server-pldebugger | This package implements an API for debugging PL/pgSQL functions on EDB Postgres Advanced Server. |
4242
| edb-as12-server-plperl | Installs the PL/Perl procedural language for EDB Postgres Advanced Server. The `edb-as12-server-plperl` package is dependent on the platform-supplied version of Perl. |
4343
| edb-as12-server-plpython3 | Installs the PL/Python procedural language for EDB Postgres Advanced Server. The PL/Python2 support is no longer available from EDB Postgres Advanced Server version 12 onwards. |

product_docs/docs/epas/13/ecpgplus_guide/02_overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ printf(“Employee salaries updated\n”);
117117

118118
## Installation and Configuration
119119

120-
On Windows, ECPGPlus is installed by the Advanced Server installation wizard as part of the `Database Server` component. On Linux, install with the `edb-asxx-server-devel` RPM package where `xx` is the Advanced Server version number. By default, the executable is located in:
120+
On Windows, ECPGPlus is installed by the Advanced Server installation wizard as part of the `Database Server` component. On Linux, install with the `edb-asxx-server-devel` RPM package or `edb-as<xx>-server-dev` APT package, where `xx` is the Advanced Server version number. By default, the executable is located in:
121121

122122
On Windows:
123123

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

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)