-
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 #4061 from EnterpriseDB/release/2023-05-11a
Release: 2023-05-11a
- Loading branch information
Showing
11 changed files
with
175 additions
and
4 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
product_docs/docs/epas/11/epas_rel_notes/epas11_20_31_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,18 @@ | ||
--- | ||
title: "Version 11.20.31" | ||
--- | ||
|
||
EDB Postgres Advanced Server 11.20.31 includes the following enhancements: | ||
|
||
| Type | Description | Category | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | | ||
| Upstream merge | Merged with community PostgreSQL 11.20.31. See the community [Release Notes](https://www.postgresql.org/docs/release/11.20/) for details. | | | ||
| Enhancement | SQL Profiler and Index Advisor are now extensions and can be downloaded from [EDB Repos](https://repos.enterprisedb.com/). | | | ||
| Bug fix | Fixed an issue in which "PASSWORD EXPIRE AT" was dumped when the password status wasn't expired. This fix prevents marking the user account as expired after an upgrade. | Profile | | ||
| Bug fix | Fixed the password profile behavior after the password grace time has changed. | | | ||
| Bug fix | Fixed unexpected error for `edb_enable_pruning` parameter. [Support ticket: #89863] | | | ||
| Bug fix | Fixed an issue when a user enters `Ctrl-c`(SIGINT) to cancel the load in EDB\*Loader. [Support ticket: #88734] | | | ||
| Bug fix | Set correct object descriptions for redaction policy to make pg_dump work cleanly with `--clean` and `--if-exists` options. | | | ||
| Bug fix | Fixed pg_dump to dump password verify function for the user profile. | | | ||
| Bug fix | Fixed assertion failure while terminating the process within the autonomous transaction. | | | ||
| Bug fix | Fixed corner-case uninitialized-variable issues in SPL. | | |
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
19 changes: 19 additions & 0 deletions
19
product_docs/docs/epas/12/epas_rel_notes/epas12_15_19_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.15.19" | ||
--- | ||
|
||
EDB Postgres Advanced Server 12.15.19 includes the following enhancements: | ||
|
||
| Type | Description | Category | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | | ||
| Upstream merge | Merged with community PostgreSQL 12.15.19. See the community [Release Notes](https://www.postgresql.org/docs/release/12.15/) for details. | | | ||
| Enhancement | SQL Profiler and Index Advisor are now extensions and can be downloaded from [EDB Repos](https://repos.enterprisedb.com/). | | | ||
| Bug fix | Fixed an issue in which "PASSWORD EXPIRE AT" was dumped when the password status wasn't expired. This fix prevents marking the user account as expired after an upgrade. | Profile | | ||
| Bug fix | Fixed the password profile behavior after the password grace time has changed. | | | ||
| Bug fix | Fixed unexpected error for `edb_enable_pruning` parameter. [Support ticket: #89863] | | | ||
| Bug fix | Fixed an issue when a user enters `Ctrl-c`(SIGINT) to cancel the load in EDB\*Loader. [Support ticket: #88734] | | | ||
| Bug fix | Set correct object descriptions for redaction policy to make pg_dump work cleanly with `--clean` and `--if-exists` options. | | | ||
| Bug fix | Fixed pg_dump to dump password verify function for the user profile. | | | ||
| Bug fix | Fixed assertion failure while terminating the process within the autonomous transaction. | | | ||
| Bug fix | Fixed corner-case uninitialized-variable issues in SPL. | | | ||
| Bug fix | Fixed memory leakage in anonymous blocks that use cast expressions. [Support ticket: #88816] | | |
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
20 changes: 20 additions & 0 deletions
20
product_docs/docs/epas/13/epas_rel_notes/epas13_11_15_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,20 @@ | ||
--- | ||
title: "Version 13.11.15" | ||
--- | ||
|
||
EDB Postgres Advanced Server 13.11.15 includes the following enhancements: | ||
|
||
| Type | Description | Category | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | | ||
| Upstream merge | Merged with community PostgreSQL 13.10.14. See the community [Release Notes](https://www.postgresql.org/docs/release/13.10/) for details. | | | ||
| Enhancement | SQL Profiler and Index Advisor are now extensions and can be downloaded from [EDB Repos](https://repos.enterprisedb.com/). | | | ||
| Bug fix | Fixed an issue in which "PASSWORD EXPIRE AT" was dumped when the password status wasn't expired. This fix prevents marking the user account as expired after an upgrade. | Profile | | ||
| Bug fix | Fixed the password profile behavior after the password grace time has changed. | | | ||
| Bug fix | Fixed unexpected error for `edb_enable_pruning` parameter. [Support ticket: #89863] | | | ||
| Bug fix | Fixed an issue when a user enters `Ctrl-c`(SIGINT) to cancel the load in EDB\*Loader. [Support ticket: #88734] | | | ||
| Bug fix | Set correct object descriptions for redaction policy to make pg_dump work cleanly with `--clean` and `--if-exists` options. | | | ||
| Bug fix | Fixed pg_dump to dump password verify function for the user profile. | | | ||
| Bug fix | Fixed assertion failure while terminating the process within the autonomous transaction. | | | ||
| Bug fix | Fixed corner-case uninitialized-variable issues in SPL. | | | ||
| Bug fix | Fixed memory leakage in anonymous blocks that use cast expressions. [Support ticket: #88816] | | | ||
| Bug fix | Fixed EOF error from newly created dynamic partition when using `edb_partition`. | | |
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
24 changes: 24 additions & 0 deletions
24
product_docs/docs/epas/14/epas_rel_notes/epas14_8_0_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,24 @@ | ||
--- | ||
title: "Version 14.8.0" | ||
--- | ||
|
||
EDB Postgres Advanced Server 14.8.0 includes the following enhancements and bug fixes: | ||
|
||
| Type | Description | Category | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | | ||
| Upstream merge | Merged with community PostgreSQL 14.8. See the [PostgreSQL 14.8 Release Notes](https://www.postgresql.org/docs/release/14.8/) for more information. | | | ||
| Enhancement | SQL Profiler and Index Advisor are now extensions and can be downloaded from [EDB Repos](https://repos.enterprisedb.com/). | | | ||
| Bug fix | Fixed an issue in which "PASSWORD EXPIRE AT" was dumped when the password status wasn't expired. This fix prevents marking the user account as expired after an upgrade. | Profile | | ||
| Bug fix | Fixed the password profile behavior after the password grace time has changed. | | | ||
| Bug fix | Fixed unexpected error for `edb_enable_pruning` parameter. [Support ticket: #89863] | | | ||
| Bug fix | Fixed an issue when a user enters `Ctrl-c`(SIGINT) to cancel the load in EDB\*Loader. [Support ticket: #88734] | | | ||
| Bug fix | Set correct object descriptions for redaction policy to make pg_dump work cleanly with `--clean` and `--if-exists` options. | | | ||
| Bug fix | Fixed pg_dump to dump password verify function for the user profile. | | | ||
| Bug fix | Fixed assertion failure while terminating the process within the autonomous transaction. | | | ||
| Bug fix | Fixed corner-case uninitialized-variable issues in SPL. | | | ||
| Bug fix | Fixed memory leakage in anonymous blocks that use cast expressions. [Support ticket: #88816] | | | ||
| Bug fix | Fixed EOF error from newly created dynamic partition when using `edb_partition`. | | | ||
| Bug fix | Fixed an issue whereby pg_dump was dumping permissions of sequences. [Support ticket: #89466] | | | ||
| Bug fix | Fixed query jumble to take `edb_wrap` into consideration while generating `queryid`. | | | ||
| Bug fix | Fixed compiler warning in `userenv()`. | | | ||
|
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
24 changes: 24 additions & 0 deletions
24
product_docs/docs/epas/15/epas_rel_notes/epas15_3_0_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,24 @@ | ||
--- | ||
title: "Version 15.3.0" | ||
--- | ||
|
||
EDB Postgres Advanced Server 15.3.0 includes the following enhancements and bug fixes: | ||
|
||
| Type | Description | Category | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | | ||
| Upstream merge | Merged with community PostgreSQL 15.3. See the [PostgreSQL 15 Release Notes](https://www.postgresql.org/docs/15/release-15-3.html) for more information. | | | ||
| Enhancement | SQL Profiler and Index Advisor are now extensions and can be downloaded from [EDB Repos](https://repos.enterprisedb.com/). | | | ||
| Bug fix | Fixed an issue in which "PASSWORD EXPIRE AT" was dumped when the password status wasn't expired. This fix prevents marking the user account as expired after an upgrade. | Profile | | ||
| Bug fix | Fixed the password profile behavior after the password grace time has changed. | | | ||
| Bug fix | Fixed unexpected error for `edb_enable_pruning` parameter. [Support ticket: #89863] | | | ||
| Bug fix | Fixed an issue when a user enters `Ctrl-c`(SIGINT) to cancel the load in EDB\*Loader. [Support ticket: #88734] | | | ||
| Bug fix | Set correct object descriptions for redaction policy to make pg_dump work cleanly with `--clean` and `--if-exists` options. | | | ||
| Bug fix | Fixed pg_dump to dump password verify function for the user profile. | | | ||
| Bug fix | Fixed assertion failure while terminating the process within the autonomous transaction. | | | ||
| Bug fix | Fixed memory leakage in anonymous blocks that use cast expressions. [Support ticket: #88816] | | | ||
| Bug fix | Fixed EOF error from newly created dynamic partition when using `edb_partition`. | | | ||
| Bug fix | Fixed an issue whereby pg_dump was dumping permissions of sequences. [Support ticket: #89466] | | | ||
| Bug fix | Fixed query jumble to take `edb_wrap` into consideration while generating `queryid`. | | | ||
| Bug fix | Fixed compiler warning in `userenv()`. | | | ||
| Bug fix | Set location for the default DECODE result. | SQL | | ||
| Bug fix | Fixed possible server crash in the range partition pruning for NULL values. | Partitioning | |
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
Oops, something went wrong.
6f88f0c
There was a problem hiding this comment.
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://645d6566cbb7920e4e4d6855--edb-docs.netlify.app
6f88f0c
There was a problem hiding this comment.
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-staging.netlify.app as production
π Deployed on https://645d64934ef9570cb92a6f8c--edb-docs-staging.netlify.app