In WordPress 3.x, I can’t access posts from all blogs in the network

WordPress doesn’t (and won’t) support this natively.

The alternative is to write your own template with a custom request. (You might even have to drop down into MySQL – I’m not sure the built in WordPress query system will be capable of this.)

Check out this plugin though: WordPress MU Sitewide Tags Pages It might give you an acceptable compromise, or it might give you a starting place when coding your own approach.

Good luck!