Well!
I have heard of PostgreSQL of course and even looked at it years ago only to think "oh, it is just another database" - which it is, but I hadn't realised how clever it is! It has been around for years/decades of course!
Michael Stonebraker (aka King of the Databases) is behind it of course and I had forgotten VoltDB too which is worth a look and an episode at some point! (in-memory databases eh?)
Uses structured query language (SQL) to read and write data.
PostgreSQL is technically an object-relational database.
Supports advanced features like inheritance and polymorphism.
PostgreSQL uses multiversion concurrency control (MVCC).
Some amazing features for sure!
The official PostgreSQL link is here and also NEON which is a cloud-based serverless offering for PostgreSQL.
Most definitely a slow learner in this case! Oh, and of course, Azure has a PostgreSQL offering too ;) just in case!