summaryrefslogtreecommitdiff
path: root/src/cursor/cur_std.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-0/+115
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-115/+0
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-0/+115
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-3/+6
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-161-2/+5
* WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic2016-12-231-0/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-2/+2
* WT-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-061-2/+1
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-2/+2
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-8/+87
* WT-2349 Add test testing methods not supported.Susan LoVerso2016-02-101-2/+3
* WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2262: Add the new next_random_sample_percent configuration thatKeith Bostic2015-12-111-4/+4
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-3/+3
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-8/+8
* Review WiredTiger code base for places where "recno" is set to 0 orKeith Bostic2015-08-261-2/+2
* Didn't get the merge right last time, fix it.Keith Bostic2015-08-181-2/+2
* Update calls from the new statistics branch to match the new atomicKeith Bostic2015-08-181-2/+2
* WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-4/+5
* Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-221-2/+2
* For now, just rename the WiredTiger function __wt_cursor_equals to beKeith Bostic2015-01-171-2/+2
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-44/+50
|\
| * Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-28/+3
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-0/+1
| |\
| * | Typo, the test for a configuration string is (cval.len != 0).Keith Bostic2014-12-221-1/+1
| * | lint, variable no longer used.Keith Bostic2014-12-221-2/+0
| * | Now that you can reconfigure cursors, configuring a cursor read-onlyKeith Bostic2014-12-221-9/+11
| * | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-48/+79
* | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-3/+2
* | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-0/+22
| |/ |/|
* | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
|/
* Fix cases where applications try to update a value using a pointer into the s...Michael Cahill2014-11-201-13/+51
* Fix a bug with index cursors that could lead to cursors not being automatical...Michael Cahill2014-10-171-2/+3
* Merge branch 'develop' into json-loadDon Anderson2014-09-251-2/+3
|\
| * Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod2014-09-181-2/+3
* | Code cleanup per agorrod's review, including putting JSON load utilityDon Anderson2014-09-231-1/+1
* | Merge branch 'develop' into json-loadAlex Gorrod2014-09-191-51/+2
|\ \ | |/
| * KNFKeith Bostic2014-09-161-1/+1
| * __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-50/+1
* | Add JSON loading to cursors and wt load utility. refs #740.Don Anderson2014-08-061-2/+4
|/
* Coverity CID 1229478Keith Bostic2014-08-011-2/+3
* Copy the va args for packing the value. #1106Susan LoVerso2014-07-281-2/+5
* Add a WT_STREQ macro for fast constant string equality checking.Michael Cahill2014-07-141-46/+28
* Apparently, WT_CURSOR_RAW_OK is a lot more subtle than I realized --Keith Bostic2014-07-121-42/+48
* Inline strcmp calls in the standard cursor functions, clang, at least onKeith Bostic2014-07-121-49/+58