| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2112: Boolean conversion pass over include. | Michael Cahill | 2015-09-30 | 1 | -1/+1 |
* | WT-2112 Use bool in more places | Michael Cahill | 2015-09-29 | 2 | -10/+11 |
* | WT-2122 Convert more expressions to use bool | Michael Cahill | 2015-09-29 | 2 | -9/+10 |
* | Merge pull request #2209 from wiredtiger/more-bool-keith | Michael Cahill | 2015-09-29 | 2 | -8/+8 |
* | WT-2093 Use the C99 bool type to clarify when functions return true/false | Michael Cahill | 2015-09-28 | 2 | -7/+8 |
* | WT-2104 KNF in 3.0 unrelated to log_flush changes. | Susan LoVerso | 2015-09-16 | 1 | -1/+2 |
* | WT-2104 Backport a form of log_flush to 3.0. | Susan LoVerso | 2015-09-16 | 1 | -0/+36 |
* | Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functions | Michael Cahill | 2015-08-19 | 1 | -3/+3 |
* | WT-2038 Immediately discard temporary handles from session caches. | Michael Cahill | 2015-08-14 | 1 | -44/+78 |
* | WT-2038 Use TAILQ for all lists. | Michael Cahill | 2015-08-13 | 2 | -13/+11 |
* | Merge pull request #2088 from wiredtiger/rand-strict-alias | David Hows | 2015-08-04 | 1 | -1/+1 |
* | Merge pull request #2077 from wiredtiger/checkpoint-file-fixes | Michael Cahill | 2015-08-04 | 1 | -3/+3 |
* | Fix the "is dead" check for handles to not use WT_NOTFOUND: that is a valid r... | Michael Cahill | 2015-05-25 | 1 | -5/+6 |
* | Fix for force drop racing with handle opens in test/fops. (In WiredTiger 2.6... | Michael Cahill | 2015-05-25 | 1 | -1/+15 |
* | If getting a handle lock only - don't propogate WT_NOTFOUND.mongodb-3.0.3 | Alex Gorrod | 2015-04-27 | 1 | -1/+1 |
* | Merge pull request #1894 from wiredtiger/tree-discard-background | Michael Cahill | 2015-04-27 | 1 | -41/+34 |
* | Fix a deadlock related to LSM. There are cases where closing a file with | Alex Gorrod | 2015-04-25 | 1 | -1/+9 |
* | Change the sweep server to only operate on clean files. Track the maximum tr... | Michael Cahill | 2015-03-24 | 1 | -1/+1 |
* | Merge branch 'develop' into truncate-ebusy | Alex Gorrod | 2015-03-19 | 1 | -5/+10 |
|\ |
|
| * | Update the session get btree check to figure out behavior. | Alex Gorrod | 2015-03-19 | 1 | -9/+10 |
| * | Update the session get btree busy check: | Alex Gorrod | 2015-03-19 | 1 | -3/+9 |
* | | Fix missing paren, enhance a comment. | Keith Bostic | 2015-03-19 | 1 | -1/+3 |
* | | Avoid EBUSY errors from truncate caused by checkpoints. | Michael Cahill | 2015-03-19 | 1 | -1/+7 |
|/ |
|
* | If the session-level attempt to lock a handle gets EBUSY, fall back to the sl... | Michael Cahill | 2015-03-18 | 1 | -1/+7 |
* | Add ability to configure sweep server timings via API. | Alex Gorrod | 2015-03-12 | 1 | -2/+5 |
* | Remove the code that merges child pages into internal pages as part of | Keith Bostic | 2015-03-06 | 1 | -3/+0 |
* | Just open a cursor to force forward range truncates: don't dup and reset. | Michael Cahill | 2015-02-23 | 1 | -7/+2 |
* | If WT_SESSION.truncate isn't given a start cursor, instantiate one, | Keith Bostic | 2015-02-20 | 1 | -9/+36 |
* | I broke the Windows error handling code with the WT_SESSION.strerror | Keith Bostic | 2015-02-18 | 1 | -8/+1 |
* | Merge pull request #1629 from wiredtiger/session-strerror | Michael Cahill | 2015-02-18 | 1 | -1/+24 |
|\ |
|
| * | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516. | Keith Bostic | 2015-02-02 | 1 | -1/+24 |
* | | Don't map WT_NOTFOUND to ENOENT unless a uri was specified, that's the | Keith Bostic | 2015-02-13 | 1 | -1/+5 |
|/ |
|
* | The size of the file is decreasing each time, so compacting 10 times, | Keith Bostic | 2015-01-19 | 1 | -4/+6 |
* | Defer the cache full check from begin_transaction until the first operation t... | Michael Cahill | 2015-01-14 | 1 | -7/+0 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 4 | -0/+4 |
* | Add comments before getting the checkpoint lock. | Michael Cahill | 2014-12-22 | 1 | -0/+3 |
* | Avoid EBUSY returns to verify and salvage caused by checkpoints. The "fix" i... | Michael Cahill | 2014-12-22 | 1 | -0/+6 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
* | Add a WT_SESSION.app_private field for applications to use in callbacks | Keith Bostic | 2014-12-10 | 1 | -0/+1 |
* | Merge branch 'develop' into sweep-more | Michael Cahill | 2014-12-10 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'develop' into force-drop | Alex Gorrod | 2014-12-10 | 2 | -5/+26 |
| |\ |
|
| * | | SESSION->drop with "force" of nonexistant index/colgroup should be silent. | Don Anderson | 2014-12-09 | 1 | -1/+1 |
* | | | Sweep old handles more aggressively: | Michael Cahill | 2014-12-09 | 1 | -58/+6 |
| |/
|/| |
|
* | | Refer to a dhandle hash slot as a bucket. | Alex Gorrod | 2014-12-09 | 1 | -9/+9 |
* | | TAILQ back to SLIST. #1439 | Susan LoVerso | 2014-12-08 | 2 | -11/+13 |
* | | Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439 | Susan LoVerso | 2014-12-08 | 2 | -5/+11 |
* | | Add session dhandle hash lists. #1439 | Susan LoVerso | 2014-12-08 | 2 | -6/+19 |
* | | Convert the session dhandle list to a queue. | Alex Gorrod | 2014-12-05 | 2 | -8/+8 |
|/ |
|
* | Merge branch 'develop' into sweep-eviction-improvements | Michael Cahill | 2014-11-24 | 1 | -1/+1 |
|\ |
|