Home icon

PostgreSQL 18 on Amazon Aurora and Amazon RDS: Security, monitoring, and developer enhancements

Database Blog



This article explores security, monitoring, and developer enhancements in PostgreSQL 18 for Amazon Aurora and RDS, complementing performance improvements from Part 1.

  • MD5 password authentication deprecated in favor of SCRAM-SHA-256; new md5_password_warnings parameter helps identify affected roles
  • Enhanced parallel worker monitoring via new pg_stat_database and pg_stat_statements columns to track worker launch success rates
  • pg_stat_subscription_stats now tracks seven specific logical replication conflict types for easier diagnostics
  • pg_upgrade automatically preserves optimizer statistics, eliminating post-upgrade performance degradation
  • uuidv7() generates timestamp-ordered UUIDs that eliminate B-tree index bloat from random insertions
  • Parallel streaming now default for logical replication subscriptions, reducing lag for large transactions
  • idle_replication_slot_timeout automatically invalidates abandoned replication slots to prevent WAL accumulation
  • COPY command adds REJECT_LIMIT for controlled error tolerance and LOG_VERBOSITY silent option
  • OLD and NEW aliases in RETURNING clauses capture before-and-after values in single DML statements

PostgreSQL 18 strengthens operational efficiency and developer productivity across security, observability, and replication features for Aurora PostgreSQL and RDS for PostgreSQL.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Jun 17
2026
PostgreSQL 18 on Amazon Aurora and Amazon RDS: Performance enhancements
Jun 11
2026
Amazon Aurora now supports PostgreSQL major version 18
Dec 17
2025
Amazon Aurora now supports PostgreSQL 18.1 in the Amazon RDS Database preview environment
Nov 20
2024
Amazon Aurora now supports PostgreSQL 17.0 in the Amazon RDS Database preview environment

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.