| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2499 Fix a race in LSM between setting and checking WT_LSM_TREE_ACTIVE. | Alex Gorrod | 2016-03-21 | 1 | -2/+2 |
* | WT-2471: review WiredTiger "int" printf formats | Keith Bostic | 2016-03-11 | 1 | -2/+4 |
* | WT-2349 Changes from review comments. Add WT-specific error codes. | Susan LoVerso | 2016-02-16 | 1 | -0/+1 |
* | WT-2349 Add URI prefixes to test. Fix some LSM manager issues. | Susan LoVerso | 2016-02-09 | 1 | -1/+5 |
* | WT-2349 Initial addition of readonly configuration option. | Susan LoVerso | 2016-02-04 | 1 | -0/+2 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2220 Split WT_TIMEDIFF macro into unit specific macros. | Alex Gorrod | 2015-11-17 | 1 | -2/+1 |
* | WT-2149: open private lookaside cursors as part of creating an internal | Keith Bostic | 2015-09-30 | 1 | -3/+5 |
* | Boolean conversion pass over session. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Boolean conversion pass over lsm. | Keith Bostic | 2015-09-24 | 1 | -7/+7 |
* | Rename atomic functions from number of bytes to number of bits. | Keith Bostic | 2015-08-13 | 1 | -4/+4 |
* | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-13 | 1 | -10/+4 |
|\ |
|
| * | WT-2038: Simplify some of the TAILQ remove loops, found by inspection. | Keith Bostic | 2015-08-13 | 1 | -10/+4 |
* | | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 1 | -4/+4 |
|/ |
|
* | Fixup per review comments, and general tidy. | Alex Gorrod | 2015-06-04 | 1 | -1/+2 |
* | Split LSM verbose into two categories. | Alex Gorrod | 2015-06-02 | 1 | -1/+2 |
* | Move LSM aggressive merge calculation into merge code. | Alex Gorrod | 2015-06-01 | 1 | -41/+1 |
* | Access the LSM tree directly instead of through the entry. | Alex Gorrod | 2015-05-19 | 1 | -2/+2 |
* | Increment queue_ref count before checking flag. WT-1935 | Susan LoVerso | 2015-05-18 | 1 | -13/+25 |
* | Fix a race on shutdown in LSM. | Alex Gorrod | 2015-05-18 | 1 | -0/+8 |
* | Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger. | Michael Cahill | 2015-05-11 | 1 | -1/+1 |
* | Rename the locking macros: use "handle list" lock consistently, make the sess... | Michael Cahill | 2015-04-30 | 1 | -3/+3 |
* | whitespace | Keith Bostic | 2015-04-24 | 1 | -2/+1 |
* | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto | 2015-03-25 | 1 | -3/+3 |
* | Allow size-limited LSM trees to have Bloom filters, based on the normal confi... | Michael Cahill | 2015-02-10 | 1 | -4/+11 |
* | Add a mode to LSM where we can limit the size of data in the tree. | Alex Gorrod | 2015-02-09 | 1 | -0/+8 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Merge pull request #1465 from wiredtiger/lsm-cleanup | sueloverso | 2014-12-15 | 1 | -4/+18 |
|\ |
|
| * | whitespace | Michael Cahill | 2014-12-12 | 1 | -1/+0 |
| * | Fix copy-paste error. | Alex Gorrod | 2014-12-12 | 1 | -3/+3 |
| * | Have LSM worker reconfigure work with min workers. | Alex Gorrod | 2014-12-12 | 1 | -7/+21 |
| * | Minor cleanup. #1447 | Susan LoVerso | 2014-12-11 | 1 | -7/+8 |
* | | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
|/ |
|
* | Fix new test for LSM workers max. | Alex Gorrod | 2014-12-08 | 1 | -1/+1 |
* | Tidy up previous change. Remove dead code. | Alex Gorrod | 2014-12-08 | 1 | -22/+1 |
* | If there are only two LSM worker threads, don't let the cache get full. | Alex Gorrod | 2014-12-08 | 1 | -27/+37 |
* | The LSM manager thread needs the handle list to walk the list of LSM trees. | Michael Cahill | 2014-11-26 | 1 | -13/+25 |
* | If a server thread exits with an error, panic. | Keith Bostic | 2014-11-07 | 1 | -1/+1 |
* | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto | 2014-10-03 | 1 | -2/+2 |
* | Close the LSM manager session, not just the workers. | Alex Gorrod | 2014-09-26 | 1 | -5/+2 |
* | Only free LSM worker sessions if they are initialized. | Alex Gorrod | 2014-09-26 | 1 | -10/+10 |
* | Free all LSM worker sessions. | Alex Gorrod | 2014-09-26 | 1 | -1/+1 |
* | Fix unused var warnings. | Susan LoVerso | 2014-09-25 | 1 | -6/+0 |
* | Merge branch 'develop' into lsm-threads | Susan LoVerso | 2014-09-25 | 1 | -2/+4 |
|\ |
|
| * | Fix which half of LSM workers can handle merges. #1247 | Susan LoVerso | 2014-09-25 | 1 | -2/+3 |
* | | Decrement lsm_workers. #1237 | Susan LoVerso | 2014-09-25 | 1 | -0/+4 |
* | | Add reconfigure support for LSM manager #1237 | Susan LoVerso | 2014-09-23 | 1 | -30/+129 |
* | | LSM configuration and thread management changes to lay the foundation | Susan LoVerso | 2014-09-23 | 1 | -21/+25 |
|/ |
|
* | Comments, cleanup and fix an error path. #1208 | Susan LoVerso | 2014-09-18 | 1 | -1/+1 |
* | Add stat to count number of times we reach queue_ref maximum. #1230 | Susan LoVerso | 2014-09-18 | 1 | -5/+11 |