summaryrefslogtreecommitdiff
path: root/src/cursor
Commit message (Expand)AuthorAgeFilesLines
* WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-162-3/+7
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-141-1/+1
* WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson2017-02-131-3/+22
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-6/+2
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-232-10/+10
* WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic2016-12-231-0/+1
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-203-7/+15
* WT-3070 Fix search_near on indexes. (#3195)Michael Cahill2016-12-141-12/+17
* WT-3056 Allow projected table and join cursors to use primary keys (#3186)Don Anderson2016-12-122-2/+2
* WT-3066 lint (#3189)Keith Bostic2016-12-121-2/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-063-7/+4
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-2/+7
* WT-3051 Remove external __wt_hex symbol. (#3172)Keith Bostic2016-12-051-2/+2
* WT-3021 fixes for java log example, raw mode in java, and raw mode in log cur...Don Anderson2016-12-021-40/+22
* WT-3018 lint (#3142)Keith Bostic2016-11-111-2/+0
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-082-12/+10
* WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135)Keith Bostic2016-11-072-17/+14
* WT-2999 free memory related to cursor used with custom extractors during join...Don Anderson2016-11-021-0/+2
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-016-58/+55
* WT-2968 Fix Jenkins failures from merge. (#3108)sueloverso2016-10-261-1/+5
* WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-261-52/+21
* WT-2415 Add support for joins to return false positives from the Bloom filter...Don Anderson2016-10-251-2/+9
* WT-2987 Fix a bug where opening a cursor on an incomplete table drops core (#...Keith Bostic2016-10-241-12/+27
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-24/+53
* WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-141-5/+5
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-7/+7
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-147-35/+34
* WT-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-061-2/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-065-12/+11
* WT-2323 Allocate a transaction id at the beginning of join iteration (#2943)Don Anderson2016-09-051-0/+3
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-162-6/+6
* WT-2840 clang analysis: garbage values (#2963)Keith Bostic2016-08-161-1/+2
* WT-2839 lint: Ignoring return value of function (#2962)Keith Bostic2016-08-151-11/+10
* WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson2016-08-151-58/+100
* WT-2834 Shared bloom filters allow only a partial shortcut. (#2958)Don Anderson2016-08-151-10/+8
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-2/+2
* WT-2781 Don't take checkpoint lock if checkpoint_wait=0 for bulk cursor open ...Sulabh Mahajan2016-07-261-5/+12
* WT-2773 search_near in an index should find exact matches. (#2882)Michael Cahill2016-07-171-7/+45
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-7/+7
* WT-2757 Column tables behave differently when column names are provided (#2864)Keith Bostic2016-07-121-5/+10
* WT-2759 Releasing the hot-backup lock doesn't require the schema lock. (#2866)Keith Bostic2016-07-121-14/+9
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-118-71/+61
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-223-12/+12
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-213-15/+14
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+0
* WT-2668 Create join statistics that are useful and are easy to understand. (#...Don Anderson2016-06-071-5/+7
* WT-2689 Fix heap-use-after-free on cursor error path. (#2782)sueloverso2016-06-071-1/+2
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-031-7/+7
* Revert "WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)"Keith Bostic2016-06-011-1/+1
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)Don Anderson2016-06-011-1/+1