Skip to content

Commit

Permalink
Merge pull request #4862 from EnterpriseDB/release/2023-09-28
Browse files Browse the repository at this point in the history
Release: 2023-09-28
  • Loading branch information
nidhibhammar authored Sep 28, 2023
2 parents 9b118a9 + 17c89a5 commit 235a673
Show file tree
Hide file tree
Showing 182 changed files with 533 additions and 146 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 41.0.0"
title: "EDB*Plus 41.0.0 release notes"
navTitle: Version 41.0.0
---

Released: 14 Feb 2023

New features, enhancements, bug fixes, and other changes in EDB*Plus 41.0.0 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 41.1.0"
title: "EDB*Plus 41.1.0 release notes"
navTitle: Version 41.1.0
---

Released: 20 Apr 2023

New features, enhancements, bug fixes, and other changes in EDB*Plus 41.1.0 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 4.6"
title: "Failover Manager 4.6 release notes"
navTitle: Version 4.6
---

Released: 14 Feb 2023

Enhancements, bug fixes, and other changes in EFM 4.6 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 4.5"
title: "Failover Manager 4.5 release notes"
navTitle: Version 4.5
---

Released: 30 Aug 2022

Enhancements, bug fixes, and other changes in EFM 4.5 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 4.4"
title: "Failover Manager 4.4 release notes"
navTitle: Version 4.4
---

Released: 05 Jan 2022

Enhancements, bug fixes, and other changes in EFM 4.4 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 4.3"
title: "Failover Manager 4.3 release notes"
navTitle: Version 4.3
---

Released: 18 Dec 2021

Enhancements, bug fixes, and other changes in EFM 4.3 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 4.2"
title: "Failover Manager 4.2 release notes"
navTitle: Version 4.2
---

Released: 19 Apr 2021

Enhancements, bug fixes, and other changes in EFM 4.2 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 4.1"
title: "Failover Manager 4.1 release notes"
navTitle: Version 4.1
---

Released: 11 Dec 2021

Enhancements, bug fixes, and other changes in EFM 4.1 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 4.0"
title: "Failover Manager 4.0 release notes"
navTitle: Version 4.0
---

Released: 02 Sep 2021

Enhancements, bug fixes, and other changes in EFM 4.0 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ EDB Postgres Advanced Server 11.21.33 includes the following enhancements and bu

| Type | Description | Addresses   | |
| ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- |
| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | |
| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | |
| Bug fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | |
| Bug fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | |
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ ZONED EXTERNAL [(<length>)] | ZONED [(<precision>[,<scale>])]

**Note**: If theΒ `DATE`Β orΒ `TIMESTAMP`Β field type is specified along with a SQL expression for the column, thenΒ `datemask`Β must be specified afterΒ `DATE`Β orΒ `TIMESTAMP`Β and before the SQL expression. See the following discussion of theΒ `expr`Β parameter.

When using theΒ `TIMESTAMP` field datatype, if you specify `time_stamp timestamp "yyyymmddhh24miss"` theΒ `datemask`Β is converted to the SQL expression. However, in case ofΒ `time_stamp timestamp "select to_timestamp(:time_stamp, 'yyyymmddhh24miss')"`, the EDB*Loader cannot differentiate between datemask and the SQL expression. It treats the third field (SQL expression in the example) as datemask and prepares the SQL expression, which will not be valid. Where:
When using theΒ `TIMESTAMP` field datatype, if you specify `time_stamp timestamp "yyyymmddhh24miss"` theΒ `datemask`Β is converted to the SQL expression. However, in case ofΒ `time_stamp timestamp "select to_timestamp(:time_stamp, 'yyyymmddhh24miss')"`, EDB\*Loader can't differentiate between datemask and the SQL expression. It treats the third field (SQL expression in the example) as datemask and prepares the SQL expression, which will not be valid. Where:

- `first field`Β specifies the column name
- `second field`Β specifies the datatype
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ EDB Postgres Advanced Server 12.16.21 includes the following enhancements and bu

| Type | Description | Addresses&nbsp;&nbsp; | |
| ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | |
| Bug&nbsp;fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | |
| Bug&nbsp;fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | |
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ EDB Postgres Advanced Server 13.12.18 includes the following enhancements and bu

| Type | Description | Addresses&nbsp;&nbsp; | |
| ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | |
| Bug&nbsp;fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | |
| Bug&nbsp;fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | |
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EDB Postgres Advanced Server 14.9.1 includes the following enhancements and bug

