I have a postgresql 8.3 db set up on linux box, together with a user postgres The pg_hba.conf reads
local all postgres ident
Try
host all all 127.0.0.1/32 md5
instead.