We don't have any plans for official PostgreSQL support, sorry.
However, you could try it out yourself by updating qa-include/qa-db.php to use the PHP pgsql_* functions instead of the mysqli ones. There are only a few occurrences in that file and nowhere else.
I don't think there is anything MySQL specific in the queries themselves, so those should all work fine in Postgres.