Skip to content

Commit

Permalink
Merge pull request #3680 from EnterpriseDB/release/2023-02-15
Browse files Browse the repository at this point in the history
Release: 2023-02-15
  • Loading branch information
drothery-edb authored Feb 15, 2023
2 parents eb753ac + 8fb7157 commit b9e5ed6
Show file tree
Hide file tree
Showing 53 changed files with 225 additions and 164 deletions.
10 changes: 5 additions & 5 deletions advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ The Advanced Storage Pack is supported on the same platforms as the Postgres dis

- [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg)

- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr)
- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended)

## Prerequisites

Before you begin the installation process:

- Install Postgres. See:
- [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/)
- [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- [Installing PostgreSQL](https://www.postgresql.org/download/)

- [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/docs/pgd/latest/deployments/tpaexec/)
- [Installing EDB Postgres Extended Server](/pge/latest/installing/)

- Set up the repository.

Expand Down Expand Up @@ -60,7 +60,7 @@ Where:
| ---------------------------- | ---------- |
| PostgreSQL | pg |
| EDB Postgres Advanced Server | as |
| EDB Postgres Extended | pgextended |
| EDB Postgres Extended | postgresextended |

- `<postgres_version>` is the version of Postgres you're using.

Expand All @@ -75,5 +75,5 @@ sudo dnf -y install edb-as14-advanced-storage-pack1
To install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform:

```shell
sudo apt-get -y install edb-pg15-advanced-storage-pack-1
sudo apt-get -y install edb-pg14-advanced-storage-pack-1
```
6 changes: 3 additions & 3 deletions advocacy_docs/pg_extensions/ldap_sync/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ EDB LDAP Sync is supported on the same platforms as the Postgres distribution yo
- [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas)

- [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg)
- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr)
- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended)

## Prerequisites

Before you begin the installation process:

