Skip to content

Commit

Permalink
Merge pull request #6003 from EnterpriseDB/DOCS-961-epas-release-note…
Browse files Browse the repository at this point in the history
…s-for-latest-minor-releases

EPAS .1 updates Aug 16
  • Loading branch information
djw-m authored Aug 28, 2024
2 parents 4c9bc90 + 1a29b48 commit 1dfc432
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
12 changes: 12 additions & 0 deletions product_docs/docs/epas/14/epas_rel_notes/epas14_13_1_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: EDB Postgres Advanced Server 14.13.1 release notes
navTitle: "Version 14.13.1 "
---

Released: 16 Aug 2024

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

| Type | Description | Addresses                |
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure the old layout is still compatible with the creation of a logical replication slot. | |
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_13_1_rel_notes
- epas14_13_0_rel_notes
- epas14_12_0_rel_notes
- epas14_11_0_rel_notes
Expand All @@ -24,6 +25,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de

| Version | Release date | Upstream merges |
|-----------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------|
| [14.13.1](epas14_13_1_rel_notes) | 16 Aug 2024 | |
| [14.13.0](epas14_13_0_rel_notes) | 08 Aug 2024 | [14.13](https://www.postgresql.org/docs/14/release-14-13.html) |
| [14.12.0](epas14_12_0_rel_notes) | 09 May 2024 | [14.12](https://www.postgresql.org/docs/14/release-14-12.html) |
| [14.11.0](epas14_11_0_rel_notes) | 08 Feb 2024 | [14.11](https://www.postgresql.org/docs/14/release-14-11.html) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ EDB Postgres Advanced Server 15.8.1 includes the following enhancements and bug

| Type | Description | Addresses                |
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| Bug fix | A previous release introduced a new in_create field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure the old layout is still compatible with the creation of a logical replication slot. | |
| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure the old layout is still compatible with the creation of a logical replication slot. | |
12 changes: 12 additions & 0 deletions product_docs/docs/epas/16/epas_rel_notes/epas16_4_1_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: EDB Postgres Advanced Server 16.4.1 release notes
navTitle: "Version 16.4.1 "
---

Released: 16 Aug 2024

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

| Type | Description | Addresses                |
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| Bug fix | A previous release introduced a new `in_create` field to the LogicalDecodingContext structure and changed its memory layout. This means that any code that expects the old layout will no longer be compatible. The release fixed the issue to ensure the old layout is still compatible with the creation of a logical replication slot. | |
2 changes: 2 additions & 0 deletions product_docs/docs/epas/16/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:
- epas16_4_1_rel_notes
- epas16_4_0_rel_notes
- epas16_3_0_rel_notes
- epas16_2_0_rel_notes
Expand All @@ -15,6 +16,7 @@ The EDB Postgres Advanced Server documentation describes the latest version of E

| Version | Release date | Upstream merges |
| ------------------------ | ------------ | ---------------------------------------------------------- |
| [16.4.1](epas16_4_1_rel_notes) | 16 Aug 2024 | |
| [16.4.0](epas16_4_0_rel_notes) | 08 Aug 2024 | [16.4](https://www.postgresql.org/docs/16/release-16-4.html) |
| [16.3.0](epas16_3_0_rel_notes) | 09 May 2024 | [16.3](https://www.postgresql.org/docs/16/release-16-3.html) |
| [16.2](epas16_2_0_rel_notes)| 08 Feb 2024 | [16.2](https://www.postgresql.org/docs/16/release-16-2.html)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Redacting passwords in audit logs"
description: "Describes how to redact stored passwords in the audit log file"
hideToC: true
redirects:
- /epas/latest/epas_guide/03_database_administration/05_edb_audit_logging/07_redacting_passwords_from_audit_logs/ #generated for docs/epas/reorg-role-use-case-mode
---
Expand All @@ -12,9 +13,11 @@ You can use the GUC parameter `edb_filter_log.redact_password_commands` under th
The syntax is:

```sql
{CREATE|ALTER} {USER|ROLE|GROUP} identifier { [WITH] [ENCRYPTED] PASSWORD
'nonempty_string_literal' | IDENTIFIED BY { 'nonempty_string_literal' |
bareword } } [ REPLACE { 'nonempty_string_literal' | bareword } ]
{CREATE|ALTER} {USER|ROLE|GROUP} identifier
{ [WITH] [ENCRYPTED] PASSWORD 'nonempty_string_literal'
| IDENTIFIED BY { 'nonempty_string_literal'
| bareword } }
[ REPLACE { 'nonempty_string_literal' | bareword } ]
```

To enable password redaction, you must first enable the parameter by modifying the `postgresql.conf` file. Add the following value to those specified in the `shared_preload_libraries` parameter:
Expand Down

1 comment on commit 1dfc432

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