- 
    Suggestion 
- 
    Resolution: Fixed
- 
    None
- 
    None
- 
    None
No problems encountered. However, we recently upgraded the server that hosts our new Stash instance from PostgreSQL 8.4 to PostgreSQL 9.1, and I noted that Stash says it supports PostgreSQL 9.1 ( https://confluence.atlassian.com/display/STASH/Supported+platforms ), however it is bundled with:
lib/postgresql-8.4-701.jdbc3.jar
The JDBC library is typically more backwards compatible than forwards compatible as it makes assumptions about how to access the schema information or how to access less standard data types such as bytea. Please consider upgrading to a more recent version of PostgreSQL JDBC to avoid problems in the future.