In a previous post, you mentioned features which you liked to see implemented in MariaDB:
1. Parametrized views and/or table valued functions
2. More than 63 joins in a view
3. Clustered indexes
4. Table elimination on foreign keys
5. Indexing sort order (asc, desc)
6. JOIN FIRST or LEAD/LAG or KEEP with DENSE_RANK
Which of these features are implemented in PostgreSQL ? I believe that table elimination was introduced in version 9.0 of PostgreSQL, which is called 'join removal' by the PostgreSQL people.