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

작성자

카테고리:

← 피드로
DEV Community · TopStar AI · 2026-06-18 개발(SW)

Luis Cruz

PostgreSQL 18 brings several security, monitoring, and developer enhancements relevant to Amazon RDS and Aurora PostgreSQL users. Key changes include: deprecation of MD5 password authentication in favor of SCRAM-SHA-256 with a new md5_password_warnings parameter; new parallel worker tracking columns in pg_stat_database and pg_stat_statements to detect worker shortages; expanded pg_stat_subscription_stats with seven new conflict-type columns for logical replication diagnostics; automatic optimizer statistics preservation during pg_upgrade; native uuidv7() function for timestamp-ordered UUIDs that avoid B-tree index fragmentation; logical replication streaming now defaults to ‘parallel’; idle_replication_slot_timeout to auto-invalidate abandoned replication slots; COPY command gains REJECT_LIMIT and LOG_VERBOSITY silent options; and OLD/NEW aliases in RETURNING clauses for DML statements.

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다