-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2148 from EnterpriseDB/release/2021-12-16
Release: 2021-12-16
- Loading branch information
Showing
29 changed files
with
498 additions
and
730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,9 @@ jobs: | |
|
||
- name: Netlify deploy | ||
run: | | ||
# Pin netlify-cli due to install errors with 8.1.4, possibly related | ||
# to <https://github.com/netlify/cli/issues/3840>. Try again when | ||
# 8.1.5 is released. | ||
sudo npm install -g [email protected] | ||
netlify deploy --dir=public --prod | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,6 +81,9 @@ jobs: | |
|
||
- name: Netlify deploy | ||
run: | | ||
# Pin netlify-cli due to install errors with 8.1.4, possibly related | ||
# to <https://github.com/netlify/cli/issues/3840>. Try again when | ||
# 8.1.5 is released. | ||
sudo npm install -g [email protected] | ||
netlify deploy --dir=public --prod | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
product_docs/docs/epas/12/epas_inst_linux/02_supported_platforms.mdx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "Supported Platforms" | ||
|
||
redirects: | ||
- /epas/12/epas_inst_linux/02_supported_platforms | ||
- /epas/12/epas_upgrade_guide/01_supported_platforms | ||
--- | ||
|
||
EDB Postgres Advanced Server v12 installers support 64 bit Linux and Windows server platforms. The Advanced Server 12 RPM packages are supported on the following 64-bit Linux platforms: | ||
|
||
- Red Hat Enterprise Linux (x86_64) 7.x and 8.x | ||
- CentOS (x86_64) 7.x and 8.x | ||
- OL (x86_64) 7.x and 8.x | ||
- PPC64LE 8 running CentOS/RHEL 7.x | ||
|
||
The EDB Postgres Advanced Server 12 native packages are supported on the following 64-bit Linux platforms: | ||
|
||
- Debian 9.x and 10.x | ||
- Ubuntu 18.04 LTS | ||
|
||
Graphical installers are supported on the following 64-bit Windows platforms: | ||
|
||
- Windows 2019 | ||
- Windows Server 2016 | ||
- Windows Server 2012 R2 Server | ||
|
||
See [Platform Compatibility](https://www.enterprisedb.com/platform-compatibility) 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. | ||
- The LLVM JIT package is supported on RHEL or CentOS 7.x, 8.x, and SLES. LLVM JIT is not supported on PPC-LE 64 running RHEL or CentOS 7.x or 8.x. |
16 changes: 16 additions & 0 deletions
16
product_docs/docs/epas/12/epas_rel_notes/06_epas12.9.13_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Version 12.9.13 | ||
--- | ||
|
||
EDB Postgres Advanced Server 12.9.13 includes the following bug fixes: | ||
|
||
| Type | Description | ID | Category | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | --------- | | ||
| Upstream Merge | Merged with community PostgreSQL 12.9. See the community [Release Notes](https://www.postgresql.org/docs/12/release-12-9.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-1403 | SPL | | ||
| Bug Fix | Allow dynamic partition creation to non-owner insert queries. [Support Ticket: #1277884] | DB-1230 | | | ||
| 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 | | ||
| Bug Fix | Fix `edbldr` to dynamically look for `to_char()` and `to_date()` functions, so that it can be used for non-redwood mode. [Support Ticket: #1161302] | DB-950 | edbldr | |
11 changes: 11 additions & 0 deletions
11
product_docs/docs/epas/12/epas_rel_notes/07_epas12.8.12_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Version 12.8.12 | ||
--- | ||
|
||
EDB Postgres Advanced Server 12.8.12 includes the following bug fixes: | ||
|
||
| Type | Description | ID | Category | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------- | | ||
| Upstream Merge | Merged with community PostgreSQL 12.8. See the community [Release Notes](https://www.postgresql.org/docs/12/release-12-8.html) for details. | | | | ||
| Bug Fix | Prevent possible crash after implicit rollback handling `Parse` message. [Support Ticket: #72626] | DB-1449 | | | ||
| Bug Fix | Allow use of the utility under non-redwood mode. [Support Ticket: #1161302] | DB-950 | edbldr | |
11 changes: 11 additions & 0 deletions
11
product_docs/docs/epas/12/epas_rel_notes/08_epas12.7.10_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Version 12.7.10 | ||
--- | ||
|
||
EDB Postgres Advanced Server 12.7.10 includes the following bug fixes: | ||
|
||
| Type | Description | ID | | ||
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | | ||
| Upstream Merge | Merged with community PostgreSQL 12.7. See the community [Release Notes](https://www.postgresql.org/docs/12/release-12-7.html) for details. | | | | ||
| Bug Fix | Fix `pg_upgrade` to allow the system catalog composite type used in user tables. | DB-1237 | | ||
| Bug Fix | Fix possible misbehavior when aborting an autonomous transaction and also fix interaction of autonomous transactions with `edb_stmt_level_tx=on`. | DB‑1034 | |
19 changes: 19 additions & 0 deletions
19
product_docs/docs/epas/12/epas_rel_notes/09_epas12.7_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Version 12.7 | ||
--- | ||
|
||
EDB Postgres Advanced Server 12.7 includes the following bug fixes: | ||
|
||
| Type | Description | ID | Category | | ||
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------------- | | ||
| Upstream Merge | Merged with community PostgreSQL 12.7. See the community [Release Notes](https://www.postgresql.org/docs/12/release-12-7.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‑1084 | | | ||
| Bug Fix | Refrain from dropping trigger on parent table through partitioning dependency. [Support Ticket: #1187215] | DB-1063 | | | ||
| 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 | | |
Oops, something went wrong.