Skip to content

Commit 1dfc432

Browse files
authored
Merge pull request #6003 from EnterpriseDB/DOCS-961-epas-release-notes-for-latest-minor-releases
EPAS .1 updates Aug 16
2 parents 4c9bc90 + 1a29b48 commit 1dfc432

File tree

6 files changed

+35
-4
lines changed

6 files changed

+35
-4
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: EDB Postgres Advanced Server 14.13.1 release notes
3+
navTitle: "Version 14.13.1 "
4+
---
5+
6+
Released: 16 Aug 2024
7+
8+
EDB Postgres Advanced Server 14.13.1 includes the following enhancements and bug fixes:
9+
10+
| Type | Description | Addresses                |
11+
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12+
| 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. | |

product_docs/docs/epas/14/epas_rel_notes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
navTitle: Release notes
33
title: "EDB Postgres Advanced Server release notes"
44
navigation:
5+
- epas14_13_1_rel_notes
56
- epas14_13_0_rel_notes
67
- epas14_12_0_rel_notes
78
- epas14_11_0_rel_notes
@@ -24,6 +25,7 @@ The EDB Postgres Advanced Server (EDB Postgres Advanced Server) documentation de
2425

2526
| Version | Release date | Upstream merges |
2627
|-----------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------|
28+
| [14.13.1](epas14_13_1_rel_notes) | 16 Aug 2024 | |
2729
| [14.13.0](epas14_13_0_rel_notes) | 08 Aug 2024 | [14.13](https://www.postgresql.org/docs/14/release-14-13.html) |
2830
| [14.12.0](epas14_12_0_rel_notes) | 09 May 2024 | [14.12](https://www.postgresql.org/docs/14/release-14-12.html) |
2931
| [14.11.0](epas14_11_0_rel_notes) | 08 Feb 2024 | [14.11](https://www.postgresql.org/docs/14/release-14-11.html) |

product_docs/docs/epas/15/epas_rel_notes/epas15_8_1_rel_notes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ EDB Postgres Advanced Server 15.8.1 includes the following enhancements and bug
99

1010
| Type | Description | Addresses                |
1111
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12-
| 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+
| 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. | |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: EDB Postgres Advanced Server 16.4.1 release notes
3+
navTitle: "Version 16.4.1 "
4+
---
5+
6+
Released: 16 Aug 2024
7+
8+
EDB Postgres Advanced Server 16.4.1 includes the following enhancements and bug fixes:
9+
10+
| Type | Description | Addresses                |
11+
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
12+
| 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. | |

product_docs/docs/epas/16/epas_rel_notes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
navTitle: Release notes
33
title: "EDB Postgres Advanced Server release notes"
44
navigation:
5+
- epas16_4_1_rel_notes
56
- epas16_4_0_rel_notes
67
- epas16_3_0_rel_notes
78
- epas16_2_0_rel_notes
@@ -15,6 +16,7 @@ The EDB Postgres Advanced Server documentation describes the latest version of E
1516

1617
| Version | Release date | Upstream merges |
1718
| ------------------------ | ------------ | ---------------------------------------------------------- |
19+
| [16.4.1](epas16_4_1_rel_notes) | 16 Aug 2024 | |
1820
| [16.4.0](epas16_4_0_rel_notes) | 08 Aug 2024 | [16.4](https://www.postgresql.org/docs/16/release-16-4.html) |
1921
| [16.3.0](epas16_3_0_rel_notes) | 09 May 2024 | [16.3](https://www.postgresql.org/docs/16/release-16-3.html) |
2022
| [16.2](epas16_2_0_rel_notes)| 08 Feb 2024 | [16.2](https://www.postgresql.org/docs/16/release-16-2.html)

product_docs/docs/epas/16/epas_security_guide/05_edb_audit_logging/07_redacting_passwords_from_audit_logs.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Redacting passwords in audit logs"
33
description: "Describes how to redact stored passwords in the audit log file"
4+
hideToC: true
45
redirects:
56
- /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
67
---
@@ -12,9 +13,11 @@ You can use the GUC parameter `edb_filter_log.redact_password_commands` under th
1213
The syntax is:
1314

1415
```sql
15-
{CREATE|ALTER} {USER|ROLE|GROUP} identifier { [WITH] [ENCRYPTED] PASSWORD
16-
'nonempty_string_literal' | IDENTIFIED BY { 'nonempty_string_literal' |
17-
bareword } } [ REPLACE { 'nonempty_string_literal' | bareword } ]
16+
{CREATE|ALTER} {USER|ROLE|GROUP} identifier
17+
{ [WITH] [ENCRYPTED] PASSWORD 'nonempty_string_literal'
18+
| IDENTIFIED BY { 'nonempty_string_literal'
19+
| bareword } }
20+
[ REPLACE { 'nonempty_string_literal' | bareword } ]
1821
```
1922

2023
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:

0 commit comments

Comments
 (0)