summary refs log tree commit diff
path: root/synapse/events (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-22Simplify query and handle finishing correctlyErik Johnston2-17/+16
2016-04-21Order NULLs firstErik Johnston2-5/+16
2016-04-21Fix queryErik Johnston1-2/+2
2016-04-21Use special UPDATE syntaxErik Johnston2-22/+14
2016-04-21TypoErik Johnston1-1/+1
2016-04-21Need to do _background_update_progress_txn in actual transactionErik Johnston1-6/+8
2016-04-21Update progress when creating indexErik Johnston1-0/+7
2016-04-21Fix SQL statementErik Johnston1-3/+3
2016-04-21Create index must be on a connErik Johnston1-6/+13
2016-04-21Create index concurrentlyErik Johnston2-6/+14
2016-04-21Add missing run_upgradeErik Johnston1-0/+4
2016-04-21Fix issues with JWT loginNiklas Riekenbrauck2-3/+8
2016-04-21Optimise event_search in postgresErik Johnston3-5/+137
2016-04-21