@evan Amountof SQL compatibility is outstanding. The transaction safety and concurrency, MVCC model is very good. The way it integrates with the OS caching is amazing as well.
What other DBs want to compare to?
MySQL: If your DB doesn't fit into memory, low performance. Also, low guarantees of data consistency and atomicity. Postgres can handle >100TB of data.