summaryrefslogtreecommitdiff
path: root/src/cursor/cur_table.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3369 WT_CURSOR->uri should always match the URI used to open the cursor (#...Don Anderson2017-06-141-0/+6
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-0/+2
* WT-3339 The CURSOR_UPDATE_API_CALL macro will dump core on a NULL btree handl...Keith Bostic2017-05-241-3/+3
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-2/+0
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-0/+2
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-8/+51
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3228 Remove with overwrite shouldn't return WT_NOTFOUND (#3339)Keith Bostic2017-03-241-0/+12
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-2/+2
* WT-3212 Table cursors should not free memory owned by the table. (#3327)Don Anderson2017-03-171-3/+7
* WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-141-2/+28
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-141-1/+1
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-201-1/+1
* WT-3056 Allow projected table and join cursors to use primary keys (#3186)Don Anderson2016-12-121-1/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-4/+1
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-1/+1
* WT-2987 Fix a bug where opening a cursor on an incomplete table drops core (#...Keith Bostic2016-10-241-12/+27
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-1/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-2/+2
* WT-2757 Column tables behave differently when column names are provided (#2864)Keith Bostic2016-07-121-5/+10
* WT-2689 Fix heap-use-after-free on cursor error path. (#2782)sueloverso2016-06-071-1/+2
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-32/+32
* WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-1/+1
* WT-2333 Add a "no_wait" mode to WT_SESSION::drop.Michael Cahill2016-01-211-1/+4
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2275: the created cursor isn't being closed on error.Keith Bostic2015-12-091-2/+5
* Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-191-0/+1
|\
| * WT-2218 Add truncate statsSusan LoVerso2015-11-161-0/+1
* | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-171-17/+26
|\ \ | |/
| * WT-2217 Fix table inserts: keep the primary positioned during index updates.Michael Cahill2015-11-161-18/+19
| * WT-2217: don't clear the key/value set flags unless the insert call wasKeith Bostic2015-11-151-9/+9
| * WT-2217: change WT_CURSOR.insert to clear "set" key/value on succesfulKeith Bostic2015-11-151-3/+11
* | WT-1315. Changed names of macros and inline functions to be more clearDon Anderson2015-11-101-7/+4
* | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-041-1/+4
|\ \ | |/
| * WT-2178 When running in memory return an error if an operation wouldAlex Gorrod2015-10-221-1/+1
* | WT-1315. Added support for join cursors:Don Anderson2015-11-031-33/+15
|/
* Boolean conversion pass over schema.Keith Bostic2015-09-241-3/+3
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-8/+8
* Merge branch 'develop' into more-boolMichael Cahill2015-09-241-40/+53
|\
| * whitespaceKeith Bostic2015-09-221-2/+1
| * Allow an index to be created any time. Encapsulate the operationDon Anderson2015-05-291-40/+54
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-2/+2
|/
* Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-221-1/+1
* Coverity 1264611, memory leak (WT_RET that should have been a WT_ERR).Keith Bostic2015-01-191-1/+1
* For now, just rename the WiredTiger function __wt_cursor_equals to beKeith Bostic2015-01-171-1/+1
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-14/+22
|\
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-6/+9
| |\
| * | Turn off the read-only configuration during table, index, andKeith Bostic2014-12-221-14/+20
| * | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-1/+1
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-28/+30