summaryrefslogtreecommitdiff
path: root/src/cursor/cur_table.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-2/+2
* | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-28/+30
| |_|/ |/| |
* | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-3/+3
* | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* | | Check if array was allocated. #1518Susan LoVerso2014-12-291-3/+5
| |/ |/|
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
|/
* Fix cases where applications try to update a value using a pointer into the s...Michael Cahill2014-11-201-2/+36
* whitespaceKeith Bostic2014-11-191-2/+1
* Merge pull request #1380 from wiredtiger/checkpoint-concurrentcyMichael Cahill2014-11-191-1/+6
|\
| * Fix use of the table lock, which prevents tables from being opened when parti...Michael Cahill2014-11-141-1/+6
* | Add support for immutable indices.Alex Gorrod2014-11-181-8/+12
|/
* Fix table updates with custom extractor. We were stashing a copy of the new ...Michael Cahill2014-11-071-6/+11
* Custom-extractor lint, whitespace, reference #1215.Keith Bostic2014-11-041-1/+1
* Implement @agorrod's review comments, add a check that custom extractors don'...Michael Cahill2014-11-041-3/+10
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-291-5/+11
|\
| * Be tolerant of missing keys on an update with an index. #1319Susan LoVerso2014-10-281-5/+12
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-2/+2
|\ \ | |/
| * Take more care clearing WT_CURSTD_VALUE_INT, now that we use it internally to...Michael Cahill2014-10-201-2/+2
* | Only pad index keys for custom extractors, not for ordinary index cursors.Michael Cahill2014-10-161-1/+1
* | Handle custom extractors where the last key column is a WT_ITEM.Michael Cahill2014-10-161-7/+14
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-161-1/+1
|\ \ | |/
| * Merge branch 'develop' into json-loadAlex Gorrod2014-10-151-1/+1
| |\
| * \ Merge branch 'develop' into json-loadDon Anderson2014-09-251-4/+5
| |\ \
| * | | Add JSON loading to cursors and wt load utility. refs #740.Don Anderson2014-08-061-1/+1
* | | | More implementation of custom extractors: pass the number of columns calculat...Michael Cahill2014-10-101-8/+8
* | | | More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-091-24/+113