| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3281 stress test sanitizer failure (#3387) | Keith Bostic | 2017-04-19 | 1 | -15/+35 |
* | WT-3063 Reserve records for read-modify-write (#3352) | Keith Bostic | 2017-04-11 | 1 | -24/+94 |
* | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic | 2017-04-07 | 1 | -1/+1 |
* | WT-98 Update the current cursor value without a search (#3330) | Keith Bostic | 2017-03-24 | 1 | -19/+6 |
* | WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321) | Keith Bostic | 2017-03-14 | 1 | -24/+11 |
* | WT-3004 lint: declare functions that don't return a value as void (#3119) | Keith Bostic | 2016-11-08 | 1 | -1/+1 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -2/+2 |
* | WT-2730 Btree can incorrectly match key slots on new pages (#2848) | Keith Bostic | 2016-07-06 | 1 | -2/+0 |
* | WT-2730 column-store incorrectly matches key slots on new pages (#2847) | Keith Bostic | 2016-07-04 | 1 | -1/+0 |
* | WT-2665 Limit allocator fragmentation in WiredTiger (#2842) | Keith Bostic | 2016-07-01 | 1 | -2/+2 |
* | WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799) | Michael Cahill | 2016-06-30 | 1 | -1/+1 |
* | WT-2560 Use a rwlock to protect transaction state, don't spin. | Michael Cahill | 2016-04-20 | 1 | -1/+1 |
* | WT-2316: WT_CURSOR.prev out-of-order returns, fix a split race. | Keith Bostic | 2016-01-11 | 1 | -1/+5 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Fix a few comments around cursor in-use count support. | Keith Bostic | 2015-11-27 | 1 | -2/+2 |
* | WT-2243 Only clear btree cursor flags associated with position. | Michael Cahill | 2015-11-26 | 1 | -5/+1 |
* | WT-2243 Don't keep transaction IDs pinned for reading from checkpoints. | Michael Cahill | 2015-11-26 | 1 | -3/+11 |
* | WT-1315. Changed names of macros and inline functions to be more clear | Don Anderson | 2015-11-10 | 1 | -4/+4 |
* | WT-1315. Added support for join cursors: | Don Anderson | 2015-11-03 | 1 | -0/+64 |
* | Boolean conversion pass for include. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -2/+2 |
* | Review WiredTiger code base for places where "recno" is set to 0 or | Keith Bostic | 2015-08-26 | 1 | -1/+1 |
* | Rename atomic functions from number of bytes to number of bits. | Keith Bostic | 2015-08-13 | 1 | -2/+2 |
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 1 | -2/+2 |
* | Clear the cursor insert stack on every operation. | Michael Cahill | 2015-08-05 | 1 | -0/+6 |
* | Split __wt_cache_full_check into two parts, a set of inline checks and | Keith Bostic | 2015-06-08 | 1 | -1/+1 |
* | Merge __wt_eviction_check, __wt_cache_full_check and __wt_cache_wait | Keith Bostic | 2015-06-05 | 1 | -1/+1 |
* | Always clear the cursor's page reference after releasing the page, | Keith Bostic | 2015-05-22 | 1 | -5/+9 |
* | A WT_CURSOR.next operation followed by a WT_CURSOR.search has the same | Keith Bostic | 2015-04-15 | 1 | -8/+9 |
* | When row-search builds keys during leaf-page search, the last key built | Keith Bostic | 2015-04-14 | 1 | -9/+8 |
* | Fix read-uncommitted cache checks: look at whether a transaction ID is pinned... | Michael Cahill | 2015-03-09 | 1 | -10/+2 |
* | CID 44223: __cursor_leave() can't return an error, which means | Keith Bostic | 2015-02-11 | 1 | -4/+2 |
* | whitespace | Michael Cahill | 2015-02-04 | 1 | -2/+2 |
* | Take more care to clear dhandle->timeofdeath: we sometimes seem to be sweepin... | Michael Cahill | 2015-02-04 | 1 | -1/+4 |
* | Defer the cache full check from begin_transaction until the first operation t... | Michael Cahill | 2015-01-14 | 1 | -0/+12 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Sweep old handles more aggressively: | Michael Cahill | 2014-12-09 | 1 | -0/+32 |
* | Check whether to evict pages with many deletes where: | Michael Cahill | 2014-12-08 | 1 | -0/+9 |
* | Release snapshots on transaction commit, check if a new snapshot is required ... | Michael Cahill | 2014-10-29 | 1 | -4/+2 |
* | Add flags to page release, respect WT_READ_NO_GEN to avoid forced eviction. | Michael Cahill | 2014-08-13 | 1 | -1/+1 |
* | Clean up __cursor_pos_clear: only clear the fields we need to clear and | Keith Bostic | 2014-07-17 | 1 | -12/+12 |
* | Rename __cursor_search_clear __cursor_pos_clear; it's the code that | Keith Bostic | 2014-07-17 | 1 | -14/+13 |
* | Encode the location/length of simple values in the WT_ROW pointer, along | Keith Bostic | 2014-07-07 | 1 | -9/+11 |
* | Merge pull request #1090 from wiredtiger/onpage-cell | Michael Cahill | 2014-07-02 | 1 | -67/+56 |
|\ |
|
| * | Minor code shuffling to simplify setup. | Keith Bostic | 2014-07-01 | 1 | -7/+5 |
| * | Convert row-store fast on-page key processing from per-page to per key. | Keith Bostic | 2014-06-30 | 1 | -63/+54 |
* | | Merge branch 'develop' into split-memory-management | Michael Cahill | 2014-06-25 | 1 | -8/+10 |
|\ \
| |/ |
|
| * | Merge branch 'develop' into avoid-cell-unpack | Keith Bostic | 2014-06-18 | 1 | -1/+6 |
| |\ |
|
| * | | Experimental change to avoid unpacking cells in order to access | Keith Bostic | 2014-05-30 | 1 | -8/+10 |
* | | | Free memory more aggressively after splits. Keep the list of allocated objec... | Michael Cahill | 2014-06-20 | 1 | -1/+0 |
| |/
|/| |
|