Amazon RDS for PostgreSQL updates
Amazon RDS supports DB instances running several versions of PostgreSQL. You can specify any currently available PostgreSQL version when creating a new DB instance. You can specify the major version (such as PostgreSQL 10) and any available minor version for the specified major version. If no version is specified, Amazon RDS defaults to an available version, typically the most recent version. If a major version is specified but a minor version isn't, Amazon RDS defaults to a recent release of the major version that you specified.
To see a list of available versions, and also defaults for newly created DB instances, use
the describe-db-engine-versions AWS CLI command. For example, to display
the default PostgreSQL engine version, use the following command.
aws rds describe-db-engine-versions --default-only --engine postgres
To learn more about versioning policy for RDS for PostgreSQL, see Amazon RDS FAQs
Topics
PostgreSQL 19 versions
Minor versions
PostgreSQL version 19 Beta 3 in the Amazon RDS Preview environment
PostgreSQL 19 Beta 3 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 19 Beta 3 Released!
The following extensions were added:
mysql_fdwpg_bigmpg_transporttds_fdw
The following extensions that are supported in Amazon RDS PostgreSQL version 18 aren't supported for Amazon RDS PostgreSQL version 19 Beta 3 in preview:
address_standardizeraddress_standardizer_data_ush3-pgpg_hint_planpg_similaritypg_stat_monitorpgactivepgroutingplprofilerpostgispostgis_rasterpostgis_tiger_geocoderpostgis_topology
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 19.
PostgreSQL version 19 Beta 2 in the Amazon RDS Preview environment
PostgreSQL 19 Beta 2 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 19 Beta 2 Released!
The following parameters were updated:
ssl_groupsdefault is set toX25519MLKEM768:SecP256r1MLKEM768:SecP384r1MLKEM1024:X25519:prime256v1:secp384r1
The following modifiable I/O parameters were added:
io_min_workersio_max_workersio_worker_idle_timeoutio_worker_launch_interval
This version also includes the following extension changes:
The
pgauditextension was updated to version 19.
The following extensions that are supported in Amazon RDS PostgreSQL version 18 aren't supported for Amazon RDS PostgreSQL version 19 Beta 2 in preview:
address_standardizeraddress_standardizer_data_ush3-pgmysql_fdwpg_bigmpg_hint_planpg_similaritypg_stat_monitorpg_transportpgactivepgroutingplprofilerpostgispostgis_rasterpostgis_tiger_geocoderpostgis_topologytds_fdw
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 19.
PostgreSQL version 19 Beta 1 in the Amazon RDS Preview environment
PostgreSQL 19 Beta 1 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 19 Beta 1 Released!
The following modifiable parameters were added:
autovacuum_analyze_score_weightautovacuum_freeze_score_weightautovacuum_max_parallel_workersautovacuum_multixact_freeze_score_weightautovacuum_vacuum_insert_score_weightautovacuum_vacuum_score_weightdebug_print_raw_parseenable_eager_aggregatelog_autoanalyze_min_durationmax_repack_replication_slotsmin_eager_agg_group_sizepassword_expiration_warning_thresholdwal_sender_shutdown_timeout
The following loadable module was added in this release:
pg_plan_advice
This version also includes the following extension changes:
The
orafceextension was updated to version 4.16.5.
The following extensions that are supported in Amazon RDS PostgreSQL version 18 aren't supported for Amazon RDS PostgreSQL version 19 Beta 1 in preview:
address_standardizeraddress_standardizer_data_ush3-pgh3_postgishypopgip4rmysql_fdwpg_bigmpg_cronpg_hint_planpg_partmanpg_similaritypg_stat_monitorpgactivepgAuditpgroutingplprofilerplv8PostGISpostgis_rasterpostgis_tiger_geocodertds_fdw
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 19.
PostgreSQL 18 versions
Minor versions
PostgreSQL version 18.0 in the Amazon RDS Preview environment
PostgreSQL version 18 RC1 in the Amazon RDS Preview environment
PostgreSQL version 18 Beta 3 in the Amazon RDS Preview environment
PostgreSQL version 18 Beta 2 in the Amazon RDS Preview environment
PostgreSQL version 18 Beta 1 in the Amazon RDS Preview environment
PostgreSQL version 18.6 on Amazon RDS
PostgreSQL version 18.6 is now available on Amazon RDS. This release contains fixes for critical
Common Vulnerabilities and Exposures (CVE) and improvements announced in the PostgreSQL 18.6 release
General enhancements
-
This release also updates the SSL/TLS cryptographic library to AWS-LC-FIPS 2025
on the GitHub website.
This version also includes the following extension changes:
-
The
pglogicalextension was updated to version 2.4.8.
PostgreSQL version 18.4 on Amazon RDS
PostgreSQL version 18.4 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 18.4 release
General enhancements
-
Fixed
pgactiveextension unavailability issue during TRUNCATE operations. -
Enabled SET for the parameter 'plv8.memory_limit'.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.8. -
The
PostGISextension was updated to version 3.6.3, and the following dependencies were updated:-
Added support for postgis_topology.
-
PROJ_DATA was updated to version 1.24.
-
GEOS was updated to 3.14.1.
-
GDAL was updated to 3.11.5.
-
-
The
pg_partmanextension was updated to version 5.4.3. -
The
pgcollectionextension was updated to version 1.1.1. -
The
pgvectorextension was updated to version 0.8.2. -
The
pgtapextension was updated to version 1.3.4.
PostgreSQL version 18.3-R2 on Amazon RDS
PostgreSQL version 18.3-R2 is now available on Amazon RDS. This release contains several security fixes and improvements,
including a fix for the pgvector vulnerability CVE-2026-3172
This version also includes the following extension changes:
-
The
postgisextension was updated to version 3.6.3.
PostgreSQL version 18.3 on Amazon RDS
PostgreSQL version 18.3 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 18.3 release
PostgreSQL version 18.2 on Amazon RDS
PostgreSQL version 18.2 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 18.2 release
General enhancements
-
Improved stability and reliability for database operations.
-
Enhanced data collection capabilities.
-
Advanced query performance monitoring: Introduced the pg_stat_monitor extension for PostgreSQL 18.2 and higher to provide comprehensive query performance insights and help identify performance bottlenecks. For extension availability by version, see Extension versions for Amazon RDS for PostgreSQL.
This version also includes the following extension changes:
The following extension was added:
-
pg_stat_monitor
-
The
pgactiveextension was updated to version 2.1.7. -
The
pglogicalextension was updated to version 2.4.6. -
The
pg_hint_planextension was updated to version 1.6.2. -
The
orafceextension was updated to version 4.16.3. -
The
postgisextension was updated to version 3.6.1. -
The
pg_bigmextension was updated to version 1.2-20250903. -
The
pg_cronextension was updated to version 1.6.7. -
The
hypopgextension was updated to version 1.4.2. -
The
tds_fdwextension was updated to version 2.0.5. -
The
pg_repackextension was updated to version 1.5.3. -
The
pgvectorextension was updated to version 0.8.1. -
The
mysql_fdwextension was updated to version 2.9.3. -
The
oracle_fdwextension was updated to version 2.8.0. -
The
roaringbitmapextension was updated to version 1.1.0.
PostgreSQL version 18.1 on Amazon RDS
PostgreSQL 18 contains many new features and enhancements that can be seen in the
following release documentation, PostgreSQL 18
The following parameters were updated:
-
track_cost_delay_timing default is set to on
-
max_active_replication_origins default is set to 20.
-
pclient_connection_check_interval default is set to 60000.
-
log_connections was updated to reflect the new PostgreSQL 18 behavior. The old default value of 0 is equivalent to the new default empty value, and the old value of 1 is equivalent to specifying all three values of receipt, authentication, and authorization.
-
autovacuum_worker_slots,io_workers,io_max_concurrency
The following extensions were added:
-
pgcollection
-
roaringbitmap
This version also includes the following extension changes:
-
The
pgauditupdated to version 18.0 -
The
pg_cronupdated to version 1.6.7 -
The
pgvectorupdated to version 0.8.1 -
The
pg_tleupdated to version 1.5.2 -
The
mysql_fdwupdated to version 2.9.3. -
The
tds_fdwupdated to version 2.0.5.
The following extensions supported in RDS for PostgreSQL version 17 are not supported for RDS for PostgreSQL version 18:
-
postgis_topology -
plcoffee– The open source plv8 version 3.2 no longer includes theplcoffeeandpllsextensions. -
plls– The open source plv8 version 3.2 no longer includes theplcoffeeandpllsextensions. -
plrust– This extension is permanently discontinued and will not be available in any future version.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 18.
PostgreSQL version 18.0 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 18 is subject to change.
PostgreSQL 18 contains many new features and enhancements that can be seen in the
following release documentation, PostgreSQL 18
The following extensions were added:
-
pglogical
-
postgis
-
pgrouting
-
h3-pg
This version also includes the following extension changes:
-
The
pg_bigmextension was updated to version v1.2-20250903
The following extension supported in RDS for PostgreSQL version 17 isn't supported for RDS for PostgreSQL version 18.0 in preview:
-
pgAudit -
plrust
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 18.
PostgreSQL version 18 RC1 in the Amazon RDS Preview environment
PostgreSQL 18 RC1 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 18 RC1 Released!
The following extensions were added:
pg_hint_plantds_fdwpg_transport
This version also includes the following extension changes:
The
hypopgextension was updated to version 1.4.2The
pg_repackextension was updated to version 1.5.2The
pgactiveextension was updated to version 2.1.6
The following extensions that are supported in Amazon RDS PostgreSQL version 17 aren't supported for Amazon RDS PostgreSQL version 18 Beta 3 in preview:
address_standardizeraddress_standardizer_data_ush3-pgpgAuditpglogicalpgroutingplrustPostGISpostgis_rasterpostgis_tiger_geocoderpostgis_topology
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 18.
PostgreSQL version 18 Beta 3 in the Amazon RDS Preview environment
PostgreSQL 18 Beta 3 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 18 Beta 3 Released!
The following modifiable parameters were added:
autovacuum_vacuum_max_thresholdtrack_cost_delay_timingidle_replication_slot_timeoutmd5_password_warningslog_lock_failurerestrict_nonsystem_relation_kindvacuum_truncatevacuum_max_eager_freeze_failure_rateenable_distinct_reorderingenable_self_join_eliminationmax_active_replication_originsio_max_combine_limit
The following extensions were added:
plv8pgactive
The following extensions that are supported in Amazon RDS PostgreSQL version 17 aren't supported for Amazon RDS PostgreSQL version 18 Beta 3 in preview:
address_standardizeraddress_standardizer_data_ush3-pgpg_hint_planpg_transportpgAuditpglogicalpgroutingplrustPostGISpostgis_rasterpostgis_tiger_geocoderpostgis_topologytds_fdw
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 18.
PostgreSQL version 18 Beta 2 in the Amazon RDS Preview environment
PostgreSQL 18 Beta 2 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 18 Beta 2 Released!
The following loadable module was added in this release:
pg_overexplain
The following extensions were added in this release:
pg_taporacle_fdwpg_bigmpg_partmanpg_proctabpg_repackpg_tlerdkit
The following extensions that are supported in Amazon RDS PostgreSQL version 17 aren't supported for Amazon RDS PostgreSQL version 18 Beta 2 in preview:
address_standardizeraddress_standardizer_data_ush3-pgpg_hint_planpg_transportpgactivepgAuditpglogicalpgroutingplrustplv8PostGISpostgis_rasterpostgis_tiger_geocoderpostgis_topologytds_fdw
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 18.
PostgreSQL version 18 Beta 1 in the Amazon RDS Preview environment
PostgreSQL 18 Beta 1 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 18 Beta 1 Released!
This release includes the following version updates:
-
LLVMversion updated to 20.1.1 -
LZ4version updated to 1.10.0 -
Zstdversion updated to 1.5.7 -
Zlibversion updated to 1.3.1 -
AWS-LCversion updated to AWS-LC FIPS 3.0 -
Kerberosversion updated to 1.21.3 -
Perlversion updated to 5.40.2 -
ossp-uuidnow uses the e2fs UUID implementation
The following extensions that are supported in Amazon RDS PostgreSQL version 17 aren't supported for Amazon RDS PostgreSQL version 18 Beta 1 in preview:
address_standardizeraddress_standardizer_data_ush3-pgoracle_fdwpg_bigmpg_hint_planpg_partmanpg_proctabpg_repackpg_tlepg_transportpgactivepgAuditpglogicalpgroutingpgTAPplrustpltclplv8PostGISpostgis_rasterpostgis_tiger_geocoderpostgis_topologyrdkittds_fdw
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 18.
PostgreSQL 17 versions (Some of these versions have reached the end of standard support or deprecated.)
Minor versions
PostgreSQL version 17.0 in the Amazon RDS Preview environment
PostgreSQL version 17 RC1 in the Amazon RDS Preview environment
PostgreSQL version 17 Beta 3 in the Amazon RDS Preview environment
PostgreSQL version 17 Beta 2 in the Amazon RDS Preview environment
PostgreSQL version 17 Beta 1 in the Amazon RDS Preview environment
PostgreSQL version 17.11 on Amazon RDS
PostgreSQL version 17.11 is now available on Amazon RDS. This release contains fixes for critical
Common Vulnerabilities and Exposures (CVE) and improvements announced in the PostgreSQL 17.11 release
General enhancements
-
This release also updates the SSL/TLS cryptographic library to AWS-LC-FIPS 2025
on the GitHub website.
This version also includes the following extension changes:
-
The
pglogicalextension was updated to version 2.4.8.
PostgreSQL version 17.10 on Amazon RDS
PostgreSQL version 17.10 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 17.10 release
General enhancements
-
Fixed
pgactiveextension unavailability issue during TRUNCATE operations. -
Enabled SET for the parameter 'plv8.memory_limit'.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.8. -
The
PostGISextension was updated to version 3.5.6, and the following dependencies were updated:-
PROJ_DATA was updated to version 1.24.
-
-
The
pg_partmanextension was updated to version 5.4.3. -
The
pgcollectionextension was updated to version 1.1.1. -
The
pgvectorextension was updated to version 0.8.2. -
The
pgtapextension was updated to version 1.3.4.
PostgreSQL version 17.9-R2 on Amazon RDS
PostgreSQL version 17.9-R2 is now available on Amazon RDS. This release contains several security fixes and improvements,
including a fix for the pgvector vulnerability CVE-2026-3172
This version also includes the following extension changes:
-
The
postgisextension was updated to version 3.5.6.
PostgreSQL version 17.9 on Amazon RDS
PostgreSQL version 17.9 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 17.9 release
PostgreSQL version 17.8 on Amazon RDS
PostgreSQL version 17.8 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 17.8 release
General enhancements
-
Improved stability and reliability for database operations.
-
Enhanced data collection capabilities.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.7. -
The
pglogicalextension was updated to version 2.4.6. -
The
pg_hint_planextension was updated to version 1.7.1. -
The
orafceextension was updated to version 4.16.3. -
The
pg_bigmextension was updated to version 1.2-20250903. -
The
pg_cronextension was updated to version 1.6.7. -
The
hypopgextension was updated to version 1.4.2. -
The
tds_fdwextension was updated to version 2.0.5. -
The
pg_repackextension was updated to version 1.5.3. -
The
pgvectorextension was updated to version 0.8.1. -
The
mysql_fdwextension was updated to version 2.9.3. -
The
oracle_fdwextension was updated to version 2.8.0.
PostgreSQL version 17.7 on Amazon RDS
PostgreSQL version 17.7 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 17.7 release
General enhancements
-
The pgcollection extension is now available for RDS PostgreSQL version 15.15 and above(16.11 and 17.7), providing a memory-optimized data type designed for high-performance use inside PL/pgSQL functions. A collection stores key-value pairs where each key is a unique text string (maximum 32,767 characters) and values can be any PostgreSQL type including composite types, with all elements in a collection required to be of the same type. Collections maintain entries in creation order and can hold an unlimited number of elements constrained only by available database memory, with a maximum persisted size of 1GB when stored as a table column..
This version also includes the following extension changes:
-
The
pg_tleextension was updated to version 1.5.2. -
The
h3-pgextension was updated to version 4.2.3.
PostgreSQL version 17.6-R2 on Amazon RDS
PostgreSQL version 17.6-R2 is now available on Amazon RDS.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 17.6 on Amazon RDS
PostgreSQL version 17.6 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 17.6 release
General enhancements
-
Grant rds_superuser access to pg_wal_pause / pg_wal_replay functions to perform logical upgrades and verification/validation.
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.2. -
The
oracle_fdwextension was updated to version 2.8.0. -
The
pgactiveextension was updated to version 2.1.5.
PostgreSQL version 17.5-R2 on Amazon RDS
PostgreSQL version 17.5-R2 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 17.5 on Amazon RDS
PostgreSQL version 17.5 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 17.5 release
General enhancements
-
Fixed for the
address_standardizer_data_usextension issue regarding ALTER EXTENSION UPDATE failure. -
Changed the Oracle client library version for the
oracle_fdwextension on x86 to 19.26.0.0.0. -
Fixed the
pgactiveextension unable to upgrade issue due to incorrect extension upgrade scripts which causes replication to break after engine upgrade.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.1. -
The
pglogicalextension was updated to version 2.4.5. -
The
PgAuditextension was updated to version 17.1. -
The
RDKitextension was updated to version 2024_09_6.
PostgreSQL version 17.4-R2 on Amazon RDS (Deprecated)
PostgreSQL version 17.4-R2 is now available on Amazon RDS.
Fixes and improvements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 17.4 on Amazon RDS (Deprecated)
PostgreSQL version 17.4 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 17.4 release
PostgreSQL version 17.3 on Amazon RDS (Deprecated)
PostgreSQL version 17.3 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 17.3 release
New features and enhancements.
-
In Blue/Green deployments, creating or modifying temporary objects is no longer classified as restricted DDL.
-
The
postgres_get_av_diagfunction has been updated to support radix tree optimization on PostgreSQL 17. Recommendations are now tailored to account for this new optimization feature. -
Resolved an issue where DVB returned duplicate rows during slow vacuum analysis.
-
Resolved CVE RUSTSEC-2024-0421 by upgrading URL Rust crate to 2.5.4. For more information, see RUSTSEC-2024-0421
. -
Applied Promise.any error allocation fix for V8 9.7.37, PLV8 3.1.10.
This version also includes the following extension changes:.
-
The
rds_toolsextension was updated to 1.9. -
The
orafceextension was updated to 4.14.0. -
The
pg_cronextension was updated to 1.6.5. -
The
rdkitextension was updated to 2024_09_3. -
The
pg_activeextension was updated to 2.1.4. -
The
pg_partmanextension was updated to 5.2.4. -
The
prefixextension was updated to 1.2.10. -
The
PostGISextension was updated to 3.5.1.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 17.
PostgreSQL version 17.2-R3 on Amazon RDS (Deprecated)
PostgreSQL version 17.2-R3 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
PostgreSQL version 17.2-R2 on Amazon RDS (Deprecated)
PostgreSQL version 17.2-R2 is now available on Amazon RDS. This release contains fix for PLV8 CVE-2022-4174
PostgreSQL version 17.2 on Amazon RDS (Deprecated)
PostgreSQL version 17.2 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 17.2 release
PostgreSQL version 17.1 on Amazon RDS (Deprecated)
PostgreSQL version 17.1 is now available on Amazon RDS. This release contains many new features
and enhancements that can be seen in the following release documentation, PostgreSQL 17.1
New features
-
Starting in RDS for PostgreSQL versions 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21, some connection slots are reserved for the new
rds_reservedrole, which is granted to Amazon RDS administrative users. The number of reserved connection slots is determined by therds.rds_reserved_connectionsparameter. You may need to adjust the value of themax_connectionsparameter to account for the number of Amazon RDS reserved connection slots.The
rds_reservedrole is a new predefined role created by Amazon RDS. Predefined roles and their privileges can't be changed. You can't drop, rename, or modify privileges for these predefined roles. Attempting to modify a predefined role results in an error. -
Added vacuum blocker detection to improve autovacuum monitoring. For more information, see Identify and resolve aggressive vacuum blockers in RDS for PostgreSQL
-
Unblocked
ALTER TEMP TABLEandDROP TEMP TABLEin Blue/Green replication. -
Added the
rds_tools.pg_ls_multixactdir()function forpg_multixactto monitor the directory disk space usage. -
Added support for
plrustversion 1.2.7.
Updated features
-
PostGISwas updated to version 3.5.0, and the following dependencies were updated:-
json-cwas updated to version 0.18_20240915. -
GDALwas updated to version 3.9.3 -
PROJwas updated to version 9.5.0 -
PROJ_DATAwas updated to version 1.19
-
-
The
orafceextension was updated to version 4.13.4. -
The
pg_bigmextension was updated to version 1.2_20240606. -
The
pg_proctabextension was updated to version 0.0.12. -
The
pg_repackextension was updated to version 1.5.1. -
The
pgroutingextension was updated to version 3.6.3. -
The
pgvectorextension was updated to version 0.8.0. -
The
rdkitextension was updated to version 2024_09_2(4.6.1). -
The
rds_toolsextension was updated to version 1.8.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 17.
PostgreSQL version 17.0 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 17 is subject to change.
PostgreSQL 17 contains many new features and enhancements that can be seen in the
following release documentation, PostgreSQL 17
New features
-
GCCwas upgraded to version 12.4.0 -
Introduced a new Amazon RDS-specific parameter,
rds.logical_slot_sync_dbname, to specify the dbname for the PostgreSQL version 17 logical slots synchronization and failover feature.For more information, see Managing logical slot synchronization for RDS for PostgreSQL.
This version also includes the following extension and dependency updates:
-
The following
PostGISdependencies were updated:-
gdalwas upgraded to version 3.9.2 -
PROJwas upgraded to version 9.4.1 -
PROJ_DATAwas upgraded to version 1.18 -
GEOSwas upgraded to version 3.13.0
-
-
The
oracle_fdwextension was updated to version 2.7.0. -
The
orafceextension was updated to version 4.12.0. -
The
pg_buffercacheextension was updated to version 1.5. -
The
pg_cronextension was updated to version 1.6.4. -
The
pg_stat_statementsextension was updated to version 1.11. -
The
pgauditextension was updated to version 17.0. -
The
pgvectorextension was updated to version 0.7.4. -
The
plprofilerextension was updated to version 4.2.5. -
The
rds_toolsextension was updated to version 1.6. -
The
tds_fdwextension was updated to version 2.0.4.
The following extension supported in RDS for PostgreSQL version 16 isn't supported for RDS for PostgreSQL version 17.0 in preview:
-
plrust
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 17.
PostgreSQL version 17 RC1 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS for PostgreSQL version 17 is subject to change.
PostgreSQL 17 RC1 contains many new features and enhancements that can be seen in the
following release documentation, PostgreSQL
17 RC1 Released!
New features
-
Performance Insights is supported in the preview environment.
New extensions
-
The
pg_logicalextension was added.
This version also includes the following extension updates:
-
The
address_standardizerextension was updated to version 3.5.0alpha2. -
The
address_standardizer_data_usextension was updated to version 3.5.0alpha2. -
The
PostGISextension was updated to version 3.5.0alpha2. -
The
postgis_rasterextension was updated to version 3.5.0alpha2. -
The
postgis_tiger_geocoderextension was updated to version 3.5.0alpha2. -
The
postgis_topologyextension was updated to version 3.5.0alpha2.
The following extension supported in RDS for PostgreSQL version 16 isn't supported in RDS for PostgreSQL version 17 RC1 in preview:
-
plrust
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 17.
PostgreSQL version 17 Beta 3 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 17 is subject to change.
PostgreSQL 17 Beta 3 contains many new features and enhancements that can be seen in the
following release documentation, PostgreSQL 17 Beta 3 Released!
New features
-
The t4g instance type is supported in the Preview environment.
-
The
wal_compressiondefault value for TAZ cluster is nowlz4instead ofzstd.
New extensions
-
The
pg_hint_planextension was added. -
The
plv8extension was added. -
The
rdkitextension was added.
This version also includes the following extension updates:
-
The
orafceextension was updated to version 4.10.3. -
The
pg_cronextension was updated to version 1.6.3. -
The
pg_vectorextension was updated to version 0.7.3.
The following extensions supported in Amazon RDS PostgreSQL version 16 aren't supported for Amazon RDS PostgreSQL version 17 Beta 3 in preview:
-
pglogical -
plrust
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 17.
PostgreSQL version 17 Beta 2 in the Amazon RDS Preview environment
PostgreSQL 17 Beta 2 contains many new features and enhancements that can be seen in the
following release documentation, PostgreSQL 17 Beta 2 Released!
New extensions
-
The
h3-pgextension was added. -
The
mysql_fdwextension was added. -
The
pg_cronextension was added. -
The
pgactiveextension was added. -
The
pgAuditextension was added. -
The
pg_repackextension was added. -
The
tds_fdwextension was added.
This version also includes the following extension update:
-
The
pgTAPextension was updated to version 1.3.3.
The following extensions supported in Amazon RDS PostgreSQL version 16 aren't supported for Amazon RDS PostgreSQL version 17 Beta 2 in preview:
-
pg_hint_plan -
pglogical -
plrust -
plv8 -
rdkit
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 17.
PostgreSQL version 17 Beta 1 in the Amazon RDS Preview environment
PostgreSQL 17 Beta 1 contains many new features and enhancements that can be seen in the
release documentation: PostgreSQL 17 Beta 1 Released!
The following extensions supported in Amazon RDS PostgreSQL version 16 aren't supported for Amazon RDS PostgreSQL version 17 Beta 1 in preview:
-
h3pg -
MySQL_FDW -
pg_cron -
pg_repack -
pgactive -
pgaudit -
pghintplan -
pglogical -
plrust -
plv8 -
rdkit -
tds_fdw
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 17.
PostgreSQL 16 versions (Some of these versions have reached the end of standard support or deprecated.)
Minor versions
PostgreSQL version 16.0 in the Amazon RDS Preview environment
PostgreSQL version 16 RC1 in the Amazon RDS Preview environment
PostgreSQL version 16 Beta 3 in the Amazon RDS Preview environment
PostgreSQL version 16 Beta 2 in the Amazon RDS Preview environment
PostgreSQL version 16 Beta 1 in the Amazon RDS Preview environment
PostgreSQL version 16.15 on Amazon RDS
PostgreSQL version 16.15 is now available on Amazon RDS. This release contains fixes for critical
Common Vulnerabilities and Exposures (CVE) and improvements announced in the PostgreSQL 16.15 release
General enhancements
-
This release also updates the SSL/TLS cryptographic library to AWS-LC-FIPS 2025
on the GitHub website.
This version also includes the following extension changes:
-
The
pglogicalextension was updated to version 2.4.8.
PostgreSQL version 16.14-R2 on Amazon RDS
PostgreSQL version 16.14-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL
announced in the PostgreSQL 16.14 release
PostgreSQL version 16.14 on Amazon RDS
PostgreSQL version 16.14 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 16.14 release
General enhancements
-
Fixed
pgactiveextension unavailability issue during TRUNCATE operations. -
Enabled SET for the parameter 'plv8.memory_limit'.
-
Added support for auto_explain Configuration Parameters (auto_explain.log_wal, auto_explain.log_settings, auto_explain.log_level) in Amazon RDS PostgreSQL version 16 DB parameter groups.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.8. -
The
PostGISextension was updated to version 3.4.6, and the following dependencies were updated:-
PROJ_DATA was updated to version 1.24.
-
-
The
pg_partmanextension was updated to version 5.4.3. -
The
pgcollectionextension was updated to version 1.1.1. -
The
pgvectorextension was updated to version 0.8.2. -
The
pgtapextension was updated to version 1.3.4.
PostgreSQL version 16.13-R2 on Amazon RDS
PostgreSQL version 16.13-R2 is now available on Amazon RDS. This release contains several security fixes and improvements,
including a fix for the pgvector vulnerability CVE-2026-3172
This version also includes the following extension changes:
-
The
postgisextension was updated to version 3.4.6.
PostgreSQL version 16.13 on Amazon RDS
PostgreSQL version 16.13 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 16.13 release
PostgreSQL version 16.12 on Amazon RDS
PostgreSQL version 16.12 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 16.12 release
General enhancements
-
Improved stability and reliability for database operations.
-
Enhanced data collection capabilities.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.7. -
The
pglogicalextension was updated to version 2.4.6. -
The
pg_hint_planextension was updated to version 1.6.2. -
The
orafceextension was updated to version 4.16.3. -
The
pg_bigmextension was updated to version 1.2-20250903. -
The
pg_cronextension was updated to version 1.6.7. -
The
hypopgextension was updated to version 1.4.2. -
The
tds_fdwextension was updated to version 2.0.5. -
The
pg_repackextension was updated to version 1.5.3. -
The
pgvectorextension was updated to version 0.8.1. -
The
mysql_fdwextension was updated to version 2.9.3. -
The
oracle_fdwextension was updated to version 2.8.0.
PostgreSQL version 16.11 on Amazon RDS
PostgreSQL version 16.11 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 16.11 release
General enhancements
-
The pgcollection extension is now available for RDS PostgreSQL version 15.15 and above(16.11 and 17.7), providing a memory-optimized data type designed for high-performance use inside PL/pgSQL functions. A collection stores key-value pairs where each key is a unique text string (maximum 32,767 characters) and values can be any PostgreSQL type including composite types, with all elements in a collection required to be of the same type. Collections maintain entries in creation order and can hold an unlimited number of elements constrained only by available database memory, with a maximum persisted size of 1GB when stored as a table column..
This version also includes the following extension changes:
-
The
pg_tleextension was updated to version 1.5.2. -
The
h3-pgextension was updated to version 4.2.3.
PostgreSQL version 16.10-R2 on Amazon RDS
PostgreSQL version 16.10-R2 is now available on Amazon RDS.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 16.10 on Amazon RDS
PostgreSQL version 16.10 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 16.10 release
General enhancements
-
Grant rds_superuser access to pg_wal_pause / pg_wal_replay functions to perform logical upgrades and verification/validation.
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.2. -
The
oracle_fdwextension was updated to version 2.8.0. -
The
pgactiveextension was updated to version 2.1.5.
PostgreSQL version 16.9-R2 on Amazon RDS
PostgreSQL version 16.9-R2 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 16.9 on Amazon RDS
PostgreSQL version 16.9 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 16.9 release
General enhancements
-
Fixed for the
address_standardizer_data_usextension issue regarding ALTER EXTENSION UPDATE failure. -
Changed the Oracle client library version on x86 to 19.26.0.0.0.
-
Fixed the
pgactiveextension unable to upgrade issue due to incorrect extension upgrade scripts which causes replication to break after engine upgrade.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.1. -
The
pglogicalextension was updated to version 2.4.5. -
The
PgAuditextension was updated to version 16.1. -
The
RDKitextension was updated to version 2024_09_6.
PostgreSQL version 16.8-R2 on Amazon RDS (Deprecated)
PostgreSQL version 16.8-R2 is now available on Amazon RDS.
Fixes and improvements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 16.8 on Amazon RDS (Deprecated)
PostgreSQL version 16.8 is now available on Amazon RDS. This release contains several fixes and improvements for
PostgreSQL announced in the PostgreSQL 16.8 release
PostgreSQL version 16.7 on Amazon RDS (Deprecated)
PostgreSQL version 16.7 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 16.7 release
New features and enhancements.
-
In Blue/Green deployments, creating or modifying temporary objects is no longer classified as restricted DDL.
-
Resolved an issue where DVB returned duplicate rows during slow vacuum analysis.
-
Resolved CVE RUSTSEC-2024-0421 by upgrading URL Rust crate to 2.5.4. For more information, see RUSTSEC-2024-0421
. -
Applied Promise.any error allocation fix for V8 9.7.37, PLV8 3.1.10.
This version also includes the following extension changes:.
-
The
rds_toolsextension was updated to 1.9. -
The
orafceextension was updated to 4.14.0. -
The
pg_cronextension was updated to 1.6.5. -
The
rdkitextension was updated to 2024_09_3. -
The
pg_activeextension was updated to 2.1.4. -
The
pg_partmanextension was updated to 5.2.4. -
The
prefixextension was updated to 1.2.10.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.6-R3 on Amazon RDS (Deprecated)
PostgreSQL version 16.6-R3 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
PostgreSQL version 16.6-R2 on Amazon RDS (Deprecated)
PostgreSQL version 16.6-R2 is now available on Amazon RDS. This release contains fix for PLV8 CVE-2022-4174
PostgreSQL version 16.6 on Amazon RDS (Deprecated)
PostgreSQL version 16.6 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 16.6 release
PostgreSQL version 16.5 on Amazon RDS (Deprecated)
PostgreSQL version 16.5 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in PostgreSQL 16.5
New features
-
Starting in RDS for PostgreSQL versions 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21, some connection slots are reserved for the new
rds_reservedrole, which is granted to Amazon RDS administrative users. The number of reserved connection slots is determined by therds.rds_reserved_connectionsparameter . You may need to adjust the value of themax_connectionsparameter to account for the number of Amazon RDS reserved connection slots.The
rds_reservedrole is a new predefined role created by Amazon RDS. Predefined roles and their privileges can't be changed. You can't drop, rename, or modify privileges for these predefined roles. Attempting to modify a predefined role results in an error. -
Unblocked
ALTER TEMP TABLEandDROP TEMP TABLEin Blue/Green replication. -
Added the
rds_tools.pg_ls_multixactdir()function forpg_multixactto monitor the directory disk space usage.
Updated features
-
The
oracle_fdwextension was updated to version 2.7.0. -
The
orafceextension was updated to version 4.13.4. -
The
pg_cronextension was updated to version 1.6.4. -
The
pg_hint_planextension was updated to version 1.6.1. -
The
pgvectorextension was updated to version 0.8.0. -
The
plprofilerextension was updated to version 4.2.5. -
The
PostGISextension was updated to version 3.4.3. -
The
rdkitextension was updated to version 4.6.1. -
The
rds_toolsextension was updated to version 1.7. -
The
tds_fdwextension was updated to version 2.0.4.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.4-R3 on Amazon RDS (Deprecated)
PostgreSQL version 16.4-R3 is now available on Amazon RDS. This release contains fixes for
CVE-2022-4174
PostgreSQL version 16.4-R2 on Amazon RDS (Deprecated)
PostgreSQL version 16.4-R2 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 16.4 release
PostgreSQL version 16.4 on Amazon RDS (Deprecated)
PostgreSQL version 16.4 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 16.4 release
New features and enhancements
-
Delegated extension role was added.
-
Fixed CVE-2024-7348
that prevents search path restrictions bypass through pattern-matching queries in information_schema.
This version also includes the following extension updates:
-
The
hypopgextension was updated to 1.4.1. -
The
mysql_fdwextension was updated to 2.9.2. -
The
orafceextension was updated to 4.10.3. -
The
pg_cronextension was updated to 1.6.3. -
The
pgTAPextension was updated to 1.3.3. -
The
pgvectorextension was updated to 0.7.3. -
The
rdkitextension was updated to 4.5.0 (Release 2024_03_5). -
The
wal2jsonextension was updated to 2.6.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.3-R4 on Amazon RDS (Deprecated)
PostgreSQL version 16.3-R4 is now available on Amazon RDS. This release contains fixes for CVE-2022-4174
PostgreSQL version 16.3-R3 on Amazon RDS (Deprecated)
PostgreSQL version 16.3-R3 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 16.3 release
PostgreSQL version 16.3-R2 on Amazon RDS (Deprecated)
PostgreSQL version 16.3-R2 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 16.3 release
New features and enhancements
-
Includes support for four new crates in PL/Rust, including:
-
regex -
serde -
serde_json -
url
-
-
Fixed a security issue in
pg_repack -
Fixed a performance issue in
pgvectorfor index creation on halfvec data type -
Fixed a bug in
aws_s3causing import queries to occasionally get stuck and fail to terminate
PostgreSQL version 16.3 on Amazon RDS (Deprecated)
PostgreSQL version 16.3 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 16.3 release
New features and enhancements
-
The blue/green deployment switchover won’t be blocked by the
REFRESH MATERIALIZED VIEWstatement. -
Fixed the permission denial for the
CREATE DATABASE WITH OWNERstatement. -
Upgraded the
aws_s3extension to version 1.2 to support the export to S3 with the KMS customer managed key. -
Fixed a pgvector compatibility issue with some of the previous generations of DB instances, such as m4.
This version also includes the following extension updates:
-
The
aws_s3extension was updated to 1.2. -
The
orafceextension was updated to 4.9.4. -
The
pg_partmanextension was updated to 5.1.0. -
The
pgvectorextension was updated to 0.7.0. -
The
postgisextension was updated to 3.4.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.2-R3 on Amazon RDS (Deprecated)
PostgreSQL version 16.2-R3 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 16.2 release
New features and enhancements.
-
Fixed a security issue in
pg_repack
PostgreSQL version 16.2-R2 on Amazon RDS (Deprecated)
PostgreSQL version 16.2-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 16.2 release
New features and enhancements.
-
Fixed a bug allowing the querying of the security invoker views as an unprivileged user.
-
Fixed a bug preventing
tds_fdwfrom connecting when TLS is enabled. -
Fixed a bug preventing upgrades to
PostGISversion 3.4.1. -
Fixed an error with the
aws_s3extension when the Region was not provided.
This version also includes the following extension changes:.
-
The
pg_partmanextension was updated to 5.0.1. -
The
pg_tleextension was updated to 1.4.0. -
The
pgactiveextension was updated to 2.1.3. -
The
pgtapextension was updated to 1.3.2. -
The
pgvectorextension was updated to 0.6.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.2 on Amazon RDS (Deprecated)
PostgreSQL version 16.2 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the
PostgreSQL 16.2 release
New features and enhancements
-
Added support for
pg_log_standby_snapshot -
Fixed the multisecond latency on the
aws_lambdacalls -
Fixed a bug preventing the termination of autovacuum
-
Fixed a bug preventing the creation of the
h3extension
This version includes the following changes:
-
The
orafceextension was updated to version 4.9.0. -
The
pg_repackextension was updated to version 1.5.0. -
The
pgactiveextension was updated to version 2.1.2. -
The
pgvectorextension was updated to 0.6.0. -
The
plv8extension was updated to 3.1.10. -
The
PostGISextension was updated to 3.4.1.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.1-R2 on Amazon RDS (Deprecated)
PostgreSQL version 16.1-R2 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the
PostgreSQL 16 release.
New features and enhancements
-
Fixed a crash in
CatalogCacheComputeHashValuewithdblink_connectdue to aNullorinvalidconnection -
Supported the AWS SDK version of the
aws_s3extension -
Fixed the overflow in the
pg_transportextension -
Removed the unsupported shared libraries from the engine binary
This version includes the following changes:
-
The
plrustextension was updated to version 1.2.7. -
The
plv8extension was updated to version 3.1.9.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.1 on Amazon RDS (Deprecated)
PostgreSQL version 16.1 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the
PostgreSQL 16 release.
New features and enhancements
-
The aws-lc now uses a FIPS version.
-
Allow setting TLS 1.3 as the
ssl_min_protocol_versionandssl_max_protocol_version. -
The
pgactiveextension was added. -
The
pglogicalextension was added. -
By default, the
default_toast_compressionDB instance parameter is set tolz4. -
The
rds.rds_superuser_reserved_connectionsparameter has been deprecated in RDS for PostgreSQL version 16. Thereserved_connectionsparameter should be utilized to reserve the number of connection slots. Thereserved_connectionsparameter sets the number of connection slots reserved for roles with thepg_use_reserved_connectionsprivileges.rds_superuseris a member of thepg_use_reserved_connectionsrole by default. For more information, see the PostgreSQL documentation reserved connections.
This version includes the following changes:
-
The
hllextension was updated to version 2.1.8. -
The
oracle_fdwextension was updated to version 2.6.0. -
The
orafceextension was updated to version 4.6.1. -
The
pg_cronextension was updated to version 1.6.1. -
The
pg_partmanextension was updated to version 5.0.0. -
The
pgtapextension was updated to version 1.3.1. -
The
pgvectorextension was updated to version 0.5.1. -
The
plprofilerextension was updated to version 4.2.4. -
The
plrustextension was updated to version 1.2.6. -
The
plv8extension was updated to version 3.1.8. -
The
rdkitextension was updated to version 4.4.0.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16.0 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 16.0 is subject to change.
Note
RDS for PostgreSQL versions 16 RC1, 16 Beta 3, 16 Beta 2, and 16 Beta 1 will not be supported after RDS for PostgreSQL version 16.0 is released in the Preview environment.
PostgreSQL version 16.0 is now available in the Amazon RDS Preview environment. PostgreSQL
version 16 contains several improvements that are described in the PostgreSQL 16
release
This version includes the following changes:
-
The
mysql_fdwextension was updated to version 2.9.1 -
The
pgroutingextension was updated to version 3.5.0 -
The
pgvectorextension was updated to version 0.5.0
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16 RC1 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 16 RC1 is subject to change.
PostgreSQL version 16 RC1 is now available in the Amazon RDS Preview environment. PostgreSQL
version 16 RC1 contains several improvements that are described in the following PostgreSQL
documentation: PostgreSQL
16 RC1 Released
New extensions
-
The
pg_proctabextension was added. -
The
rdkitextension was added. -
The
hllextension was added. -
The
pg_cronextension was added.
This version also includes the following change:
-
The
PostGISextension was updated to version 3.4.0.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16 Beta 3 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 16 beta 3 is subject to change.
PostgreSQL version 16 Beta 3 is now available in the Amazon RDS Preview environment. PostgreSQL
version 16 Beta 3 contains several improvements that are described in the following
PostgreSQL documentation: PostgreSQL 16 Beta 3 Released
New extensions
-
The
h3-pgextension was added. -
The
mysql_fdwextension was added. -
The
oracle_fdwextension was added. -
The
pg_bigmextension was added. -
The
pg_hint_planextension was added. -
The
pgAuditextension was added. -
The
plprofilerextension was added. -
The
plrustextension was added. -
The
plv8extension was added.
This version also includes the following change:
-
The
pg_tleextension was updated to version 1.1.0.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16 Beta 2 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 16 Beta 2 is subject to change.
PostgreSQL version 16 Beta 2 is now available in the Amazon RDS Preview environment.
PostgreSQL version 16 Beta 2 contains several improvements that are described in the following PostgreSQL documentation:
PostgreSQL 16 Beta 2 Released
New extensions
-
The
aws_commonsextension was added. -
The
aws_lambdaextension was added. -
The
aws_s3extension was added. -
The
hypopgextension was added. -
The
orafceextension was added.
This version also includes the following change:
-
pgvectorwas updated to version 0.4.4
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL version 16 Beta 1 in the Amazon RDS Preview environment
Note
The preview documentation for Amazon RDS PostgreSQL version 16 Beta 1 is subject to change.
PostgreSQL version 16 Beta 1 is now available in the Amazon RDS Preview environment.
PostgreSQL version 16 Beta 1 contains several improvements that are described in the following PostgreSQL documentation:
PostgreSQL 16 Beta 1 Released
The following extensions supported in Amazon RDS PostgreSQL version 15 aren't supported for Amazon RDS PostgreSQL version 16 Beta 1 in preview:
-
aws_commons -
aws_lambda -
aws_s3 -
hll -
hypoPG -
mysql_fdw -
oracle_fdw -
orafce -
pg_bigm -
pg_cron -
pg_proctab -
pgaudit -
pghintplan -
pglogical -
plprofiler -
plrust -
plv8 -
rdkit
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 16.
PostgreSQL 15 versions (Some of these versions have reached the end of standard support or deprecated.)
Minor versions
PostgreSQL version 15.19 on Amazon RDS
PostgreSQL version 15.19 is now available on Amazon RDS. This release contains fixes for critical
Common Vulnerabilities and Exposures (CVE) and improvements announced in the PostgreSQL 15.19 release
This version also includes the following extension changes:
-
The
pglogicalextension was updated to version 2.4.8.
PostgreSQL version 15.18-R2 on Amazon RDS
PostgreSQL version 15.18-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL
announced in the PostgreSQL 15.18 release
Fixes and improvements
-
Fixed performance issues on x86_64 type instances.
PostgreSQL version 15.18 on Amazon RDS
PostgreSQL version 15.18 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.18 release
General enhancements
-
Fixed
pgactiveextension unavailability issue during TRUNCATE operations. -
Enabled SET for the parameter 'plv8.memory_limit'.
-
Added support for auto_explain Configuration Parameters (auto_explain.log_wal, auto_explain.log_settings, auto_explain.log_level) in Amazon RDS PostgreSQL version 15 DB parameter groups.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.8. -
The
PostGISextension was updated to version 3.4.6, and the following dependencies were updated:-
PROJ_DATA was updated to version 1.24.
-
-
The
pg_partmanextension was updated to version 5.4.3. -
The
pgcollectionextension was updated to version 1.1.1. -
The
pgvectorextension was updated to version 0.8.2. -
The
pgtapextension was updated to version 1.3.4.
PostgreSQL version 15.17-R2 on Amazon RDS
PostgreSQL version 15.17-R2 is now available on Amazon RDS. This release contains several security fixes and improvements,
including a fix for the pgvector vulnerability CVE-2026-3172
This version also includes the following extension changes:
-
The
postgisextension was updated to version 3.4.6.
PostgreSQL version 15.17 on Amazon RDS
PostgreSQL version 15.17 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.17 release
PostgreSQL version 15.16 on Amazon RDS
PostgreSQL version 15.16 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.16 release
General enhancements
-
Improved stability and reliability for database operations.
-
Enhanced data collection capabilities.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.7. -
The
pglogicalextension was updated to version 2.4.6. -
The
pg_hint_planextension was updated to version 1.5.3. -
The
orafceextension was updated to version 4.16.3. -
The
pg_bigmextension was updated to version 1.2-20250903. -
The
pg_cronextension was updated to version 1.6.7. -
The
hypopgextension was updated to version 1.4.2. -
The
tds_fdwextension was updated to version 2.0.5. -
The
pg_repackextension was updated to version 1.5.3. -
The
pgvectorextension was updated to version 0.8.1. -
The
mysql_fdwextension was updated to version 2.9.3. -
The
oracle_fdwextension was updated to version 2.8.0.
PostgreSQL version 15.15 on Amazon RDS
PostgreSQL version 15.15 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.15 release
General enhancements
-
The pgcollection extension is now available for RDS PostgreSQL version 15.15 and above(16.11 and 17.7), providing a memory-optimized data type designed for high-performance use inside PL/pgSQL functions. A collection stores key-value pairs where each key is a unique text string (maximum 32,767 characters) and values can be any PostgreSQL type including composite types, with all elements in a collection required to be of the same type. Collections maintain entries in creation order and can hold an unlimited number of elements constrained only by available database memory, with a maximum persisted size of 1GB when stored as a table column.
This version also includes the following extension changes:
-
The
pg_tleextension was updated to version 1.5.2. -
The
h3-pgextension was updated to version 4.2.3.
PostgreSQL version 15.14-R2 on Amazon RDS
PostgreSQL version 15.14-R2 is now available on Amazon RDS.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 15.14 on Amazon RDS
PostgreSQL version 15.14 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.14 release
General enhancements
-
Grant rds_superuser access to pg_wal_pause / pg_wal_replay functions to perform logical upgrades and verification/validation.
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.2. -
The
oracle_fdwextension was updated to version 2.8.0. -
The
pgactiveextension was updated to version 2.1.5.
PostgreSQL version 15.13-R2 on Amazon RDS
PostgreSQL version 15.13-R2 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 15.13 on Amazon RDS
PostgreSQL version 15.13 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 15.13 release
General enhancements
-
Fixed for the
address_standardizer_data_usextension issue regarding ALTER EXTENSION UPDATE failure. -
Changed the Oracle client library version on x86 to 19.26.0.0.0.
-
Fixed the
pgactiveextension unable to upgrade issue due to incorrect extension upgrade scripts which causes replication to break after engine upgrade.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.1. -
The
pglogicalextension was updated to version 2.4.5. -
The
PgAuditextension was updated to version 1.7.1. -
The
RDKitextension was updated to version 2024_09_6.
PostgreSQL version 15.12-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.12-R2 is now available on Amazon RDS.
Fixes and improvements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 15.12 on Amazon RDS (Deprecated)
PostgreSQL version 15.12 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced
in the PostgreSQL 15.12 release
PostgreSQL version 15.11 on Amazon RDS (Deprecated)
PostgreSQL version 15.11 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.11 release
New features and enhancements.
-
In Blue/Green deployments, creating or modifying temporary objects is no longer classified as restricted DDL.
-
Resolved an issue where DVB returned duplicate rows during slow vacuum analysis.
-
Resolved CVE RUSTSEC-2024-0421 by upgrading URL Rust crate to 2.5.4. For more information, see RUSTSEC-2024-0421
. -
Applied Promise.any error allocation fix for V8 9.7.37, PLV8 3.1.10.
This version also includes the following extension changes:.
-
The
rds_toolsextension was updated to 1.9. -
The
orafceextension was updated to 4.14.0. -
The
pg_cronextension was updated to 1.6.5. -
The
rdkitextension was updated to 2024_09_3. -
The
pg_activeextension was updated to 2.1.4. -
The
pg_partmanextension was updated to 5.2.4. -
The
prefixextension was updated to 1.2.10.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.10-R3 on Amazon RDS (Deprecated)
PostgreSQL version 15.10-R3 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
PostgreSQL version 15.10-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.10-R2 is now available on Amazon RDS. This release fix for PLV8 CVE-2022-4174
PostgreSQL version 15.10 on Amazon RDS (Deprecated)
PostgreSQL version 15.10 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 15.10 release
PostgreSQL version 15.9 on Amazon RDS (Deprecated)
PostgreSQL version 15.9 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in PostgreSQL 15.9
New features
-
Starting in RDS for PostgreSQL versions 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21, some connection slots are reserved for the new
rds_reservedrole, which is granted to Amazon RDS administrative users. The number of reserved connection slots is determined by therds.rds_reserved_connectionsparameter . You may need to adjust the value of themax_connectionsparameter to account for the number of Amazon RDS reserved connection slots.The
rds_reservedrole is a new predefined role created by Amazon RDS. Predefined roles and their privileges can't be changed. You can't drop, rename, or modify privileges for these predefined roles. Attempting to modify a predefined role results in an error. -
Unblocked
ALTER TEMP TABLEandDROP TEMP TABLEin Blue/Green replication. -
Added the
rds_tools.pg_ls_multixactdir()function forpg_multixactto monitor the directory disk space usage.
Updated features
-
The
oracle_fdwextension was updated to version 2.7.0. -
The
orafceextension was updated to version 4.13.4. -
The
pg_cronextension was updated to version 1.6.4. -
The
pg_hint_planextension was updated to version 1.5.2. -
The
pgvectorextension was updated to version 0.8.0. -
The
plprofilerextension was updated to version 4.2.5. -
The
PostGISextension was updated to version 3.4.3. -
The
rdkitextension was updated to version 4.6.1. -
The
rds_toolsextension was updated to version 1.7. -
The
tds_fdwextension was updated to version 2.0.4.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.8-R3 on Amazon RDS (Deprecated)
PostgreSQL version 15.8-R3 is now available on Amazon RDS. This release contains fix for CVE-2022-4174
PostgreSQL version 15.8-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.8-R2 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 15.8 release
PostgreSQL version 15.8 on Amazon RDS (Deprecated)
PostgreSQL version 15.8 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.8 release
New features and enhancements
-
Delegated extension role was added.
This version also includes the following extension updates:
-
The
hypopgextension was updated to 1.4.1. -
The
mysql_fdwextension was updated to 2.9.2. -
The
orafceextension was updated to 4.10.3. -
The
pg_cronextension was updated to 1.6.3. -
The
pgTAPextension was updated to 1.3.3. -
The
pgvectorextension was updated to 0.7.3. -
The
rdkitextension was updated to 4.5.0 (Release 2024_03_5). -
The
wal2jsonextension was updated to 2.6.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.7-R4 on Amazon RDS (Deprecated)
PostgreSQL version 15.7-R4 is now available on Amazon RDS. This release contains fixes for
CVE-2022-4174
PostgreSQL version 15.7-R3 on Amazon RDS (Deprecated)
PostgreSQL version 15.7-R3 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 15.7 release
PostgreSQL version 15.7-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.7-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the PostgreSQL 15.7 release
New features and enhancements
-
Includes support for four new crates in PL/Rust, including:
regexserdeserde_jsonurl
-
Fixed a security issue in
pg_repack -
Fixed a performance issue in
pgvectorfor index creation on halfvec data type -
Fixed a bug in
aws_s3causing import queries to occasionally get stuck and fail to terminate
PostgreSQL version 15.7 on Amazon RDS (Deprecated)
PostgreSQL version 15.7 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.7 release
New features and enhancements
-
The blue/green deployment switchover won’t be blocked by the
REFRESH MATERIALIZED VIEWstatement. -
Fixed the permission denial for the
CREATE DATABASE WITH OWNERstatement. -
Upgraded the
aws_s3extension to version 1.2 to support the export to S3 with the KMS customer managed key. -
Fixed a pgvector compatibility issue with some of the previous generations of DB instances, such as m4.
This version also includes the following extension updates:
-
The
aws_s3extension was updated to 1.2. -
The
orafceextension was updated to 4.9.4. -
The
pg_hint_planextension was updated to 1.5.1. -
The
pg_partmanextension was updated to 5.1.0. -
The
pgvectorextension was updated to 0.7.0. -
The
postgisextension was updated to 3.4.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.6-R3 on Amazon RDS (Deprecated)
PostgreSQL version 15.6-R3 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.6 release
New features and enhancements
-
Fixed a security issue in
pg_repack
PostgreSQL version 15.6-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.6-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.6 release
New features and enhancements.
-
Fixed a bug allowing the querying of the security invoker views as an unprivileged user.
-
Fixed a bug preventing upgrades to
PostGISversion 3.4.1. -
Fixed an error with the
aws_s3extension when the Region was not provided.
This version also includes the following extension changes:
-
The
pg_partmanextension was updated to version 5.0.1. -
The
pg_tleextension was updated to version 1.4.0. -
The
pgactiveextension was updated to version 2.1.3. -
The
pgtapextension was updated to version 1.3.2. -
The
pgvectorextension was updated to version 0.6.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.6 on Amazon RDS (Deprecated)
PostgreSQL version 15.6 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.6 release
New features and enhancements
-
Fixed the multisecond latency on the
aws_lambdacalls -
Fixed a bug preventing the termination of autovacuum
This version includes the following changes:
-
The
orafceextension was updated to version 4.9.0. -
The
pgactiveextension was updated to version 2.1.2. -
The
pgvectorextension was updated to 0.6.0. -
The
plv8extension was updated to 3.1.10. -
The
PostGISextension was updated to 3.4.1.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.5-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.5-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.5 release
New features and enhancements
-
Fixed a crash in
CatalogCacheComputeHashValuewithdblink_connectdue to aNullorinvalidconnection. -
Backported run_as_owner to RPG 15:
-
Backported a security fix for the logical replication apply worker that allows regular table owners to obtain privilege escalation to the subscription owner (an rds_superuser). The logical apply worker mitigates the risk by temporarily switching the role from the subscription owner to the table owner during logical apply.
In the cases of potential security breaches, the fix will break your existing logical replication if any table in the subscription is owned by a regular user, and there are security-restricted operations attached to the table via triggers or default expressions. We recommend that you carefully examine the operations attached to the table if you notice the logical replication is broken after the upgrade. If all of the operations are as expected and you wish to revert the behavior of the logical replication so your application can continue, you can do so by setting the new parameter
rds.run_logical_replication_as_subscription_ownerto true. Be aware that by doing so your logical replication will be vulnerable to the aforementioned security risk again.
-
-
Added
rds.run_logical_replication_as_subscription_ownerto the Amazon RDS parameter group. -
Supported the AWS SDK version of the
aws_s3extension. -
Fixed the overflow in the
pg_transportextension. -
Removed the unsupported shared libraries from the engine binary.
This version includes the following changes:
-
The
plrustextension was updated to version 1.2.7. -
The
plv8extension was updated to version 3.1.9.
PostgreSQL version 15.5 on Amazon RDS (Deprecated)
PostgreSQL version 15.5 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.5 release
New features and enhancements
-
Fixed a bug where
pg_database_size()with an invalid OID causes a crash. -
Added support for the
rds.enable_pgactiveparameter in rdsutils to avoid the warning message. -
Exposed RDKit guc param
rdkit.morgan_fp_size. -
Fixed the bug where setting
TABLESPACEwithDEFAULToption inCREATEorALTER DATABASEfails.
This version includes the following changes:
-
The
h3-pgextension was updated to version 4.1.3. -
The
hllextension was updated to version 2.18. -
The
oracle_fdwextension was updated to version 2.6.0. -
The
orafceextension was updated to version 4.6.1. -
The
pg_cronextension was updated to version 1.6.1. -
The
pg_partmanextension was updated to version 5.0.0. -
The
pg_proctabextension was updated to version 0.0.10. -
The
pgactiveextension was updated to version 2.1.1. -
The
pgtapextension was updated to version 1.3.1. -
The
plprofilerextension was updated to version 4.2.4. -
The
plrustextension was updated to version 1.2.6. -
The
PostGISextension was updated to version 3.4.0. -
The
rdkitextension was updated to version 4.4.0.
PostgreSQL version 15.4-R3 on Amazon RDS (Deprecated)
PostgreSQL version 15.4-R3 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 15.4
release
This version includes the following changes:
-
Bug and security fixes for pgactive.
-
The
pgvectorextension was updated to version 0.5.1.
PostgreSQL version 15.4-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.4-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.4 release
New features and enhancements
-
Fixed a bug preventing database owners without the
rds_superuserrole from being able to create tables in the public schema. -
The
pgactiveextension was added. -
A new
rds.cte_materialize_modeparameter was introduced which controls the materialization behavior of the query of aWITHclause, also known as a Common Table Expression. SeeWITHQueriesfor more information. The parameter values include the following: -
default: The
WITHclause will be treated using the engine's default behavior. -
always: The full output of the query in the
WITHclause will be materialized and the output reused in the outer query. -
never: The query in the
WITHclause will be inlined with the outer query if possible. This parameter will also override theMATERIALIZEDandNOT MATERIALIZEDkeywords supplied to theWITHclause.
-
This version also includes the following changes:
-
The
mysql_fdwextension was updated to version 2.9.1. -
The
pgvectorextension was updated to version 0.5.0. -
The
plrustextension was updated to version 1.2.5. -
The
plv8extension was updated to version 3.1.8. -
The
rdkitextension was updated to version 4.3.0.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.4 on Amazon RDS (Deprecated)
PostgreSQL version 15.4 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.4 release
New features and enhancements
-
Fixed a bug preventing users with the
rds_superuserrole from creating schemas in databases owned by other users. -
Users with the
rds_superuserrole can now access toast tables in thepg_toast schemathat are owned by other users. -
Fixed an issue where
ALTER TABLEtook a ShareLock and may cause deadlocks.
This version also includes the following changes:
-
The
hypopgextension was updated to version 1.4.0. -
The
orafceextension was updated to version 4.3.0. -
The
pg_tleextension was updated to version 1.1.1. -
The
pglogicalextension was updated to version 2.4.3. -
The
plrustextension was updated to version 1.2.3. -
The
PostGISextension was updated to version 3.3.3.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.3-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.3-R2 is now available on Amazon RDS. This release contains logical
replication for Multi-AZ DB clusters, improved plrust performance, and an
update to pgvector.
New features and enhancements
-
Improves the performance of
plrust -
Fixed a Patroni 2.1.7 restart issue and instead enables replication slot from the disk
This version also includes the following changes:
-
The
pgvectorextension was updated to version 0.4.4. -
The
plrustextension was updated to version 1.1.3.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.3 on Amazon RDS (Deprecated)
PostgreSQL version 15.3 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.3
release
New features and enhancements
-
Includes changes to allow
rds-superuserto run thepg_stat_reset_slrufunction -
Fixed a security issue involving
rds_sec_overridewhich wasn't reset after the intended usage, allowing unauthorized access to restricted tables -
Added the
hypopgextension at version 1.3.1 -
You can use logical_seed_lsn to determine the LSN at which a snapshot is taken in order to establish logical replication connection between the source and the restored target database. You can then use logical replication to continuously stream the newer data recorded after the LSN and synchronize the changes from publisher to subscriber. Specifically, it allows the customer to create a logical slot on a source RDS database, take a snapshot, restore the snapshot to a new RDS instance (target), and use the value of logical_seed_lsn() from the target instance to advance the logical slot on the source instance in order to subscribe the target to the source.
This version also includes the following changes:
-
compat-collation-for-glibcwas updated to version 1.8. -
libgeoswas updated to version 3.11.2. -
The
pg_cronextension was updated to version 1.5.2. -
The
pg_partmanextension was updated to version 4.7.3. -
The
pg_tleextension was updated to version 1.0.4. -
The
plrustextension was updated to version 1.1.1. -
The
plv8extension was updated to version 3.1.6. -
The
PostGISextension was updated to version 3.3.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.2-R2 on Amazon RDS (Deprecated)
PostgreSQL version 15.2-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 15.2 release
New extensions
-
The
pgvectorextension was added. -
The
plrustextension was added.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL version 15.2 on Amazon RDS (Deprecated)
PostgreSQL version 15.2 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 15.2
release
New features and enhancements
-
The archive library
rds_archiveis now used for archiving WAL files instead ofarchive_command. -
The
lz4andzstdWAL compression methods are now supported. -
By default, the
default_toast_compressionDB instance parameter is set tolz4.
New extensions
-
The
pg_walinspectextension version 1.0 was added.
This version also includes the following changes:
-
The
btree_gistextension was updated to version 1.7. -
The
hllextension was updated to version 2.17. -
The
mysql_fdwextension was updated to version 2.9.0. -
The
pageinspectextension was updated to version 1.11. -
The
pg_hint_planextension was updated to version 1.5.0. -
The
pg_repackextension was updated to version 1.4.8. -
The
pg_stat_statementsextension was updated to version 1.10. -
The
pgauditextension was updated to version 1.7.0. -
The
pglogicalextension was updated to version 2.4.2. -
The
pgroutingextension was updated to version 3.4.1. -
The
pllcoffeeextension was updated to version 3.1.4. -
The
pllsextensionwas updated to version 3.1.4. -
The
plprofilerextension was updated to version 4.2.1. -
The
plv8extension was updated to version 3.1.4. -
The
PostGISextension was updated to version 3.3.2. -
The
tds_fdwextension was updated to version 2.0.3.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 15.
PostgreSQL 14 versions (Some of these versions have reached the end of standard support or deprecated.)
Minor versions
PostgreSQL version 14.24 on Amazon RDS
PostgreSQL version 14.24 is now available on Amazon RDS. This release contains fixes for critical
Common Vulnerabilities and Exposures (CVE) and improvements announced in the PostgreSQL 14.24 release
This version also includes the following extension changes:
-
The
pglogicalextension was updated to version 2.4.8.
PostgreSQL version 14.23-R2 on Amazon RDS
PostgreSQL version 14.23-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL
announced in the PostgreSQL 14.23 release
Fixes and improvements
-
Fixed performance issues on x86_64 type instances.
PostgreSQL version 14.23 on Amazon RDS
PostgreSQL version 14.23 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.23 release
General enhancements
-
Fixed
pgactiveextension unavailability issue during TRUNCATE operations. -
Enabled SET for the parameter 'plv8.memory_limit'.
-
Added support for auto_explain Configuration Parameters (auto_explain.log_wal, auto_explain.log_settings, auto_explain.log_level) in Amazon RDS PostgreSQL version 14 DB parameter groups.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.8. -
The
PostGISextension was updated to version 3.4.6, and the following dependencies were updated:-
PROJ_DATA was updated to version 1.24.
-
-
The
pg_partmanextension was updated to version 5.4.3. -
The
pgvectorextension was updated to version 0.8.2. -
The
pgtapextension was updated to version 1.3.4.
PostgreSQL version 14.22-R2 on Amazon RDS
PostgreSQL version 14.22-R2 is now available on Amazon RDS. This release contains several security fixes and improvements,
including a fix for the pgvector vulnerability CVE-2026-3172
This version also includes the following extension changes:
-
The
postgisextension was updated to version 3.4.6.
PostgreSQL version 14.22 on Amazon RDS
PostgreSQL version 14.22 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.22 release
PostgreSQL version 14.21 on Amazon RDS
PostgreSQL version 14.21 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.21 release
General enhancements
-
Improved stability and reliability for database operations.
-
Enhanced data collection capabilities.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.7. -
The
pglogicalextension was updated to version 2.4.6. -
The
pg_hint_planextension was updated to version 1.4.4. -
The
orafceextension was updated to version 4.16.3. -
The
pg_bigmextension was updated to version 1.2-20250903. -
The
pg_cronextension was updated to version 1.6.7. -
The
hypopgextension was updated to version 1.4.2. -
The
tds_fdwextension was updated to version 2.0.5. -
The
pg_repackextension was updated to version 1.5.3. -
The
pgvectorextension was updated to version 0.8.1. -
The
mysql_fdwextension was updated to version 2.9.3. -
The
oracle_fdwextension was updated to version 2.8.0.
PostgreSQL version 14.20-R2 on Amazon RDS
PostgreSQL version 14.20-R2 is now available on Amazon RDS.
This version also includes the following changes:
-
Fixed an issue on the plv8 extension regarding CREATE EXTENSION failure on older version.
PostgreSQL version 14.20 on Amazon RDS
PostgreSQL version 14.20 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.20 release
General enhancements
This version also includes the following extension changes:
-
The
pg_tleextension was updated to version 1.5.2. -
The
h3-pgextension was updated to version 4.2.3.
PostgreSQL version 14.19-R2 on Amazon RDS
PostgreSQL version 14.19-R2 is now available on Amazon RDS.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 14.19 on Amazon RDS
PostgreSQL version 14.19 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.19 release
General enhancements
-
Grant rds_superuser access to pg_wal_pause / pg_wal_replay functions to perform logical upgrades and verification/validation.
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.2. -
The
oracle_fdwextension was updated to version 2.8.0. -
The
pgactiveextension was updated to version 2.1.5.
PostgreSQL version 14.18-R2 on Amazon RDS
PostgreSQL version 14.18-R2 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 14.18 on Amazon RDS
PostgreSQL version 14.18 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 14.18 release
General enhancements
-
Fixed for the
address_standardizer_data_usextension issue regarding ALTER EXTENSION UPDATE failure. -
Changed the Oracle client library version on x86 to 19.26.0.0.0.
-
Fixed the
pgactiveextension unable to upgrade issue due to incorrect extension upgrade scripts which causes replication to break after engine upgrade.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.1. -
The
pglogicalextension was updated to version 2.4.5. -
The
PgAuditextension was updated to version 1.6.3. -
The
RDKitextension was updated to version 2024_09_6.
PostgreSQL version 14.17-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.17-R2 is now available on Amazon RDS.
Fixes and improvements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 14.17 on Amazon RDS (Deprecated)
PostgreSQL version 14.17 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL
announced in the PostgreSQL 14.17 release
PostgreSQL version 14.16 on Amazon RDS (Deprecated)
PostgreSQL version 14.16 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 14.16 release
New features and enhancements.
-
In Blue/Green deployments, creating or modifying temporary objects is no longer classified as restricted DDL.
-
Resolved an issue where DVB returned duplicate rows during slow vacuum analysis.
-
Resolved CVE RUSTSEC-2024-0421 by upgrading URL Rust crate to 2.5.4. For more information, see RUSTSEC-2024-0421
. -
Applied Promise.any error allocation fix for V8 9.7.37, PLV8 3.1.10.
This version also includes the following extension changes:.
-
The
rds_toolsextension was updated to 1.9. -
The
orafceextension was updated to 4.14.0. -
The
pg_cronextension was updated to 1.6.5. -
The
rdkitextension was updated to 2024_09_3. -
The
pg_activeextension was updated to 2.1.4. -
The
pg_partmanextension was updated to 5.2.4. -
The
prefixextension was updated to 1.2.10.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.15-R3 on Amazon RDS (Deprecated)
PostgreSQL version 14.15-R3 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
PostgreSQL version 14.15-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.15-R2 is now available on Amazon RDS. This release contains fix for PLV8 CVE-2022-4174
PostgreSQL version 14.15 on Amazon RDS (Deprecated)
PostgreSQL version 14.15 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 14.15 release
PostgreSQL version 14.14 on Amazon RDS (Deprecated)
PostgreSQL version 14.14 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in PostgreSQL 14.14
New features
-
Starting in RDS for PostgreSQL versions 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21, some connection slots are reserved for the new
rds_reservedrole, which is granted to Amazon RDS administrative users. The number of reserved connection slots is determined by therds.rds_reserved_connectionsparameter . You may need to adjust the value of themax_connectionsparameter to account for the number of Amazon RDS reserved connection slots.The
rds_reservedrole is a new predefined role created by Amazon RDS. Predefined roles and their privileges can't be changed. You can't drop, rename, or modify privileges for these predefined roles. Attempting to modify a predefined role results in an error. -
Unblocked
ALTER TEMP TABLEandDROP TEMP TABLEin Blue/Green replication. -
Added the
rds_tools.pg_ls_multixactdir()function forpg_multixactto monitor the directory disk space usage. -
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
Updated features
-
The
oracle_fdwextension was updated to version 2.7.0. -
The
orafceextension was updated to version 4.13.4. -
The
pg_cronextension was updated to version 1.6.4. -
The
pg_hint_planextension was updated to version 1.4.3 -
The
pgvectorextension was updated to version 0.8.0. -
The
plprofilerextension was updated to version 4.2.5. -
The
PostGISextension was updated to version 3.4.3. -
The
rdkitextension was updated to version 4.6.1. -
The
rds_toolsextension was updated to version 1.7. -
The
tds_fdwextension was updated to version 2.0.4.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.13-R3 on Amazon RDS (Deprecated)
PostgreSQL version 14.13-R3 is now available on Amazon RDS. This release contains fixes for
CVE-2022-4174
PostgreSQL version 14.13-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.13-R2 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.13 release
New features and enhancements
-
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
PostgreSQL version 14.13 on Amazon RDS (Deprecated)
PostgreSQL version 14.13 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.13 release
New features and enhancements
-
Delegated extension role was added.
This version also includes the following extension updates:
-
The
hypopgextension was updated to 1.4.1. -
The
mysql_fdwextension was updated to 2.9.2. -
The
orafceextension was updated to 4.10.3. -
The
pg_cronextension was updated to 1.6.3. -
The
pgTAPextension was updated to 1.3.3. -
The
pgvectorextension was updated to 0.7.3. -
The
rdkitextension was updated to 4.5.0 (Release 2024_03_5). -
The
wal2jsonextension was updated to 2.6.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.12-R4 on Amazon RDS (Deprecated)
PostgreSQL version 14.12-R4 is now available on Amazon RDS. This release contains fixes for
CVE-2022-4174
PostgreSQL version 14.12-R3 on Amazon RDS (Deprecated)
PostgreSQL version 14.12-R3 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 14.12 release
New features and enhancements
-
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
PostgreSQL version 14.12-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.12-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the PostgreSQL 14.12 release
New features and enhancements
-
Includes support for four new crates in PL/Rust, including:
regexserdeserde_jsonurl
-
Fixed a security exploit issue in
plv8 -
Fixed a security issue in
pg_repack -
Fixed a performance issue in
pgvectorfor index creation on halfvec data type -
Fixed a bug in
aws_s3causing import queries to occasionally get stuck and fail to terminate
This version also includes the following extension changes:.
-
The
plv8extension was updated to 3.1.10.
PostgreSQL version 14.12 on Amazon RDS (Deprecated)
PostgreSQL version 14.12 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.12 release
New features and enhancements
-
The blue/green deployment switchover won’t be blocked by the
REFRESH MATERIALIZED VIEWstatement. -
Fixed the permission denial for the
CREATE DATABASE WITH OWNERstatement. -
Upgraded the
aws_s3extension to version 1.2 to support the export to S3 with the KMS customer managed key. -
Fixed a pgvector compatibility issue with some of the previous generations of DB instances, such as m4.
This version also includes the following extension updates:
-
The
aws_s3extension was updated to 1.2. -
The
orafceextension was updated to 4.9.4. -
The
pg_hint_planextension was updated to 1.4.2. -
The
pg_partmanextension was updated to 5.1.0. -
The
pgvectorextension was updated to 0.7.0. -
The
postgisextension was updated to 3.4.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.11-R4 on Amazon RDS (Deprecated)
PostgreSQL version 14.11-R4 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 14.11 release
New features and enhancements
-
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
PostgreSQL version 14.11-R3 on Amazon RDS (Deprecated)
PostgreSQL version 14.11-R3 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 14.11 release
New features and enhancements
-
Fixed a security exploit issue in
plv8 -
Fixed a security issue in
pg_repack
This version also includes the following extension change:
-
The
plv8extension was updated to 3.1.10.
PostgreSQL version 14.11-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.11-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 14.11 release
New features and enhancements.
-
Fixed a bug preventing upgrades to
PostGISversion 3.4.1. -
Fixed an error with the
aws_s3extension when the Region was not provided.
This version also includes the following extension changes:
-
The
pg_partmanextension was updated to version 5.0.1. -
The
pg_tleextension was updated to version 1.4.0. -
The
pgactiveextension was updated to version 2.1.3. -
The
pgtapextension was updated to version 1.3.2. -
The
pgvectorextension was updated to version 0.6.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.11 on Amazon RDS (Deprecated)
PostgreSQL version 14.11 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the
PostgreSQL 14.11 release.
New features and enhancements
-
Fixed the multisecond latency on the
aws_lambdacalls -
Fixed a bug preventing the termination of autovacuum
This version includes the following changes:
-
The
orafceextension was updated to version 4.9.0. -
The
pg_cronextension was updated to version 1.6.2. -
The
pgactiveextension was updated to version 2.1.2. -
The
pgvectorextension was updated to 0.6.0. -
The
PostGISextension was updated to 3.4.1.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.10-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.10-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 14.10 release
New features and enhancements
-
Fixed a crash in
CatalogCacheComputeHashValuewithdblink_connectdue to aNullorinvalidconnection. -
Backported run_as_owner to RPG 14
-
Backported a security fix for the logical replication apply worker that allows regular table owners to obtain privilege escalation to the subscription owner (an rds_superuser). The logical apply worker mitigates the risk by temporarily switching the role from the subscription owner to the table owner during logical apply.
In the cases of potential security breaches, the fix will break your existing logical replication if any table in the subscription is owned by a regular user, and there are security-restricted operations attached to the table via triggers or default expressions. We recommend that you carefully examine the operations attached to the table if you notice the logical replication is broken after the upgrade. If all of the operations are as expected and you wish to revert the behavior of the logical replication so your application can continue, you can do so by setting the new parameter
rds.run_logical_replication_as_subscription_ownerto true. Be aware that by doing so your logical replication will be vulnerable to the aforementioned security risk again.
-
-
Added
rds.run_logical_replication_as_subscription_ownerto the Amazon RDS parameter group. -
Supported the AWS SDK version of the
aws_s3extension. -
Fixed the overflow in the
pg_transportextension. -
Removed the unsupported shared libraries from the engine binary.
This version includes the following change:
-
The
plrustextension was updated to version 1.2.7.
PostgreSQL version 14.10 on Amazon RDS (Deprecated)
PostgreSQL version 14.10 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 14.10 release
New features and enhancements
-
Fixed a bug where
pg_database_size()with an invalid OID causes a crash. -
Added support for the
rds.enable_pgactiveparameter in rdsutils to avoid the warning message. -
Exposed RDKit guc param
rdkit.morgan_fp_size. -
Fixed the bug where setting
TABLESPACEwithDEFAULToption inCREATEorALTER DATABASEfails. -
Added the
pgactiveextension.
This version includes the following changes:
-
The
h3-pgextension was updated to version 4.1.3. -
The
hllextension was updated to version 2.18 -
The
oracle_fdwextension was updated to version 2.6.0. -
The
orafceextension was updated to version 4.6.1. -
The
pg_cronextension was updated to version 1.6.1. -
The
pg_partmanextension was updated to version 5.0.0. -
The
pg_proctabextension was updated to version 0.0.10. -
The
pgtapextension was updated to version 1.3.1. -
The
pgvectorextension was updated to version 0.5.1. -
The
plprofilerextension was updated to version 4.2.4. -
The
plrustextension was updated to version 1.2.6. -
The
PostGISextension was updated to version 3.4.0. -
The
rdkitextension was updated to version 4.4.0.
PostgreSQL version 14.9-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.9-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 14.9 release
New features and enhancements
-
A new
rds.cte_materialize_modeparameter was introduced which controls the materialization behavior of the query of aWITHclause, also known as a Common Table Expression. SeeWITHQueriesfor more information. The parameter values include the following: -
default: The
WITHclause will be treated using the engine's default behavior. -
always: The full output of the query in the
WITHclause will be materialized and the output reused in the outer query. -
never: The query in the
WITHclause will be inlined with the outer query if possible. This parameter will also override theMATERIALIZEDandNOT MATERIALIZEDkeywords supplied to theWITHclause.
-
This version also includes the following changes:
-
The
pgvectorextension was updated to version 0.5.0. -
The
plrustextension was updated to version 1.2.5. -
The
rdkitextension was updated to version 4.3.0.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.9 on Amazon RDS (Deprecated)
PostgreSQL version 14.9 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 14.9 release
New features and enhancements
-
A bug was fixed preventing users with the
rds_superuserrole from creating schemas in databases owned by other users. -
Users with the
rds_superuserrole can now access toast tables in thepg_toast schemathat are owned by other users. -
Fixed an issue where
ALTER TABLEtook a ShareLock and may cause deadlocks.
This version also includes the following changes:
-
The
hypopgextension was updated to version 1.4.0. -
The
orafceextension was updated to version 4.3.0. -
The
pg_tleextension was updated to version 1.1.1. -
The
pglogicalextension was updated to version 2.4.3. -
The
plrustextension was added at version 1.2.3. -
The
PostGISextension was updated to version 3.3.3
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.8-R2 on Amazon RDS (Deprecated)
PostgreSQL version 14.8-R2 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 14.8
release
New features and enhancements
-
Fixed a Patroni 2.1.7 restart issue and instead enables replication slot from the disk
This version also includes the following change:
-
The
pgvectorextension was updated to version 0.4.4.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.8 on Amazon RDS (Deprecated)
PostgreSQL version 14.8 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.8
release
New features and enhancements
-
Includes changes to allow rds-superuser to run the
pg_stat_reset_slrufunction -
Fixed a security issue involving
rds_sec_overridewhich wasn't reset after the intended usage, allowing unauthorized access to restricted tables -
Added extension
hypopgversion 1.3.1 -
Added extension
pgvectorversion 0.4.1 -
You can use logical_seed_lsn to determine the LSN at which a snapshot is taken in order to establish logical replication connection between the source and the restored target database. You can then use logical replication to continuously stream the newer data recorded after the LSN and synchronize the changes from publisher to subscriber. Specifically, it allows the customer to create a logical slot on a source RDS database, take a snapshot, restore the snapshot to a new RDS instance (target), and use the value of logical_seed_lsn() from the target instance to advance the logical slot on the source instance in order to subscribe the target to the source.
This version also includes the following changes:
-
compat-collation-for-glibcwas updated to version 1.8. -
The
pg_cronextension was updated to version 1.5.2. -
The
pg_tleextension was updated to version 1.0.4. -
The
pglogicalextension was updated to version 2.4.2. -
The
PostGISextension was updated to version 3.3.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.7 on Amazon RDS (Deprecated)
PostgreSQL version 14.7 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.7
release
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.6 on Amazon RDS (Deprecated)
PostgreSQL version 14.6 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.6
release
New features and enhancements
-
PostgreSQL version 14.6 added support for the
tcn("triggered change notification") extension which generates notification events on table changes via a trigger function calledtriggered_change_notification. The tcn extension is useful for applications using drivers which support asynchronous notification. This makes it possible to notify all clients if the contents of a table have been changed, enabling them to take appropriate action in near-real time, such as updating a table cache or information display.However, such functionality should only be used with care as it makes all data changes on the table available to all clients (including unprivileged users) through the notification events when they listen on the tcn channel. It is the user’s responsibility to avoid using tcn trigger on a table with sensitive data to avoid information leakage.
This version includes the following changes:
-
The
segextension version 1.4 was added. -
The
tcnextension version 1.0 was added. -
The
orafceextension was updated to version 3.24. -
The
pgauditextension was updated to version 1.6.2. -
The
pgtapextension was updated to version 1.2.0. -
The
rdkitextension was updated to version 4.2.0. -
The PostGIS dependency GDAL was updated to version 3.4.3.
-
The
wal2jsonextension was updated to version 2.5. -
The
aws_s3extension was updated to version 1.1.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.5 on Amazon RDS (Deprecated)
PostgreSQL version 14.5 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.5
release
This version includes the following changes:
-
The
PostGISextension was updated to version 3.1.7. -
The
pg_partmanextension was updated to version 4.6.2. -
The
pgroutingextension was updated to version 3.2.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.4 on Amazon RDS (Deprecated)
PostgreSQL version 14.4 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.4
release
New features and enhancements
-
While this release includes other fixes, a noteworthy fix included in this release is for
CREATE INDEX CONCURRENTLYandREINDEX CONCURRENTLYthat can potentially cause silent data corruption of indexes. Amazon RDS has made the fix for the index corruption available since the release of Amazon RDS for PostgreSQL 14.3. This release does not include any RDS specific changes or extension version updates.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.3 on Amazon RDS (Deprecated)
PostgreSQL version 14.3 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 14.3
release
New features and enhancements
-
This release includes Amazon RDS collations designed to help with data migration from EBCDIC-based systems. For more information, see RDS for PostgreSQL collations for EBCDIC and other mainframe migrations.
-
This release includes a fix that was made available in the PostgreSQL out-of-cycle release June 16, 2022
that resolves the CREATE INDEX CONCURRENTLYandREINDEX CONCURRENTLYissue. The issue affects all community PostgreSQL 14 versions prior to 14.4. For information about how to detect and remediate the issue, see PostgreSQL 14 out-of-cycle release June 16, 2022. -
Users with the
rds_superuserrole can now create roles for users.
This version also includes the following changes:
-
The pglogical
extension was updated to version 2.4.1. -
The pg_hint_plan
extension was updated to version 1.4. -
The postgresql-hll
extension was updated to version 2.16.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.2 on Amazon RDS (Deprecated)
PostgreSQL version 14.2 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in PostgreSQL 14.2
This version also includes the following changes:
-
The mysql_fdw
extension version 2.7.0 is added. For more information, see Working with MySQL databases by using the mysql_fdw extension. -
The tds_fdw
extension version 2.0.2 is added. For more information, see Working with SQL Server databases by using the tds_fdw extension in the Amazon RDS User Guide. -
The pgaudit
extension is updated to 1.6.1. For information about using this extension with RDS for PostgreSQL, see Logging at the session and object level with the pgaudit extension. -
The lo
(large objects) module is updated to version 1.1.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL version 14.1 on Amazon RDS (Deprecated)
PostgreSQL version 14.1 is now available on Amazon RDS. This release contains several
improvements that were announced in PostgreSQL 14.1
This version also includes the following changes:
-
The old_snapshot
extension 1.0 is added. If you set old_snapshot_thresholdto a value, this extension lets you map transaction ID to a timestamp. -
The amcheck
extension was updated to version 1.3. -
The btree_gist
extension was updated to version 1.6. -
The cube
extension was updated to version 1.5. -
The hstore
extension was updated to version 1.8. -
The intarray
extension was updated to version 1.5. -
The pageinspect
extension was updated to version 1.9. -
The pg_cron extension was updated to version 1.4
-
The pg_partman extension was updated to version 4.6.0.
-
The pg_repack
extension was updated to version 1.4.7. -
The pg_stat_statements
extension was updated to version 1.9. -
The pg_trgm
extension was updated to version 1.6. -
The pgaudit
extension was updated to version 1.6. -
The pgrouting
extension was updated to version 3.2.0. -
The postgres_fdw
extension was updated to version 1.1.
For information on all extensions, see Extensions supported for RDS for PostgreSQL 14.
PostgreSQL 13 versions (Some of these versions have reached the end of standard support or deprecated.)
Minor versions
PostgreSQL version 13.23-R2 on Amazon RDS (This version has reached the end of standard support.)
PostgreSQL version 13.23-R2 is now available on Amazon RDS.
This version also includes the following changes:
-
Fixed an issue on the plv8 extension regarding CREATE EXTENSION failure on older version.
PostgreSQL version 13.23 on Amazon RDS (This version has reached the end of standard support.)
PostgreSQL version 13.23 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 13.23 release
General enhancements
This version also includes the following extension changes:
-
The
pg_tleextension was updated to version 1.5.2. -
The
h3-pgextension was updated to version 4.2.3.
PostgreSQL version 13.22-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.22-R2 is now available on Amazon RDS.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 13.22 on Amazon RDS (Deprecated)
PostgreSQL version 13.22 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 13.22 release
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.2. -
The
oracle_fdwextension was updated to version 2.8.0. -
The
pgactiveextension was updated to version 2.1.5.
PostgreSQL version 13.21-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.21-R2 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 13.21 on Amazon RDS (Deprecated)
PostgreSQL version 13.21 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 13.21 release
General enhancements
-
Fixed for the
address_standardizer_data_usextension issue regarding ALTER EXTENSION UPDATE failure. -
Changed the Oracle client library version on x86 to 19.26.0.0.0.
-
Fixed the
pgactiveextension unable to upgrade issue due to incorrect extension upgrade scripts which causes replication to break after engine upgrade.
This version also includes the following extension changes:
-
The
pg_repackextension was updated to version 1.5.1. -
The
pglogicalextension was updated to version 2.4.5. -
The
PgAuditextension was updated to version 1.5.3.
PostgreSQL version 13.20-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.20-R2 is now available on Amazon RDS.
Fixes and Improvements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
This version also includes the following extension changes:
-
The
pgactiveextension was updated to version 2.1.6.
PostgreSQL version 13.20 on Amazon RDS (Deprecated)
PostgreSQL version 13.20 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced
in the PostgreSQL 13.20 release
PostgreSQL version 13.19 on Amazon RDS (Deprecated)
PostgreSQL version 13.19 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 13.19 release
New features and enhancements.
-
In Blue/Green deployments, creating or modifying temporary objects is no longer classified as restricted DDL.
-
Resolved an issue where DVB returned duplicate rows during slow vacuum analysis.
-
Resolved CVE RUSTSEC-2024-0421 by upgrading URL Rust crate to 2.5.4. For more information, see RUSTSEC-2024-0421
. -
Applied Promise.any error allocation fix for V8 9.7.37, PLV8 3.1.10.
This version also includes the following extension changes:.
-
The
rds_toolsextension was updated to 1.9. -
The
orafceextension was updated to 4.14.0. -
The
pg_cronextension was updated to 1.6.5. -
The
pg_activeextension was updated to 2.1.4. -
The
prefixextension was updated to 1.2.10.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.18-R3 on Amazon RDS (Deprecated)
PostgreSQL version 13.18-R3 is now available on Amazon RDS.
General enhancements
-
Updated V8 engine to version 11.5.150.2 for the
plv8extension 3.1.10.
PostgreSQL version 13.18-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.18-R2 is now available on Amazon RDS. This release contains fix for CVE-2022-4174
PostgreSQL version 13.18 on Amazon RDS (Deprecated)
PostgreSQL version 13.18 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 13.18 release
PostgreSQL version 13.17 on Amazon RDS (Deprecated)
PostgreSQL version 13.17 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 13.17 release
New features
-
Starting in RDS for PostgreSQL versions 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21, some connection slots are reserved for the new
rds_reservedrole, which is granted to Amazon RDS administrative users. The number of reserved connection slots is determined by therds.rds_reserved_connectionsparameter . You may need to adjust the value of themax_connectionsparameter to account for the number of Amazon RDS reserved connection slots.The
rds_reservedrole is a new predefined role created by Amazon RDS. Predefined roles and their privileges can't be changed. You can't drop, rename, or modify privileges for these predefined roles. Attempting to modify a predefined role results in an error. -
Unblocked
ALTER TEMP TABLEandDROP TEMP TABLEin Blue/Green replication. -
Added the
rds_tools.pg_ls_multixactdir()function forpg_multixactto monitor the directory disk space usage. -
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
Updated features
-
The
oracle_fdwextension was updated to version 2.7.0. -
The
orafceextension was updated to version 4.13.4. -
The
pg_cronextension was updated to version 1.6.4. -
The
pg_hint_planextension was updated to version 1.3.10. -
The
pgvectorextension was updated to version 0.8.0. -
The
plprofilerextension was updated to version 4.2.5. -
The
PostGISextension was updated to version 3.4.3. -
The
rds_toolsextension was updated to version 1.7. -
The
tds_fdwextension was updated to version 2.0.4.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.16-R3 on Amazon RDS (Deprecated)
PostgreSQL version 13.16-R3 is now available on Amazon RDS. This release contains fixes for CVE-2022-4174
PostgreSQL version 13.16-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.16-R2 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 13.16 release
New features and enhancements
-
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
PostgreSQL version 13.16 on Amazon RDS (Deprecated)
PostgreSQL version 13.16 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 13.16 release
New features and enhancements
-
Delegated extension role was added.
This version also includes the following extension updates:
-
The
hypopgextension was updated to 1.4.1. -
The
mysql_fdwextension was updated to 2.9.2. -
The
orafceextension was updated to 4.10.3. -
The
pg_cronextension was updated to 1.6.3. -
The
pgTAPextension was updated to 1.3.3. -
The
pgvectorextension was updated to 0.7.3. -
The
wal2jsonextension was updated to 2.6.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.15-R4 on Amazon RDS (Deprecated)
PostgreSQL version 13.15-R4 is now available on Amazon RDS. This release contains fixed for CVE-2022-4174
PostgreSQL version 13.15-R3 on Amazon RDS (Deprecated)
PostgreSQL version 13.15-R3 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 13.15 release
New features and enhancements
-
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
PostgreSQL version 13.15-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.15-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the PostgreSQL 13.15 release
New features and enhancements
-
Includes support for four new crates in PL/Rust, including:
regexserdeserde_jsonurl
-
Fixed a security exploit issue in
plv8 -
Fixed a security issue in
pg_repack -
Fixed a performance issue in
pgvectorfor index creation on halfvec data type -
Fixed a bug in
aws_s3causing import queries to occasionally get stuck and fail to terminate -
Fixed a performance issue in
aws_s3andaws_lambda
This version also includes the following extension change:
-
The
plv8extension was updated to 3.1.10.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.15 on Amazon RDS (Deprecated)
PostgreSQL version 13.15 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the PostgreSQL 13.15 release
New features and enhancements
-
The blue/green deployment switchover won’t be blocked by the
REFRESH MATERIALIZED VIEWstatement. -
Fixed the permission denial for the
CREATE DATABASE WITH OWNERstatement. -
Upgraded the
aws_s3extension to version 1.2 to support the export to S3 with the KMS customer managed key. -
Fixed a pgvector compatibility issue with some of the previous generations of DB instances, such as m4.
This version also includes the following extension updates:
-
The
aws_s3extension was updated to 1.2. -
The
orafceextension was updated to 4.9.4. -
The
pg_hint_planextension was updated to 1.3.9. -
The
pgvectorextension was updated to 0.7.0. -
The
postgisextension was updated to 3.4.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.14-R4 on Amazon RDS (Deprecated)
PostgreSQL version 13.14-R4 is now available on Amazon RDS. This release contains several fixes
and improvements for PostgreSQL announced in the PostgreSQL 13.14 release
New features and enhancements
-
Fixed potential incompatibilities in the
plv8extension occurring after database upgrades.
PostgreSQL version 13.14-R3 on Amazon RDS (Deprecated)
PostgreSQL version 13.14-R3 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 13.14 release
New features and enhancements
-
Fixed a security exploit issue in
plv8 -
Fixed a security issue in
pg_repack
This version also includes the following extension change:
-
The
plv8extension was updated to 3.1.10.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.14-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.14-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 13.14 release
New features and enhancements
-
Fixed a bug preventing upgrades to
PostGISversion 3.4.1.
This version also includes the following extension changes:
-
The
pg_partmanextension was updated to version 4.5.1. -
The
pg_tleextension was updated to version 1.4.0. -
The
pgactiveextension was updated to version 2.1.3. -
The
pgtapextension was updated to version 1.3.2. -
The
pgvectorextension was updated to version 0.6.2.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.14 on Amazon RDS (Deprecated)
PostgreSQL version 13.14 is now available on Amazon RDS. This release contains several fixes and
improvements for PostgreSQL announced in the
PostgreSQL 13.14 release.
New features and enhancements
-
Fixed the multisecond latency on the
aws_lambdacalls -
Fixed a bug preventing the termination of autovacuum
This version includes the following changes:
-
The
orafceextension was updated to version 4.9.0. -
The
pg_cronextension was updated to version 1.6.2. -
The
pgactiveextension was updated to version 2.1.2. -
The
pgvectorextension was updated to 0.6.0. -
The
PostGISextension was updated to 3.4.1.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.13-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.13-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 13.13 release
New features and enhancements
-
Fixed a crash in
CatalogCacheComputeHashValuewithdblink_connectdue to aNullorinvalidconnection. -
Backported run_as_owner to RPG 13:
-
Backported a security fix for the logical replication apply worker that allows regular table owners to obtain privilege escalation to the subscription owner (an rds_superuser). The logical apply worker mitigates the risk by temporarily switching the role from the subscription owner to the table owner during logical apply.
In the cases of potential security breaches, the fix will break your existing logical replication if any table in the subscription is owned by a regular user, and there are security-restricted operations attached to the table via triggers or default expressions. We recommend that you carefully examine the operations attached to the table if you notice the logical replication is broken after the upgrade. If all of the operations are as expected and you wish to revert the behavior of the logical replication so your application can continue, you can do so by setting the new parameter
rds.run_logical_replication_as_subscription_ownerto true. Be aware that by doing so your logical replication will be vulnerable to the aforementioned security risk again.
-
-
Added
rds.run_logical_replication_as_subscription_ownerto the Amazon RDS parameter group. -
Fixed the overflow in the
pg_transportextension. -
Removed the unsupported shared libraries from the engine binary.
This version includes the following change:
-
The
plrustextension was updated to version 1.2.7.
PostgreSQL version 13.13 on Amazon RDS (Deprecated)
PostgreSQL version 13.13 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 13.13 release
New features and enhancements
-
Fixed a bug where
pg_database_size()with an invalid OID causes a crash. -
Added support for the
rds.enable_pgactiveparameter in rdsutils to avoid the warning message. -
Exposed RDKit guc param
rdkit.morgan_fp_size. -
Fixed the bug where setting
TABLESPACEwithDEFAULToption inCREATEorALTER DATABASEfails. -
Added the
pgactiveextension.
This version includes the following changes:
-
The
h3-pgextension was updated to version 4.1.3. -
The
hllextension was updated to version 2.18 -
The
oracle_fdwextension was updated to version 2.6.0. -
The
orafceextension was updated to version 4.6.1. -
The
pg_cronextension was updated to version 1.6.1. -
The
pg_proctabextension was updated to version 0.0.10. -
The
pgtapextension was updated to version 1.3.1. -
The
pgvectorextension was updated to version 0.5.1. -
The
plprofilerextension was updated to version 4.2.4. -
The
plrustextension was updated to version 1.2.6. -
The
PostGISextension was updated to version 3.4.0.
PostgreSQL version 13.12-R2 on Amazon RDS (Deprecated)
PostgreSQL version 13.12-R2 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 13.12 release
This version includes the following change:
-
The
pgvectorextension was updated to version 0.5.0. -
The
plrustextension was updated to version 1.2.5.
For version information on all extensions, see Extensions supported for RDS for PostgreSQL 13.
PostgreSQL version 13.12 on Amazon RDS (Deprecated)
PostgreSQL version 13.12 is now available on Amazon RDS. This release contains several fixes and improvements for PostgreSQL announced in the
PostgreSQL 13.12 release
New features and enhancements
-
A bug was fixed preventing users with the
rds_superuserrole from creating schemas in databases owned by other users. -
Users with the
rds_superuserrole can now access toast tables in thepg_toast schemathat are owned by other users. -
Fixed an issue where
ALTER TABLEtook a ShareLock and may cause deadlocks.
This version also includes the following changes:
-
hypopgwas updated to 1.4.0 -
orafcewas updated to 4.3.0 -
pg_tlewas added at version 1.1.1 -
pglogicalwas updated to 2.4.3 -
plrustwas added at version 1.2.3