| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a single set of fhandle flags for open and close. #1785 | Susan LoVerso | 2015-03-24 | 1 | -3/+3 |
* | Add flags to wt_fopen/fclose. #1785 | Susan LoVerso | 2015-03-23 | 1 | -3/+3 |
* | Convert the rest of the __wt_exist/__wt_remove pairs into single calls | Keith Bostic | 2015-03-21 | 1 | -15/+8 |
* | If the underlying FILE was opened for writing, flush and fsynd it | Keith Bostic | 2015-03-20 | 1 | -2/+2 |
* | Remove call to __wt_filename from __backup_file_create, it's no longer | Keith Bostic | 2015-03-20 | 1 | -12/+3 |
* | Push the rest of the FILE handle functions down into the OS-specific | Keith Bostic | 2015-03-20 | 1 | -14/+6 |
* | Update the comment about searching in an index to clarify why we can only | Michael Cahill | 2015-03-20 | 1 | -11/+19 |
* | Use the configured collator when index cursor need to compare keys. | Michael Cahill | 2015-03-19 | 1 | -7/+42 |
* | Remove a couple of unnecessary function prototypes. | Keith Bostic | 2015-03-16 | 1 | -3/+0 |
* | Ensure we free memory when statistics cursor open fails. | Alex Gorrod | 2015-03-16 | 1 | -7/+19 |
* | Don't test for invalid keys in search until we've initialized the | Keith Bostic | 2015-03-10 | 1 | -3/+3 |
* | Explain why we do an initial statistics cursor snapshot before we return | Keith Bostic | 2015-03-10 | 1 | -2/+7 |
* | Change the statistics cursor WT_CURSOR.reset method to re-load statistics | Keith Bostic | 2015-03-08 | 1 | -4/+47 |
* | When dumping indices, use raw mode. Refs #1709. | Don Anderson | 2015-02-27 | 1 | -1/+1 |
* | Remove WT_RET() call before return() call, it's not needed. | Keith Bostic | 2015-02-24 | 1 | -1/+0 |
* | Disable aggregation across all open checkpoints if statistics cursors don't s... | Michael Cahill | 2015-02-12 | 1 | -65/+1 |
* | Merge pull request #1588 from wiredtiger/py-swig-naming | Keith Bostic | 2015-01-24 | 5 | -6/+6 |
|\ |
|
| * | Revert "For now, just rename the WiredTiger function __wt_cursor_equals...", | Don Anderson | 2015-01-22 | 5 | -6/+6 |
* | | Merge pull request #1576 from wiredtiger/stat-cursor-deadlock | Michael Cahill | 2015-01-20 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | Fix a deadlock opening statistics cursors. | Alex Gorrod | 2015-01-17 | 1 | -3/+7 |
* | | Coverity 1264611, memory leak (WT_RET that should have been a WT_ERR). | Keith Bostic | 2015-01-19 | 1 | -1/+1 |
|/ |
|
* | For now, just rename the WiredTiger function __wt_cursor_equals to be | Keith Bostic | 2015-01-17 | 5 | -6/+6 |
* | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 11 | -60/+92 |
|\ |
|
| * | Don't allow "readonly" to be reconfigured on cursors. | Michael Cahill | 2015-01-17 | 2 | -31/+6 |
| * | Merge branch 'develop' into cursor-reconfigure | Michael Cahill | 2015-01-14 | 13 | -27/+71 |
| |\ |
|
| * | | Typo, the test for a configuration string is (cval.len != 0). | Keith Bostic | 2014-12-22 | 1 | -1/+1 |
| * | | Turn off the read-only configuration during table, index, and | Keith Bostic | 2014-12-22 | 1 | -14/+20 |
| * | | lint, variable no longer used. | Keith Bostic | 2014-12-22 | 1 | -2/+0 |
| * | | Now that you can reconfigure cursors, configuring a cursor read-only | Keith Bostic | 2014-12-22 | 2 | -10/+15 |
| * | | Merge branch 'develop' into cursor-reconfigure | Keith Bostic | 2014-12-22 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge branch 'develop' into cursor-reconfigure | Keith Bostic | 2014-12-15 | 9 | -13/+15 |
| |\ \ \ |
|
| * | | | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 11 | -79/+127 |
* | | | | | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 2 | -5/+33 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge pull request #1526 from wiredtiger/java-examples | Alex Gorrod | 2015-01-12 | 1 | -4/+33 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'develop' into java-examples | Don Anderson | 2015-01-09 | 13 | -13/+26 |
| | |\ \ \ \ |
|
| | * | | | | | A log cursor opened with RAW flag fields to be packed. | Don Anderson | 2015-01-09 | 1 | -4/+33 |
| * | | | | | | The cursor internal flag WT_CURSTD_DATA_SOURCE is no longer used anywhere, | Keith Bostic | 2015-01-10 | 1 | -1/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not. | Michael Cahill | 2015-01-17 | 2 | -5/+4 |
* | | | | | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 11 | -16/+38 |
* | | | | | | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic | 2015-01-10 | 10 | -31/+75 |
|/ / / / / |
|
* | | | | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 5 | -13/+13 |
* | | | | | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 13 | -0/+13 |
|/ / / / |
|
* | | | | Don't run recovery if restarting after a checkpoint taken with logging disabled. | Michael Cahill | 2014-12-30 | 1 | -4/+4 |
* | | | | Check if array was allocated. #1518 | Susan LoVerso | 2014-12-29 | 1 | -3/+5 |
* | | | | Minor cleanup: unused variables, KNF. | Michael Cahill | 2014-12-24 | 1 | -3/+3 |
* | | | | Fix compile warnings as errors | Mark Benvenuto | 2014-12-23 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | Don't support "target=none" as a backup configuration: the empty string means... | Michael Cahill | 2014-12-17 | 1 | -1/+1 |
| |/
|/| |
|
* | | If standard cursor configuration (__wt_cursor_init) fails opening a | Keith Bostic | 2014-12-15 | 1 | -1/+3 |
* | | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 9 | -12/+12 |
* | | Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead. | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
|/ |
|