I want to request some enhancements be made to PostgreSQL.
For example, request that PostgreSQL implement the direct equivalent of Oracle's KEEP clause functionality:
max(city) keep (dense_rank first order by population desc)- PostgreSQL equivalent to Oracle's MAX(...) KEEP (DENSE_RANK FIRST/LAST ORDER BY ...)
I tried googling "PostgreSQL ideas" and "PostgreSQL request enhancement". But I don't see any sort of portal for submitting requests for new functionality.
Is there a website I can use to request enhancements to PostgreSQL?