| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2972 Add interface allowing partial updates to existing values (#3435) | Alex Gorrod | 2017-05-25 | 1 | -0/+115 |
* | Revert "WT-2972 Add interface allowing partial updates to existing values (#3... | Alex Gorrod | 2017-05-24 | 1 | -115/+0 |
* | WT-2972 Add interface allowing partial updates to existing values (#3406) | Keith Bostic | 2017-05-24 | 1 | -0/+115 |
* | WT-3063 Reserve records for read-modify-write (#3352) | Keith Bostic | 2017-04-11 | 1 | -3/+6 |
* | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic | 2017-04-07 | 1 | -1/+1 |
* | WT-3184 bug fix: special case searching an index that has a custom collator. ... | Don Anderson | 2017-02-16 | 1 | -2/+5 |
* | WT-3092 Quiet a warning from autogen.sh (#3211) | Keith Bostic | 2016-12-23 | 1 | -0/+1 |
* | WT-2859 Restructure statistics gathering macros (#3016) | Sulabh Mahajan | 2016-09-14 | 1 | -2/+2 |
* | WT-2892 hot backup can race with block truncate (#3023) | Keith Bostic | 2016-09-06 | 1 | -2/+1 |
* | WT-2820 add gcc warn_unused_result attribute (#2938) | Keith Bostic | 2016-08-12 | 1 | -2/+2 |
* | WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824) | Keith Bostic | 2016-06-22 | 1 | -2/+2 |
* | WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818) | Don Anderson | 2016-06-21 | 1 | -2/+2 |
* | WT-2505: Review clang analyzer warnings | Keith Bostic | 2016-04-06 | 1 | -1/+0 |
* | WT-2410: Casting function pointers to different types | Keith Bostic | 2016-02-19 | 1 | -8/+87 |
* | WT-2349 Add test testing methods not supported. | Susan LoVerso | 2016-02-10 | 1 | -2/+3 |
* | WT-2349 Initial addition of readonly configuration option. | Susan LoVerso | 2016-02-04 | 1 | -1/+1 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2262: Add the new next_random_sample_percent configuration that | Keith Bostic | 2015-12-11 | 1 | -4/+4 |
* | Boolean conversion pass over cursor. | Keith Bostic | 2015-09-24 | 1 | -3/+3 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -8/+8 |
* | Review WiredTiger code base for places where "recno" is set to 0 or | Keith Bostic | 2015-08-26 | 1 | -2/+2 |
* | Didn't get the merge right last time, fix it. | Keith Bostic | 2015-08-18 | 1 | -2/+2 |
* | Update calls from the new statistics branch to match the new atomic | Keith Bostic | 2015-08-18 | 1 | -2/+2 |
* | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -4/+5 |
* | Revert "For now, just rename the WiredTiger function __wt_cursor_equals...", | Don Anderson | 2015-01-22 | 1 | -2/+2 |
* | For now, just rename the WiredTiger function __wt_cursor_equals to be | Keith Bostic | 2015-01-17 | 1 | -2/+2 |
* | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 1 | -44/+50 |
|\ |
|
| * | Don't allow "readonly" to be reconfigured on cursors. | Michael Cahill | 2015-01-17 | 1 | -28/+3 |
| * | Merge branch 'develop' into cursor-reconfigure | Michael Cahill | 2015-01-14 | 1 | -0/+1 |
| |\ |
|
| * | | Typo, the test for a configuration string is (cval.len != 0). | Keith Bostic | 2014-12-22 | 1 | -1/+1 |
| * | | lint, variable no longer used. | Keith Bostic | 2014-12-22 | 1 | -2/+0 |
| * | | Now that you can reconfigure cursors, configuring a cursor read-only | Keith Bostic | 2014-12-22 | 1 | -9/+11 |
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 1 | -48/+79 |
* | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not. | Michael Cahill | 2015-01-17 | 1 | -3/+2 |
* | | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 1 | -0/+22 |
| |/
|/| |
|
* | | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
|/ |
|
* | Fix cases where applications try to update a value using a pointer into the s... | Michael Cahill | 2014-11-20 | 1 | -13/+51 |
* | Fix a bug with index cursors that could lead to cursors not being automatical... | Michael Cahill | 2014-10-17 | 1 | -2/+3 |
* | Merge branch 'develop' into json-load | Don Anderson | 2014-09-25 | 1 | -2/+3 |
|\ |
|
| * | Ensure that the WT_CURSOR::uri field matches open_cursor URI. | Alex Gorrod | 2014-09-18 | 1 | -2/+3 |
* | | Code cleanup per agorrod's review, including putting JSON load utility | Don Anderson | 2014-09-23 | 1 | -1/+1 |
* | | Merge branch 'develop' into json-load | Alex Gorrod | 2014-09-19 | 1 | -51/+2 |
|\ \
| |/ |
|
| * | KNF | Keith Bostic | 2014-09-16 | 1 | -1/+1 |
| * | __wt_cursor_init has a long list of tests for cursor methods that we | Keith Bostic | 2014-09-16 | 1 | -50/+1 |
* | | Add JSON loading to cursors and wt load utility. refs #740. | Don Anderson | 2014-08-06 | 1 | -2/+4 |
|/ |
|
* | Coverity CID 1229478 | Keith Bostic | 2014-08-01 | 1 | -2/+3 |
* | Copy the va args for packing the value. #1106 | Susan LoVerso | 2014-07-28 | 1 | -2/+5 |
* | Add a WT_STREQ macro for fast constant string equality checking. | Michael Cahill | 2014-07-14 | 1 | -46/+28 |
* | Apparently, WT_CURSOR_RAW_OK is a lot more subtle than I realized -- | Keith Bostic | 2014-07-12 | 1 | -42/+48 |
* | Inline strcmp calls in the standard cursor functions, clang, at least on | Keith Bostic | 2014-07-12 | 1 | -49/+58 |