summary refs log tree commit diff
path: root/synapse/util/async.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-22Update port scriptErik Johnston1-42/+81
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-21Optionally split out the pushers into a separate processMark Haines5-1/+217
2016-04-21Create index concurrentlyErik Johnston2-6/+14
2016-04-21Add missing run_upgradeErik Johnston1