Skip to content

Commit

Permalink
Merge pull request #4061 from EnterpriseDB/release/2023-05-11a
Browse files Browse the repository at this point in the history
Release: 2023-05-11a
  • Loading branch information
drothery-edb authored May 11, 2023
2 parents a5b8790 + 0f5a975 commit 6f88f0c
Show file tree
Hide file tree
Showing 11 changed files with 175 additions and 4 deletions.
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. | |
2 changes: 2 additions & 0 deletions product_docs/docs/epas/11/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release Notes
title: "EDB Postgres Advanced Server Release Notes"
navigation:
- epas11_20_31_rel_notes
- epas11_19_30_rel_notes
- epas11_18_29_rel_notes
- epas11_17_28_rel_notes
Expand All @@ -22,6 +23,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merge |
| ------- | ------------ | -------------- |
| [11.20.31](epas11_20_31_rel_notes.mdx) | 2023 May 11 | [11.20](https://www.postgresql.org/docs/11/release-11-20.html) |
| [11.19.30](epas11_19_30_rel_notes.mdx) | 2023 Feb 10 | [11.19](https://www.postgresql.org/docs/11/release-11-19.html) |
| [11.18.29](epas11_18_29_rel_notes.mdx) | 2022 Nov 10 | [11.18](https://www.postgresql.org/docs/11/release-11-18.html) |
| [11.17.28](epas11_17_28_rel_notes.mdx) | 2022 Aug 11 | [11.17](https://www.postgresql.org/docs/11/release-11-17.html) |
Expand Down
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] | |
2 changes: 2 additions & 0 deletions product_docs/docs/epas/12/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release Notes
title: "EDB Postgres Advanced Server Release Notes"
navigation:
- epas12_15_19_rel_notes
- epas12_14_18_rel_notes
- epas12_13_17_rel_notes
- epas12_12_16_rel_notes
Expand All @@ -25,6 +26,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merges |
| ------- | ------------ | --------------- |
| [12.15.19](epas12_15_19_rel_notes.mdx) | 2023 May 11 | [12.15](https://www.postgresql.org/docs/12/release-12-15.html) |
| [12.14.18](epas12_14_18_rel_notes.mdx) | 2023 Feb 10 | [12.14](https://www.postgresql.org/docs/12/release-12-14.html) |
| [12.13.17](epas12_13_17_rel_notes.mdx) | 2022 Nov 10 | [12.13](https://www.postgresql.org/docs/12/release-12-13.html) |
| [12.12.16](epas12_12_16_rel_notes.mdx) | 2022 Aug 11 | [12.12](https://www.postgresql.org/docs/12/release-12-12.html) |
Expand Down
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`. | |
2 changes: 2 additions & 0 deletions product_docs/docs/epas/13/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release Notes
title: "EDB Postgres Advanced Server Release Notes"
navigation:
- epas13_11_15_rel_notes
- epas13_10_14_rel_notes
- epas13_9_13_rel_notes
- epas13_8_12_rel_notes
Expand All @@ -18,6 +19,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merges |
| ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- |
| [13.11.15](epas13_11_15_rel_notes) | 2023 May 11 | [13.11](https://www.postgresql.org/docs/release/13.11/) |
| [13.10.14](epas13_10_14_rel_notes) | 2023 Feb 10 | [13.10](https://www.postgresql.org/docs/release/13.10/) |
| [13.9.13](epas13_9_13_rel_notes) | 2022 Nov 10 | [13.9](https://www.postgresql.org/docs/release/13.9/) |
| [13.8.12](epas13_8_12_rel_notes) | 2022 Aug 11 | [13.8](https://www.postgresql.org/docs/release/13.8/) |
Expand Down
24 changes: 24 additions & 0 deletions product_docs/docs/epas/14/epas_rel_notes/epas14_8_0_rel_notes.mdx
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()`. | |

2 changes: 2 additions & 0 deletions product_docs/docs/epas/14/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release notes
title: "EDB Postgres Advanced Server release notes"
navigation:
- epas14_8_0_rel_notes
- epas14_7_0_rel_notes
- epas14_6_0_rel_notes
- epas14_5_0_rel_notes
Expand All @@ -17,6 +18,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de

| Version | Release date | Upstream merges |
| ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- |
| [14.8.0](epas14_8_0_rel_notes) | 2023 May 11 | [14.8](https://www.postgresql.org/docs/14/release-14-8.html) |
| [14.7.0](epas14_7_0_rel_notes) | 2023 Feb 10 | [14.7](https://www.postgresql.org/docs/14/release-14-7.html) |
| [14.6.0](epas14_6_0_rel_notes) | 2022 Nov 10 | [14.6](https://www.postgresql.org/docs/14/release-14-6.html) |
| [14.5.0](epas14_5_0_rel_notes) | 2022 Aug 11 | [14.5](https://www.postgresql.org/docs/14/release-14-5.html) |
Expand Down
24 changes: 24 additions & 0 deletions product_docs/docs/epas/15/epas_rel_notes/epas15_3_0_rel_notes.mdx
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 |
2 changes: 2 additions & 0 deletions product_docs/docs/epas/15/epas_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navTitle: Release notes
title: "EDB Postgres Advanced Server release notes"
navigation:
- epas15_3_0_rel_notes
- epas15_2_0_rel_notes
---

Expand All @@ -11,6 +12,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de

| Version | Release date | Upstream merges |
| ------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [15.3.0](epas15_3_0_rel_notes) | 2023 May 11 | [15.3](https://www.postgresql.org/docs/release/15.3/) |
| [15.2.0](epas15_2_0_rel_notes) | 2023 Feb 14 | [15.0](https://www.postgresql.org/docs/release/15.0/), [15.1](https://www.postgresql.org/docs/release/15.1/), [15.2](https://www.postgresql.org/docs/release/15.2/) |


Expand Down
Loading

2 comments on commit 6f88f0c

@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://645d6566cbb7920e4e4d6855--edb-docs.netlify.app

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

Please sign in to comment.