| Type | Description | Addresses&nbsp;&nbsp; | |
| ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | |
| Bug&nbsp;fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | |
| Bug&nbsp;fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | |
| Bug&nbsp;fix | Fixed the buffer overrun hazard in EDB*Wrap code. | | |
| Bug&nbsp;fix | Fixed the buffer overrun hazard in EDB\*Wrap code. | | |
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ EDB Postgres Advanced Server 15.2.0 includes the following enhancements and bug
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- |
| Upstream merge | Merged with community PostgreSQL 15.2. See the [PostgreSQL 15 Release Notes](https://www.postgresql.org/docs/15/release-15.html) for more information. | |
| Feature | Transparent Data Encryption (TDE) encrypts any user data stored in the database system. This encryption is transparent to the user. User data includes the actual data stored in tables and other objects, as well as system catalog data such as the names of objects. See [TDE docs](/tde/latest) for more information. | Security |
| Enhancement | EDB Postgres Advanced Server now allows non-superusers to load data using EDB*Loader. | edbldr |
| Enhancement | Enabled multi-insert support for the dynamic partition for EDB*Loader and COPY command. | |
| Enhancement | EDB Postgres Advanced Server now allows non-superusers to load data using EDB\*Loader. | edbldr |
| Enhancement | Enabled multi-insert support for the dynamic partition for EDB\*Loader and COPY command. | |
| Enhancement | EDB Postgres Advanced Server now lets you obfuscate the LDAP password in the `pg_hba.conf` file. You can supply a module that transforms the `ldapbindpasswd` value in the `pg_hba.conf` file before the value is passed to the LDAP server. See [Obfuscating the LDAP password](../database_administration/01_configuration_parameters/01_setting_new_parameters/#obfuscating-the-ldap-password). | Security |
| Enhancement | Added OCI dblink configuration file approach to restrict pushdowns. This enhancement adds the infrastructure to the configuration file in which you can define the list of operators and functions that can push down to the remote server. It also allows you to add to or modify the list as needed. | |
| Enhancement | Added support for WHERE clause to the UPDATE and INSERT of MERGE command for Oracle compatibility.| Oracle compatibility |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ EDB Postgres Advanced Server 15.4.1 includes the following enhancements and bug

| Type | Description | Addresses&nbsp;&nbsp; | |
| ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | |
| Bug&nbsp;fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | |
| Bug&nbsp;fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | |
| Bug&nbsp;fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | |
| Bug&nbsp;fix | Fixed the buffer overrun hazard in EDB*Wrap code. | | |
| Bug&nbsp;fix | Fixed the buffer overrun hazard in EDB\*Wrap code. | | |
| Bug&nbsp;fix | Fixed the function pg_get_expre() to avoid "unrecognized node type" error. | #96138 | |
| Bug&nbsp;fix | Fixed segment size handling for pg_upgrade with TDE. | #96376 | |
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ redirects:
Oracle-compatible tools and utility programs allow you to work with EDB Postgres Advanced Server in a familiar environment. The tools supported by EDB Postgres Advanced Server include:

- [EDB\*Plus](https://www.enterprisedb.com/docs/edb_plus/latest/)
- [EDB*Loader](../../database_administration/02_edb_loader/)
- [EDB*Wrap](../../epas_security_guide/03_edb_wrap/)
- [EDB\*Loader](../../database_administration/02_edb_loader/)
- [EDB\*Wrap](../../epas_security_guide/03_edb_wrap/)
- [The Dynamic Runtime Instrumentation Tools Architecture (DRITA)](../../managing_performance/04_dynamic_runtime_instrumentation_tools_architecture_DRITA/)
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: "EDB*Loader"
description: "Provides an overview of the EDB*Loader high-performance bulk data loader"
---

EDB*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL*Loader.
EDB\*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB\*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL\*Loader.

For details about using the tool, see [Loading bulk data](../../database_administration/02_edb_loader/).
For details about using the tool, see [Loading bulk data](../../database_administration/02_edb_loader/).
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ description: "Overview of the EDB*Wrap utility, which you use to protect proprie

The EDB\*Wrap utility protects proprietary source code and programs like functions, stored procedures, triggers, and packages from unauthorized scrutiny. The EDB\*Wrap program translates a plaintext file that contains SPL or PL/pgSQL source code into a file that contains the same code in a form that's nearly impossible to read. Once you have the obfuscated form of the code, you can send that code to the PostgreSQL server, and the server stores those programs in obfuscated form. While EDB\*Wrap does obscure code, table definitions are still exposed.

See [EDB*Wrap](../epas_security_guide/03_edb_wrap/) for details about using the utility.
See [EDB\*Wrap](../epas_security_guide/03_edb_wrap/) for details about using the utility.

Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.3.0"
title: "Replication Server 7.3.0 release notes"
navTitle: Version 7.3.0
---

Released: 15 Nov 2022

New features, enhancements, bug fixes, and other changes in Replication Server 7.3.0 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.2.1"
title: "Replication Server 7.2.1 release notes"
navTitle: Version 7.2.1
---

Released: 25 Jul 2022

New features, enhancements, bug fixes, and other changes in Replication Server 7.2.1 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.2.0"
title: "Replication Server 7.2.0 release notes"
navTitle: Version 7.2.0
---

Released: 24 Jun 2022

New features, enhancements, bug fixes, and other changes in Replication Server 7.2.0 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.1.0"
title: "Replication Server 7.1.0 release notes"
navTitle: Version 7.1.0
---

Released: 21 Mar 2022

New features, enhancements, bug fixes, and other changes in Replication Server 7.1.0 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.0.1"
title: "Replication Server 7.0.1 release notes"
navTitle: Version 7.0.1
---

Released: 03 Mar 2022

New features, enhancements, bug fixes, and other changes in Replication Server 7.0.1 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
title: "Version 7.0.0"
title: "Replication Server 7.0.0 release notes"
navTitle: Version 7.0.0
redirects:
- ../01_whats_new/
---

Released: 01 Dec 2021

!!! Note
The 7.0 version is backward compatible with 6.2.x and provides a non-breaking upgrade path for the existing cluster deployments. However, it is strongly recommended to verify it in a staging or nonproduction environment before applying the upgrade in a production environment.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.4.0"
title: "Replication Server 7.4.0 release notes"
navTitle: Version 7.4.0
---

Released: 29 Nov 2022

New features, enhancements, bug fixes, and other changes in Replication Server 7.4.0 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.5.0"
title: "Replication Server 7.5.0 release notes"
navTitle: Version 7.5.0
---

Released: 14 Feb 2023

New features, enhancements, bug fixes, and other changes in Replication Server 7.5.0 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 7.5.1"
title: "Replication Server 7.5.1 release notes"
navTitle: Version 7.5.1
---

Released: 26 May 2023

New features, enhancements, bug fixes, and other changes in Replication Server 7.5.1 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Replication Server 7.6.0 release notes
navTitle: "Version 7.6.0"
title: "Replication Server 7.6.0 release notes"
navTitle: Version 7.6.0
---

Released: 07 Sep 2023
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 2.0.4"
title: "Hadoop Foreign Data Wrapper 2.0.4 release notes"
navTitle: Version 2.0.4
---

Released: 28 Nov 2018

Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.4 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 2.0.5"
title: "Hadoop Foreign Data Wrapper 2.0.5 release notes"
navTitle: Version 2.0.5
---

Released: 10 Dec 2019

Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.5 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 2.0.7"
title: "Hadoop Foreign Data Wrapper 2.0.7 release notes"
navTitle: Version 2.0.7
---

Released: 23 Nov 2020

New features, enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.7 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Version 2.0.8"
title: "Hadoop Foreign Data Wrapper 2.0.8 release notes"
navTitle: Version 2.0.8
---

Released: 24 Jun 2021

New features, enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.8 include the following:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 2.1.0"
title: "Hadoop Foreign Data Wrapper 2.1.0 release notes"
navTitle: Version 2.1.0
---

Released: 02 Dec 2021

Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.1.0 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 2.2.0"
title: "Hadoop Foreign Data Wrapper 2.2.0 release notes"
navTitle: Version 2.2.0
---

Released: 26 May 2022

Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.2 include:

| Type | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: "Version 2.3.0"
title: "Hadoop Foreign Data Wrapper 2.3.0 release notes"
navTitle: Version 2.3.0
---

Released: 06 Jan 2023

Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.3 include:

| Type | Description |
Expand Down
Loading

2 comments on commit 235a673

@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.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://65155e629572b80f65dd0f09--edb-docs.netlify.app

Please sign in to comment.