summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-29Make postgres database error slightly more helpfulErik Johnston2-13/+17
2015-04-29Use __all__ instead of assert to stop pyflakes from warning about unused impo...Erik Johnston1-2/+3
2015-04-29Mention that postgres databases must have the correct charset encodingErik Johnston1-0/+17
2015-04-29Appease PEP8Erik Johnston1-0/+2
2015-04-29Check that postgres database has correct charset setErik Johnston6-1/+47
2015-04-29Delete ugly commented out log line.Mark Haines1-1/+0
2015-04-29improve postgres blurb a bitMatthew Hodgson1-7/+18
2015-04-29comment out ugly test loglineMatthew Hodgson1-1/+1
2015-04-29mention silviof's dockerfileMatthew Hodgson1-0/+3
2015-04-29general clean up. s/alpha/beta/g. add intelfx's AUR package for Arch. s/the h...Matthew Hodgson1-46/+88
2015-04-28Fix rstErik Johnston1-1/+2
2015-04-28Update docs/postgres.rst to explain port script usageErik Johnston1-0/+51
2015-04-28Add better help to scripts/port_from_sqlite_to_postgres.pyErik Johnston1-5/+27
2015-04-28Ensure we never miss any presence updatesErik Johnston1-1/+7
2015-04-28Fix typoErik Johnston1-1/+1
2015-04-28Ensure the serial returned by presence is always an integerErik Johnston1-3/+3
2015-04-28Remove unused importsErik Johnston1-2/+1
2015-04-28Quickly fix dodgy est. time remainingErik Johnston1-7/+14
2015-04-28Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston32-289/+289
2015-04-28Correctly handle total/remaining counts in the presence of sent_transasctions...Erik Johnston1-1/+1
2015-04-28Correctly handle total/remaining counts in the presence of sent_transasctions...Erik Johnston1-123/+167
2015-04-28Remove accidentally committed debug hardcode hackErik Johnston1-1/+2
2015-04-28Typo in port scriptErik Johnston1-1/+1
2015-04-28Output vim style mode markers into the yaml config file