summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | WT-1517: schema format edge casesKeith Bostic2016-01-192-5/+56
| | * | | WT-1517: schema format edge casesKeith Bostic2016-01-191-0/+51
| | * | | WT-1517: schema format edge casesKeith Bostic2016-01-191-0/+7
| | * | | WT-1517: schema format edge casesKeith Bostic2016-01-191-0/+4
| | | |/ | | |/|
| * | | Merge pull request #2442 from wiredtiger/WT-2295-index-exclusiveMichael Cahill2016-01-203-39/+76
| |\ \ \
| | * | | WT-2295 Revert exclusive checking for tables.Michael Cahill2016-01-201-1/+4
| | * | | WT-2995 Review error handling in create.Michael Cahill2016-01-202-41/+55
| | * | | WT-2295 An existing index will not be filled. Fixed exclusive index create.Don Anderson2016-01-191-15/+20
| | * | | WT-2295 Added a test for creating an index with exclusive flag.Don Anderson2016-01-191-0/+15
| | |/ /
| * | | Merge pull request #2434 from wiredtiger/WT-2321Michael Cahill2016-01-203-14/+16
| |\ \ \
| | * | | WT-2321 Simplify the fix to guarantee that candidates <= entries.Michael Cahill2016-01-201-27/+11
| | * | | WT-2321: race between eviction and worker threads on the eviction queueKeith Bostic2016-01-151-10/+18
| | * | | WT-2321: race between eviction and worker threads on the eviction queueKeith Bostic2016-01-132-2/+6
| | * | | WT-2321: race between eviction and worker threads on the eviction queueKeith Bostic2016-01-131-2/+2
| | * | | WT-2321: race between eviction and worker threads on the eviction queueKeith Bostic2016-01-131-3/+9
| * | | | Merge pull request #2446 from wiredtiger/WT-2287Alex Gorrod2016-01-202-6/+2
| |\ \ \ \
| | * | | | WT-2287: WT_SESSION.rebalanceKeith Bostic2016-01-192-6/+2
| |/ / / /
| * | | | Merge pull request #2399 from wiredtiger/wt-2287-rebalanceAlex Gorrod2016-01-2051-183/+1033
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | WT-2287: WT_SESSION.rebalance support.Keith Bostic2016-01-191-0/+14
| | * | | WT-2287: WT_SESSION.rebalance support.Keith Bostic2016-01-191-1/+1
| | * | | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-1949-599/+1198
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2345 from wiredtiger/wt-2247-column-store-splitsKeith Bostic2016-01-1914-158/+309
| |\ \ \ \
| | * | | | WT-2247, WT-2312: variable-length column-store in-memory page splitsKeith Bostic2016-01-193-11/+11
| | * | | | WT-2247, WT-2312: variable-length column-store in-memory page splitsKeith Bostic2016-01-191-7/+4
| | * | | | WT-2247, WT-2312: variable-length column-store in-memory page splitsKeith Bostic2016-01-191-7/+4
| | * | | | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-19546-1436/+1677
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #2338 from wiredtiger/wt-2242-dead-tree-evictionKeith Bostic2016-01-194-13/+57
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'develop' into wt-2242-dead-tree-evictionKeith Bostic2016-01-19564-2443/+4504
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #2438 from wiredtiger/WT-2335Michael Cahill2016-01-192-2/+19
| |\ \ \ \ \
| | * | | | | WT-2335 Add some tests with too few closing brackets.Michael Cahill2016-01-191-0/+4
| | * | | | | WT-2335 Add a test case.Michael Cahill2016-01-191-0/+11
| | * | | | | WT-2335: crash in config_check_search with invalid configuration stringKeith Bostic2016-01-171-0/+3
| | * | | | | WT-2335: crash in config_check_search with invalid configuration stringKeith Bostic2016-01-171-2/+1
| * | | | | | Merge pull request #2439 from wiredtiger/WT-1801Michael Cahill2016-01-197-30/+69
| |\ \ \ \ \ \
| | * | | | | | WT-1801: Add a directory sync after rollback of a WT_SESSION::rename operationKeith Bostic2016-01-185-14/+15
| | * | | | | | WT-1801: Add a directory sync after rollback of a WT_SESSION::rename operationKeith Bostic2016-01-185-22/+60
| | |/ / / / /
| * | | | | | Merge pull request #2437 from wiredtiger/WT-2326-fixAlex Gorrod2016-01-183-1/+20
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | WT-2326 - Add a new dstrndup function replace calls.David Hows2016-01-183-1/+16
| | * | | | | WT-2326 - Switch from dstrdup to dcalloc and strndupDavid Hows2016-01-181-4/+3
| | * | | | | WT-2326 - Comment explaining nullbyte for truncation.David Hows2016-01-181-0/+4
| | * | | | | WT-2326 - Add back a nullbyte that was incorrectly removed from wtperfDavid Hows2016-01-151-0/+1
| |/ / / / /
| * | | | | Merge pull request #2420 from wiredtiger/wt-2308-join-extractorAlex Gorrod2016-01-142-10/+176
| |\ \ \ \ \
| | * | | | | WT-2308. Add test for equality joins with extractors.Don Anderson2016-01-051-0/+169
| | * | | | | Merge branch 'develop' into wt-2308-join-extractorDon Anderson2016-01-0471-481/+298
| | |\ \ \ \ \
| | * | | | | | WT-2308. Simplify the case for getting the key to be used for an endpoint,Don Anderson2016-01-041-10/+7
| * | | | | | | Merge pull request #2435 from wiredtiger/WT-2331-join-searchAlex Gorrod2016-01-143-6/+25
| |\ \ \ \ \ \ \
| | * | | | | | | WT-2331 Require that reference cursors that are joined be positioned.Don Anderson2016-01-143-6/+25
| |/ / / / / / /
| * | | | | | | Merge pull request #2430 from wiredtiger/WT-2326Keith Bostic2016-01-146-202/+123
| |\ \ \ \ \ \ \
| | * | | | | | | WT-2326: Add dcalloc, dmalloc and dstrdup to wtperfKeith Bostic2016-01-141-0/+1
| | * | | | | | | WT-2326: Add dcalloc, dmalloc and dstrdup to wtperfKeith Bostic2016-01-141-17/+6