-
Notifications
You must be signed in to change notification settings - Fork 250
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 #2174 from EnterpriseDB/v10-rel-notes
EPAS version 10 release notes
- Loading branch information
Showing
29 changed files
with
409 additions
and
322 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
product_docs/docs/epas/10/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,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. |
14 changes: 14 additions & 0 deletions
14
product_docs/docs/epas/10/epas_rel_notes/10_epas10.19.29_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,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‑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 | |
7 changes: 7 additions & 0 deletions
7
product_docs/docs/epas/10/epas_rel_notes/11_epas10.18.28_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,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. | | |
10 changes: 10 additions & 0 deletions
10
product_docs/docs/epas/10/epas_rel_notes/13_epas10.17.27_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,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‑1237 | |
19 changes: 19 additions & 0 deletions
19
product_docs/docs/epas/10/epas_rel_notes/15_epas10.17.26_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 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‑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 | | |
14 changes: 14 additions & 0 deletions
14
product_docs/docs/epas/10/epas_rel_notes/17_epas10.16.25_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,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‑973 | edbldr | | ||
| Bug Fix | For nested subprocedures, verify that a set-returning function is called in a valid place or not. | DB‑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 | |
15 changes: 15 additions & 0 deletions
15
product_docs/docs/epas/10/epas_rel_notes/19_epas10.15.24_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,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‑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 | |
15 changes: 15 additions & 0 deletions
15
product_docs/docs/epas/10/epas_rel_notes/21_epas10.14.23_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,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 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‑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 | | |
16 changes: 16 additions & 0 deletions
16
product_docs/docs/epas/10/epas_rel_notes/23_epas10.14.22_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 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 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‑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 | | |
12 changes: 12 additions & 0 deletions
12
product_docs/docs/epas/10/epas_rel_notes/25_epas10.13.21_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,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 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‑380 | dblink_oci | | ||
| Bug Fix | Fix get_actual_variable_range() to cope with broken HOT chains. | DB-225 | | | ||
|
23 changes: 23 additions & 0 deletions
23
product_docs/docs/epas/10/epas_rel_notes/27_epas10.12.20_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,23 @@ | ||
--- | ||
title: Version 10.12.20 | ||
--- | ||
|
||
EDB Postgres Advanced Server 10.12.20 includes the following bug fixes: | ||
|
||
| Type | Description | ID | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | | ||
| Upstream Merge | Merged with community PostgreSQL 10.12. See the community [Release Notes](https://www.postgresql.org/docs/10/release-10-12.html) for details. | | | ||
| Bug Fix | Suppressed error detail when password expiration is set to infinity while using password profiles. | RM44176 | | ||
| Bug Fix | Allowed altering only its own password when expired while using password profiles. | RM44175/ DB‑228 | | ||
| Bug Fix | Disabled partition pruning while fetching a cursor rowtype. [Support Ticket: #950257] | RM44174 | | ||
| Bug Fix | Fixed execution of empty statements via expired accounts. [Support Ticket: #942512] | RM44155 | | ||
| Bug Fix | Skipped expression simplification while fetching cursor rowtype. [Support Ticket: #950257] | RM44151 | | ||
| Bug Fix | Fixed server crash while loading data into table through edbldr with `CLOBBER_CACHE_ALWAYS` build. | RM44146 | ||
| Bug Fix | Fixed unsafe memory management in `get_qual_for_list()`. | RM44140 | ||
| Bug Fix | Fixed `makeConst()` call arguments to order correctly in `parse_spl_var()`. | RM44130 | | ||
| Bug Fix | Changed datatype from int to double to avoid wrap-around in password profile. | RM44118 | | ||
| Bug Fix | Fixed handling of subtypes in the extended protocol. | RM44123 | | ||
| Bug Fix | Fixed `CREATE TRIGGER .. AUTHORIZATION` behavior to avoid potential `pg_upgrade` failures. | RM44109 | | ||
| Bug Fix | Cleared `rolpasswordsetat` when a user is renamed. | RM44108 | | ||
| Bug Fix | Don't try to prune a relation when an `OUTER JOIN` is present to avoid possible projection of incorrect results. | RM44049 | | ||
|
Oops, something went wrong.