Skip to content

Commit

Permalink
Merge pull request #6334 from EnterpriseDB/release/2024-12-9a
Browse files Browse the repository at this point in the history
Production release: 2024-12-9a
  • Loading branch information
gvasquezvargas authored Dec 9, 2024
2 parents 4bf9baa + 2da93b3 commit 5ea3a32
Show file tree
Hide file tree
Showing 27 changed files with 421 additions and 380 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: EDB Postgres Advanced Server 12.22.27 release notes
navTitle: "Version 12.22.27"
---

Released: 21 Nov 2024

EDB Postgres Advanced Server 12.22.27 includes the following enhancements and bug fixes:

| Type | Description | Addresses                |
|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 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. | |
| 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. | |
| 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 |
| 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/) |
4 changes: 2 additions & 2 deletions product_docs/docs/epas/12/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
navTitle: Release Notes
title: "EDB Postgres Advanced Server Release Notes"
navigation:
- epas12_22_00_rel_notes
- epas12_22_27_rel_notes
- epas12_20_25_rel_notes
- epas12_19_24_rel_notes
- epas12_18_23_rel_notes
Expand Down Expand Up @@ -33,7 +33,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merges |
| ----------------------------------------- | ------------ | -------------------------------------------------------------- |
| [12.22.00](epas12_22_00_rel_notes.mdx) | 21 Nov 2024 | [12.22](https://www.postgresql.org/docs/12/release-12-22.html) |
| [12.22.27](epas12_22_27_rel_notes.mdx) | 21 Nov 2024 | [12.22](https://www.postgresql.org/docs/12/release-12-22.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) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Note: The available package list is subject to change.
| edb-as12-server-edb-modules | Installs supporting modules for EDB Postgres Advanced Server |
| 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. |
| edb-as12-server-libs | Provides the essential shared libraries for any EDB Postgres Advanced Server client program or interface. |
| edb-as12-server-llvmjit | This package contains support for Just in Time (JIT) compiling parts of EDBAS queries. |
| 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. |
| edb-as12-server-pldebugger | This package implements an API for debugging PL/pgSQL functions on EDB Postgres Advanced Server. |
| 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. |
| 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. |
Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/epas/13/ecpgplus_guide/02_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ printf(“Employee salaries updated\n”);

## Installation and Configuration

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:
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:

On Windows:

Expand Down

This file was deleted.

Loading

2 comments on commit 5ea3a32

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.