It seems that they are not moving very fast on supporting new versions of Postgres for regular RDS instances, either. Postgres 12 was released in October, and 12.1 in November. They're still on 11.5.
Does anyone have an insights on what's going on? Postgres 12 is pretty important for us.
None of the big 3 cloud vendors support PG 12 yet.
AWS generally is the first to provide support for newer versions, and they usually lag the PG release dates by 6-9 months for RDS and over 12 months for Aurora.
[Edit] GCP Versions: https://cloud.google.com/sql/docs/postgres/db-versions Azure Versions: https://docs.microsoft.com/en-us/azure/postgresql/concepts-s... AWS Versions: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_...
I've usually run PG outside of RDS on i3 instances as I didn't want to rely that heavily on EBS due to past cascading outages with it.