Skip to content

Commit

Permalink
Merge pull request #2228 from EnterpriseDB/release/2022-01-13a
Browse files Browse the repository at this point in the history
Release: 2022-01-13a
  • Loading branch information
drothery-edb authored Jan 13, 2022
2 parents 9467aa6 + 5280296 commit 5bf447e
Show file tree
Hide file tree
Showing 34 changed files with 441 additions and 326 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EDB provides a shell script called [`biganimal-preflight-azure`](https://github.

```sh
curl -sL https://raw.githubusercontent.com/EnterpriseDB/cloud-utilities/main/azure/biganimal-preflight-azure | bash -s \
-- <subscription-ID> <azure-region> \
<subscription-ID> <azure-region> \
--instance-type <instance-type> \
--high-availability \
--endpoint <endpoint-type> \
Expand All @@ -51,7 +51,7 @@ EDB provides a shell script called [`biganimal-preflight-azure`](https://github.

```sh
curl -sL https://raw.githubusercontent.com/EnterpriseDB/cloud-utilities/main/azure/biganimal-preflight-azure | bash -s \
-- 12412ab3d-1515-2217-96f5-0338184fcc04 eastus2 \
12412ab3d-1515-2217-96f5-0338184fcc04 eastus2 \
--instance-type e2s_v3 \
--high-availability \
--endpoint public \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ Prior to creating your cluster, make sure you have adequate Azure resources or y

- [*PostgreSQL*](/supported-open-source/postgresql/) is an open-source object-relational database management system.

- [*EDB Postgres Advanced Server*](/epas/latest/) is EDB’s secure, Oracle-compatible PostgreSQL. View [a quick demonstration of Oracle compatibility on EDB Cloud](../../using_cluster/06_demonstration_oracle_compatibility).
- [*EDB Postgres Advanced Server*](/epas/latest/) is EDB’s secure, Oracle-compatible PostgreSQL. View [a quick demonstration of Oracle compatibility on BigAnimal](../../using_cluster/06_demonstration_oracle_compatibility).

2. In the **Version** field, select the version of Postgres that you want to use. See [Database Version Policy](../../overview/05_database_version_policy) for more information.
2. In the **Provider** field, select the cloud provider for your cluster.
!!! Note
Microsoft Azure is the only option for the Preview.
3. In the **Region** field, select the region where you want to deploy your cluster. For the best performance, EDB typically recommends that this region be the same as other resources you have that communicate with your cluster.

For a list of available regions, see [Supported regions](../../overview/03a_region_support).

4. In the **Instance Type** section, select the number of vCPUs and amount of memory you want.
5. In the **Storage** section, select **Volume Type**. In **Volume Properties**, select the type and amount of storage needed for your cluster.
!!! Note
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Supported regions"
---
When using Azure, you can create a cluster in the following regions:

- North America (NA):
- (Canada) Canada Central
- (South America) Brazil South
- (US) Central US
- (US) East US
- (US) East US 2
- (US) South Central US
- (US) West US 2
- (US) West US 3
- Europe, Middle East, Africa (EMEA)
- (Europe) France Central
- (Europe) North Europe (Ireland)
- (Europe) Norway East
- (Europe) UK South
- (Europe) West Europe (Netherlands)
- Asia Pacific, Japan (APJ)
- (Asia Pacific) Australia East
- (Asia Pacific) Japan East
- (Asia Pacific) South East Asia (Singapore)
1 change: 1 addition & 0 deletions product_docs/docs/biganimal/release/overview/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview of service"
indexCards: simple
---

<div id="requirements_overview" class="registered_link"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ efm can execute the script, which has the following contents:
2. On each database node, set `script.load.balancer.attach` to the custom script in the `efm` properties file:

``` text
script.load.balancer.attach=/usr/edb/efm-4.2/bin/efm_pgbouncer_functions attach %h <pgbs1>,<pgbs2>
script.load.balancer.attach=/usr/edb/efm-4.2/bin/efm_pgbouncer_functions attach %h %t <pgbs1>,<pgbs2>
```
`<pgbs1>` is the hostname or IP address for PgBouncer server 1 and `<pgbs2>` is the hostname or IP address for PgBouncer server 2.

Expand Down

This file was deleted.

21 changes: 21 additions & 0 deletions product_docs/docs/epas/10/epas_platform_support/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Supported Platforms"

redirects:
- /epas/10/epas_inst_linux/02_supported_platforms
- /epas/10/epas_upgrade_guide/01_supported_platforms
---

EDB Postgres Advanced Server v10 installers support Linux and Windows server platforms.

!!! Note
Advanced Server is no longer supported on RHEL/CentOS/OL 6.x platforms. It is strongly recommended that EDB products running on these platforms be migrated to a supported platform.

See [Platform Compatibility](https://www.enterprisedb.com/platform-compatibility#epas)
for additional information about supported platforms.

## Limitations

The following limitations apply to EDB Postgres Advanced Server:

- The `data` directory of a production database should not be stored on an NFS file system.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Version 10.19.29
---

EDB Postgres Advanced Server 10.19.29 includes the following bug fixes:

| Type | Description | ID | Category |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | --------- |
| Upstream Merge | Merged with communuity PostgreSQL 10.19. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-19.html) for details. | | |
| Bug Fix | Obey the AM meridian indicator correctly in `to_timestamp()`. [Support Ticket: #74035] | DB-1497 | |
| Bug Fix | Prevent possible crash after implicit rollback handling `Parse` protocol message. [Support Ticket: #72626] | DB-1449 | |
| Bug Fix | Fix possible server crash when the package is dropped from another session | DB&#8209;1403 | SPL |
| Bug Fix | Populate the event type for missing node type. | DB-1184 | edb_audit |
| Bug Fix | Fix server crash when the package is re-compiled in the same session. [Support Ticket: #1181417] | DB-1038 | SPL |
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Version 10.18.28
---

| Type | Description | ID |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| Upstream Merge | Merged with communuity PostgreSQL 10.18. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-18.html) for details. | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Version 10.17.27
---

EDB Postgres Advanced Server 10.17.27 includes the following bug fixes:

| Type | Description | ID |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Upstream Merge | Merged with communuity PostgreSQL 10.17. See the community [Release Notes](https://www.postgresql.org/docs/11/release-10.17.html) for details. | |
| Bug Fix | Fix `pg_upgrade` to allow the system catalog composite type used in user tables. | DB&#8209;1237 |
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Version 10.17.26
---

EDB Postgres Advanced Server 10.17.26 includes the following bug fixes:

| Type | Description | ID | Category |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------------- |
| Upstream Merge | Merged with communuity PostgreSQL PostgreSQL 10.17. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-17.html) for details. | | |
| Bug Fix | Prevent some uses of `COMMIT` and `ROLLBACK` in stored procedures that were unsafe and could cause crashes. [Support Ticket: #1234722] | DB-1183 | |
| Bug Fix | Prevent `index_advisor` from interfering with materialized view creation. [Support Ticket: #1189859] | DB-1154 | |
| Bug Fix | Support password redaction in `edb_filter_log` with the extended protocol, specially used with connectors. [Support Ticket: #1234131] | DB-1139 | |
| Bug Fix | Correct `QUEUE` object handling in `EVENT TRIGGER`. | DB-1129 | |
| Bug Fix | Correct `REDACTION COLUMN` object handling in `EVENT TRIGGER`. | DB-1129 | |
| Bug Fix | Fix `pg_upgrade` to not fail when a custom configuration file directory is used. [Support Ticket: #1200560] | DB&#8209;1084 | |
| Bug Fix | Free temporary memory to avoid PGA memory accumulation and exceeds errors. [Support Ticket: #1129386] | DB-1061 | dblink_ora |
| Bug Fix | Fix possible server crash with partition-wish join push-down code path. | DB-1042 | edb_dblink_oci |
| Bug Fix | Fix incorrect error message in `edbldr`. [Support Ticket: #1104048] | DB-826 | |
| Bug Fix | Allow partition creation with `ROWIDS` option. | DB-731 | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Version 10.16.25
---

EDB Postgres Advanced Server 10.16.25 includes the following bug fixes:

| Type | Description | ID | Category |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| Upstream Merge | Merged with community PostgreSQL 10.16. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-16.html) for details. | | |
| Bug Fix | Use correct relation information while loading into multiple tables with a single control file to avoid unexpected behavior. [Support Ticket: #1165964] | DB&#8209;973 | edbldr |
| Bug Fix | For nested subprocedures, verify that a set-returning function is called in a valid place or not. | DB&#8209;946 | |
| Bug Fix | Forbid `CONNECT_BY_ROOT` and `SYS_CONNECT_BY_PATH` in join expressions. | DB-914 | |
| Bug Fix | Remove obsolete function overloading check condition in `pg_dump`. [Support Ticket: #1133344] | DB-892 | |
| Bug Fix | Fix handling of whitespaces when the delimiter is whitespace. [Support Ticket: #1060286] | DB-739 | edbldr |
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Version 10.15.24
---

EDB Postgres Advanced Server 10.15.24 includes the following bug fixes:

| Type | Description | ID | Category |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| Upstream Merge | Merged with community PostgreSQL 10.15. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-15.html) for details. | | |
| Bug Fix | Don't emit useless messages about GSS or SSL negotiation failures. [Support Tickets: #1048322, #1048143, #1018659] | DB-770 | |
| Bug Fix | We create this system column for all the foreign tables. However, only `oci_dblink` and `libpq_dblink` FDWs use it and the code assumes that this column is used with these two FDWs only. That is incorrect. This commit fixes the assertion failure when system column `__remote_rowid_` is selected. | DB&#8209;749 | |
| Bug Fix | Fixed handling of multi-character record separators in edbldr. [Support Ticket: #1051362] | DB-743 | |
| Bug Fix | Fixed group estimate for the remote relation in `oci_dblink`. | DB-701 | |
| Bug Fix | In non-Pro*C mode, evaluate `EXEC SQL IFDEF/IFNDEF` expression irrespective of the enclosed 'C' preprocessor directives and emit all 'C' preprocessor directives as-is to the output file. [Support Ticket: #1007795] | DB-551 | ecpg |
| Bug Fix | Fix row incompatibility issue when `SUBTYPE` is used in composite type. | DB-107 | SPL |
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Version 10.14.23
---

EDB Postgres Advanced Server 10.14.23 includes the following bug fixes:

| Type | Description | ID | Category |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| Upstream Merge | Merged with community PostgreSQL 10.14. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-14.html) for details. | | |
| Bug&nbsp;Fix | In the case of an error coming from `standard_planner`, global pointer is not getting cleaned up and results in a server crash. Commit fix dangling pointer de-reference for global index candidates. [Support Ticket: #1026986] | DB&#8209;682 | |
| Bug Fix | Fix FF mode in Redwood `to_char()` datetime related functions | DB-640 | |
| Bug Fix | Protect (timestamp + number) and (timestamp - number) against overflow. | DB-639 | |
| Bug Fix | Disallow using `NULLIF` as SQL expression evaluation is not supported in the direct load. | DB-477 | edbldr|
| Bug Fix | Fix assorted issues where ZONED data input length is less than the precision. | DB-301 | edbldr |
| Bug Fix | Commit move the schema grant statement from `edb-sys.sql` to code in order to fix the `pg_upgrade` for `--no-redwood-compat mode`. | RM43953 | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Version 10.14.22
---

EDB Postgres Advanced Server 10.14.22 includes the following bug fixes:

| Type | Description | ID | Category |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| Upstream Merge | Merged with community PostgreSQL 10.14. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-14.html) for details. | | |
| Bug&nbsp;Fix | In the case of an error coming from `standard_planner`, global pointer is not getting cleaned up and results in a server crash. Commit fix dangling pointer de-reference for global index candidates. [Support Ticket: #1026986] | DB&#8209;682 | |
| Bug Fix | Fix to follow the same order to compute the hash values of partition key in which it's defined. [Support Ticket: #1010975] | DB-537 | edb_enable_pruning |
| Bug Fix | Fix FF mode in Redwood `to_char()` datetime related functions | DB-640 | |
| Bug Fix | Protect (timestamp + number) and (timestamp - number) against overflow. | DB-639 | |
| Bug Fix | Disallow using `NULLIF` as SQL expression evaluation is not supported in the direct load. | DB-477 | edbldr|
| Bug Fix | Fix assorted issues where ZONED data input length is less than the precision. | DB-301 | edbldr |
| Bug Fix | Commit move the schema grant statement from `edb-sys.sql` to code in order to fix the `pg_upgrade` for `--no-redwood-compat mode`. | RM43953 | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Version 10.13.21
---

EDB Postgres Advanced Server 10.13.21 includes the following bug fixes:

| Type | Description | ID | Category |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------- |
| Upstream Merge | Merged with community PostgreSQL 10.13. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-13.html) for details. | | |
| Bug&nbsp;Fix | Add GUC to control the scan type for the remote statement. New GUC `edb_dblink_oci.rescan = {serializable \| scroll}` allows a user to choose the scrollable vs non-scrollable cursor. [Support Ticket: #947738] | DB&#8209;380 | dblink_oci |
| Bug Fix | Fix get_actual_variable_range() to cope with broken HOT chains. | DB-225 | |

Loading

0 comments on commit 5bf447e

Please sign in to comment.