| 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 presence of sent_transasctions... | Erik Johnston | 1 | -123/+167 |
2015-04-28 | Remove accidentally committed debug hardcode hack | Erik Johnston | 1 | -1/+2 |
2015-04-28 | Typo in port script | Erik Johnston | 1 | -1/+1 |
2015-04-28 | Output vim style mode markers into the yaml config file | Mark Haines | 1 | -3/+4 |
2015-04-27 | Split setuping up and processing of tables | Erik Johnston | 1 | -8/+23 |
2015-04-27 | Shuffle progress stuff | Erik Johnston | 1 | -201/+174 |
2015-04-27 | Don't port over all of the sent_transactions table | Erik Johnston | 1 | -38/+120 |
2015-04-27 | Remove unused import | Erik Johnston | 1 | -1/+0 |
2015-04-27 | Move database configuration into config module | Erik Johnston | 2 | -33/+25 |
2015-04-27 | Ensure check_same_thread is enabled for sqlite3 | Erik Johnston | 1 | -0/+1 |
2015-04-27 | |