- Install Postgres. See:
- [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/)
- [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- [Installing PostgreSQL](https://www.postgresql.org/download/)

- [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/)
- [Installing EDB Postgres Extended Server](/pge/latest/installing/)

- Install [ldap2pg](https://ldap2pg.readthedocs.io/en/latest/).

Expand Down
8 changes: 4 additions & 4 deletions advocacy_docs/pg_extensions/pg_tuner/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ EDB Postgres Tuner is supported on the same platforms as the Postgres distributi
- [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas)

- [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg)
- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr)
- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended)

## Prerequisites

Before you begin the installation process:

- Install Postgres. See:
- [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/)
- [Installing EDB Postgres Advanced Server](/epas/latest/installing/)

- [Installing PostgreSQL](https://www.postgresql.org/download/)

- [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/)
- [Installing EDB Postgres Extended Server](/pge/latest/installing/)

- Set up the repository.

Expand Down Expand Up @@ -58,7 +58,7 @@ Where:
| ---------------------------- | ---------- |
| PostgreSQL | pg |
| EDB Postgres Advanced Server | as |
| EDB Postgres Extended | pgextended |
| EDB Postgres Extended | postgresextended |

- `<postgres_version>` is the version of Postgres you're using.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ psql -W "postgres://[email protected]:5432/edb_admin?sslmod

- The `edb_admin` role does not have superuser privileges by default. Contact [Support](../overview/support) to request superuser privileges for `edb_admin`. If you request superuser privileges, you **must** take care to limit the number of connections used by superusers to avoid degraded service and/or compromising availability.

!!! note
Superuser privileges allow you to make Postgres configuration changes using `ALTER SYSTEM` queries. We recommend you don't do this because it may lead to an unpredictable/unrecoverable state of the cluster. In addition, `ALTER SYSTEM` changes are not replicated across the cluster.

- Changes to system configuration (GUCs) made by edb_admin or other Postgres users are not persisted though a reboot or maintenance. Use the BigAnimal portal to modify system configuration.

- You have to remember your `edb_admin` password as EDB does not have access to it. If you forget it, you can set a new one in the BigAnimal portal on the Edit Cluster page.
Expand All @@ -32,6 +35,8 @@ psql -W "postgres://[email protected]:5432/edb_admin?sslmod

- BigAnimal stores all database-level authentication securely and directly in PostgreSQL. The `edb_admin` user password is SCRAM-SHA-256 hashed prior to storage. This hash, even if compromised, cannot be replayed by an attacker to gain access to the system.



## One database with one application

For one database hosting a single application, replace app1 with your preferred user name:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Version 11.19.30"
---

EDB Postgres Advanced Server 11.19.30 includes the following enhancements:

| Type | Description |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Upstream merge | Merged with community PostgreSQL 11.19.30. See the community [Release Notes](https://www.postgresql.org/docs/release/11.19/) for details. |
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]|
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] |
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] |
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_19_30_rel_notes
- epas11_18_29_rel_notes
- epas11_17_28_rel_notes
- epas11_16_26_rel_notes
Expand All @@ -21,6 +22,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merge |
| ------- | ------------ | -------------- |
| [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) |
| [11.16.26](epas11_16_26_rel_notes.mdx) | 2022 May 12 | [11.16](https://www.postgresql.org/docs/11/release-11-16.html) |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Version 12.14.18"
---

EDB Postgres Advanced Server 12.14.18 includes the following enhancements:

| Type | Description |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------|
| Upstream merge | Merged with community PostgreSQL 12.14.18. See the community [Release Notes](https://www.postgresql.org/docs/release/12.14/) for details. |
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]|
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] |
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] |
| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] |
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_14_18_rel_notes
- epas12_13_17_rel_notes
- epas12_12_16_rel_notes
- epas12_11_15_rel_notes
Expand All @@ -24,6 +25,7 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merges |
| ------- | ------------ | --------------- |
| [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) |
| [12.11.15](epas12_11_15_rel_notes.mdx) | 2022 May 12 | [12.11](https://www.postgresql.org/docs/12/release-12-11.html) |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Version 13.10.14"
---

EDB Postgres Advanced Server 13.10.14 includes the following enhancements:

| Type | Description |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------|
| Upstream merge | Merged with community PostgreSQL 13.10.14. See the community [Release Notes](https://www.postgresql.org/docs/release/13.10/) for details. |
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]|
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] |
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] |
| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] |
| Bug fix | Fix dynamic partitioning to avoid duplicate partitions in high concurrency. [Support ticket: #89194] |
6 changes: 4 additions & 2 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_10_14_rel_notes
- epas13_9_13_rel_notes
- epas13_8_12_rel_notes
- epas13_7_11_rel_notes
Expand All @@ -17,8 +18,9 @@ The EDB Postgres Advanced Server (Advanced Server) documentation describes the l

| Version | Release Date | Upstream Merges |
| ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- |
| [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/)
| [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/) |
| [13.7.11](epas13_7_11_rel_notes) | 2022 May 23 | [13.7](https://www.postgresql.org/docs/release/13.7/)
| [13.6.10](13_epas13.6.10_rel_notes) | 2022 Feb 10 | [13.6](https://www.postgresql.org/docs/13/release-13-6.html) |
| [13.5.9](14_epas13.5.9_rel_notes) | 2021 Nov 11 | [13.5](https://www.postgresql.org/docs/13/release-13-5.html) |
Expand Down
17 changes: 17 additions & 0 deletions product_docs/docs/epas/14/epas_rel_notes/epas14_7_0_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Version 14.7.0"
---

EDB Postgres Advanced Server 14.7.0 includes the following enhancements and bug fixes:

| Type | Description |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------|
| Upstream merge | Merged with community PostgreSQL 14.7.0. See the community [Release Notes](https://www.postgresql.org/docs/release/14.7/) for details. |
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]|
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] |
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] |
| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] |
| Bug fix | Fix dynamic partitioning to avoid duplicate partitions in high concurrency. [Support ticket: #89194] |
| Bug fix | `edb_audit`: Add `leader_pid` and `query_id` to XML logs. |


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_7_0_rel_notes
- epas14_6_0_rel_notes
- epas14_5_0_rel_notes
- epas14_4_0_rel_notes
Expand All @@ -16,6 +17,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de

| Version | Release date | Upstream merges |
| ------------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------- |
| [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) |
| [14.4.0](epas14_4_0_rel_notes) | 2022 Jun 16 | [14.4](https://www.postgresql.org/docs/14/release-14-4.html) |
Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/epas/15/epas_compat_bip_guide/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
navTitle: Built-in Packages
title: "Database Compatibility for Oracle Developers: Built-in Package"
title: "Database Compatibility for Oracle Developers: Built-in Packages"
legacyRedirectsGenerated:
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key.
- "/edb-docs/d/edb-postgres-advanced-server/user-guides/database-compatibility-for-oracle-developers-built-in-package-guide/9.6/Database_Compatibility_for_Oracle_Developers_Built-in_Package_Guide.1.01.html"
Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/epas/15/epas_qs_windows/images/additional_configuration.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_dialect.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ...s/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_server_utilization.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ...ocs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_workload_profile.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ...uct_docs/docs/epas/15/epas_qs_windows/images/enterprisedb_license_agreement.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions product_docs/docs/epas/15/epas_qs_windows/images/installing_advanced_server.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions product_docs/docs/epas/15/epas_qs_windows/images/password_window.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions product_docs/docs/epas/15/epas_qs_windows/images/ready_to_install.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions product_docs/docs/epas/15/epas_qs_windows/images/select_components.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions product_docs/docs/epas/15/epas_qs_windows/images/setup_wizard.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

2 comments on commit b9e5ed6

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

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