aboutsummaryrefslogtreecommitdiff
path: root/Database
Commit message (Expand)AuthorAge
...
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* generated TH uses forallGravatar Joey Hess2015-02-22
* avoid closing db handle when reconnecting to do a writeGravatar Joey Hess2015-02-22
* complete work around for sqlite SELECT ErrorBusy on new connection bugGravatar Joey Hess2015-02-22
* WIPGravatar Joey Hess2015-02-18
* more extensions needed by newer version of persistentGravatar Joey Hess2015-02-18
* deal with rare SELECT ErrorBusy failuresGravatar Joey Hess2015-02-18
* use WAL mode to ensure read from db always works, even when it's being writte...Gravatar Joey Hess2015-02-18
* more robust handling of deferred commitsGravatar Joey Hess2015-02-18
* fsck: Multiple incremental fscks of different repos (some remote) can now be ...Gravatar Joey Hess2015-02-17
* allow for concurrent incremental fsck processes again (sorta)Gravatar Joey Hess2015-02-17
* avoid crash when starting fsck --incremental when one is already runningGravatar Joey Hess2015-02-17
* show error when sqlite crashes worker threadGravatar Joey Hess2015-02-17
* avoid fromIntegral overheadGravatar Joey Hess2015-02-16
* commit new transaction after 60 secondsGravatar Joey Hess2015-02-16
* commit more transactions when fsckingGravatar Joey Hess2015-02-16
* convert incremental fsck to using sqlite databaseGravatar Joey Hess2015-02-16