Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-22 | Simplify query and handle finishing correctly | Erik Johnston | 2 | -17/+16 | |
2016-04-21 | Order NULLs first | Erik Johnston | 2 | -5/+16 | |
2016-04-21 | Fix query | Erik Johnston | 1 | -2/+2 | |
2016-04-21 | Use special UPDATE syntax | Erik Johnston | 2 | -22/+14 | |
2016-04-21 | Typo | Erik Johnston | 1 | -1/+1 | |
2016-04-21 | Need to do _background_update_progress_txn in actual transaction | Erik Johnston | 1 | -6/+8 | |
2016-04-21 | Update progress when creating index | Erik Johnston | 1 | -0/+7 | |
2016-04-21 | Fix SQL statement | Erik Johnston | 1 | -3/+3 | |
2016-04-21 | Create index must be on a conn | Erik Johnston | 1 | -6/+13 | |
2016-04-21 | Create index concurrently | Erik Johnston | 2 | -6/+14 | |
2016-04-21 | Add missing run_upgrade | Eri |