@virtuous_sloth Wikipedia seems to think that Postgres handles most of these features:
https://en.wikipedia.org/wiki/Comparison_of_object%E2%80%93relational_database_management_systems
It lists UDTs, methods, type inheritance, and table inheritance as features. Maybe I need to read further!
It also says that Postgres supports Array, List, Set, Multiset, and Object reference.