Comment Re:It's still basically MySQL. (Score 1) 41
I am pretty sure that PostgreSQL uses thread from version 8.0.
That is not true. There is an auxiliary thread used for signal handling on Windows (which is somewhat hacky), but the basic model of one process per client connection is unchanged, and applies to Postgres on both Windows and Unix.