| Commit message (Expand) | Author | Files | Lines |
2015-04-29 | improve postgres blurb a bit | Matthew Hodgson | 1 | -7/+18 |
2015-04-29 | comment out ugly test logline | Matthew Hodgson | 1 | -1/+1 |
2015-04-29 | mention silviof's dockerfile | Matthew Hodgson | 1 | -0/+3 |
2015-04-29 | general clean up. s/alpha/beta/g. add intelfx's AUR package for Arch. s/the h... | Matthew Hodgson | 1 | -46/+88 |
2015-04-28 | Fix rst | Erik Johnston | 1 | -1/+2 |
2015-04-28 | Update docs/postgres.rst to explain port script usage | Erik Johnston | 1 | -0/+51 |
2015-04-28 | Add better help to scripts/port_from_sqlite_to_postgres.py | Erik Johnston | 1 | -5/+27 |
2015-04-28 | Ensure we never miss any presence updates | Erik Johnston | 1 | -1/+7 |
2015-04-28 | Fix typo | Erik Johnston | 1 | -1/+1 |
2015-04-28 | Ensure the serial returned by presence is always an integer | Erik Johnston | 1 | -3/+3 |
2015-04-28 | Remove unused imports | Erik Johnston | 1 | -2/+1 |
2015-04-28 | Quickly fix dodgy est. time remaining | Erik Johnston | 1 | -7/+14 |
2015-04-28 | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ... | Erik Johnston | 32 | -289/+289 |
2015-04-28 | Correctly handle total/remaining counts in the presence of sent_transasctions... | Erik Johnston | 1 | -1/+1 |
2015-04-28 | Correctly handle total/remaining counts in the pre |