I had the problem that I couldn’t post anything after the 2.3.3 upgrade. It turns out that when my host upgraded, the AUTO_INCREMENT flag got taken off the wp_posts table – so everything I tried to post got assigned an ID of 0 (zero).
Once I re-established the AUTO_INCREMENT flag things worked MUCH better.