| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't require config to create database | Erik Johnston | 2016-04-06 | 1 | -7/+1 |
* | Mark AS users with their AS's ID | Daniel Wagner-Hall | 2016-02-11 | 1 | -2/+3 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | rename schema_prepare to prepare_database | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
* | Expose error more nicely | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
* | Split out the schema preparation and update logic into its own module | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
* | Remove race condition | Erik Johnston | 2015-05-14 | 1 | -0/+2 |
* | Don't call 'encode_parameter' no-op | Erik Johnston | 2015-05-05 | 1 | -3/+0 |
* | Fix bug where we reconnected to the database on every query. | Erik Johnston | 2015-05-01 | 1 | -1/+1 |
* | Make postgres database error slightly more helpful | Erik Johnston | 2015-04-29 | 1 | -1/+2 |
* | Check that postgres database has correct charset set | Erik Johnston | 2015-04-29 | 1 | -0/+11 |
* | Shuffle operations so that locking upsert happens last in the txn. This ensur... | Erik Johnston | 2015-04-27 | 1 | -0/+3 |
* | Handle the fact that postgres databases can be restarted from under us | Erik Johnston | 2015-04-27 | 1 | -0/+3 |
* | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 1 | -3/+0 |
* | Correctly identify deadlocks | Erik Johnston | 2015-04-15 | 1 | -1/+1 |
* | Add postgres database engine | Erik Johnston | 2015-04-14 | 1 | -0/+44 |