summaryrefslogtreecommitdiff
path: root/src/cursor
Commit message (Expand)AuthorAgeFilesLines
* When dumping indices, use raw mode. Refs #1709.Don Anderson2015-02-271-1/+1
* Remove WT_RET() call before return() call, it's not needed.Keith Bostic2015-02-241-1/+0
* Disable aggregation across all open checkpoints if statistics cursors don't s...Michael Cahill2015-02-121-65/+1
* Merge pull request #1588 from wiredtiger/py-swig-namingKeith Bostic2015-01-245-6/+6
|\
| * Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-225-6/+6
* | Merge pull request #1576 from wiredtiger/stat-cursor-deadlockMichael Cahill2015-01-201-3/+7
|\ \ | |/ |/|
| * Fix a deadlock opening statistics cursors.Alex Gorrod2015-01-171-3/+7
* | 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-175-6/+6
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-1711-60/+92
|\
| * Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-172-31/+6
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-1413-27/+71
| |\
| * | Typo, the test for a configuration string is (cval.len != 0).Keith Bostic2014-12-221-1/+1
| * | Turn off the read-only configuration during table, index, andKeith Bostic2014-12-221-14/+20
| * | lint, variable no longer used.Keith Bostic2014-12-221-2/+0
| * | Now that you can reconfigure cursors, configuring a cursor read-onlyKeith Bostic2014-12-222-10/+15
| * | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-221-1/+1
| |\ \
| * \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-159-13/+15
| |\ \ \
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-1111-79/+127
* | | | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-172-5/+33
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #1526 from wiredtiger/java-examplesAlex Gorrod2015-01-121-4/+33
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into java-examplesDon Anderson2015-01-0913-13/+26
| | |\ \ \ \
| | * | | | | A log cursor opened with RAW flag fields to be packed.Don Anderson2015-01-091-4/+33
| * | | | | | The cursor internal flag WT_CURSTD_DATA_SOURCE is no longer used anywhere,Keith Bostic2015-01-101-1/+0
| | |/ / / / | |/| | | |
* | | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-172-5/+4
* | | | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-1411-16/+38
* | | | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-1010-31/+75
|/ / / / /
* | | | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-055-13/+13
* | | | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0413-0/+13
|/ / / /
* | | | Don't run recovery if restarting after a checkpoint taken with logging disabled.Michael Cahill2014-12-301-4/+4
* | | | Check if array was allocated. #1518Susan LoVerso2014-12-291-3/+5
* | | | Minor cleanup: unused variables, KNF.Michael Cahill2014-12-241-3/+3
* | | | Fix compile warnings as errorsMark Benvenuto2014-12-231-1/+2
| |_|/ |/| |
* | | Don't support "target=none" as a backup configuration: the empty string means...Michael Cahill2014-12-171-1/+1
| |/ |/|
* | If standard cursor configuration (__wt_cursor_init) fails opening aKeith Bostic2014-12-151-1/+3
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-159-12/+12
* | Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-1/+1
|/
* Don't allow log cursors to have a readonly config def. #1351Susan LoVerso2014-12-111-2/+0
* Sweep old handles more aggressively:Michael Cahill2014-12-091-1/+6
* Merge branch 'develop' into none-configAlex Gorrod2014-12-082-3/+3
|\
| * Consolidate the function and just pass in the URI. #1439Susan LoVerso2014-12-041-1/+1
| * Add a URI-specific version of wt_conn_btree_apply. #1439Susan LoVerso2014-12-041-2/+2
| * Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-2/+2
* | Check for configurations of "none" in a wrapper around the config string pars...Michael Cahill2014-12-082-2/+2
|/
* whitespaceKeith Bostic2014-11-241-2/+1
* Fix some issues with the recent changes to handle locking:Michael Cahill2014-11-241-7/+5
* Switch to holding the checkpoint lock when opening a bulk cursor. This avoid...Michael Cahill2014-11-221-5/+8
* whitespaceKeith Bostic2014-11-201-2/+1
* Fix cases where applications try to update a value using a pointer into the s...Michael Cahill2014-11-202-15/+87
* Fix a case where a database-wide checkpoint could cause a bulk cursor open to...Michael Cahill2014-11-201-3/+15