I just installed postgres, and modified the database_connection option in universe_wsgi.ini  to database_connection = postgres://postgres:postgres@localhost:5432/galaxy

Then I tried to upload a fasta format file (about 4KB), what confused me is that it is uploading on and on. I think the uploading process is pending. The console gave a lot of message like this:

127.0.0.1 - - [06/Dec/2012:12:10:01 +0800] "GET /api/histories/f2db41e1fa331b3e HTTP/1.1" 200 - "http://127.0.0.1:8080/history" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.11 (KHTML, like Gecko) Ubuntu/12.04 Chromium/20.0.1132.47 Chrome/20.0.1132.47 Safari/536.11"

Is it caused by the wrong configuration of postgres? I can't figure it out. Does anyone encountered similar problem? 

Jacky Lau