| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1987 from wiredtiger/log-cursor-enoent | sueloverso | 2015-05-25 | 1 | -4/+10 |
* | Modify log_scan callback args to send in next LSN. #1837 | Susan LoVerso | 2015-04-25 | 1 | -3/+3 |
* | Revert "For now, just rename the WiredTiger function __wt_cursor_equals...", | Don Anderson | 2015-01-22 | 1 | -1/+1 |
* | For now, just rename the WiredTiger function __wt_cursor_equals to be | Keith Bostic | 2015-01-17 | 1 | -1/+1 |
* | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'develop' into cursor-reconfigure | Michael Cahill | 2015-01-14 | 1 | -16/+47 |
| |\ |
|
| * \ | Merge branch 'develop' into cursor-reconfigure | Keith Bostic | 2014-12-15 | 1 | -3/+3 |
| |\ \ |
|
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 1 | -0/+1 |
* | | | | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 1 | -4/+33 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'develop' into java-examples | Don Anderson | 2015-01-09 | 1 | -6/+7 |
| |\ \ \ |
|
| * | | | | A log cursor opened with RAW flag fields to be packed. | Don Anderson | 2015-01-09 | 1 | -4/+33 |
* | | | | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 1 | -1/+1 |
* | | | | | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic | 2015-01-10 | 1 | -0/+1 |
| |/ / /
|/| | | |
|
* | | | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -6/+6 |
* | | | | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
|/ / / |
|
* | | | Don't run recovery if restarting after a checkpoint taken with logging disabled. | Michael Cahill | 2014-12-30 | 1 | -4/+4 |
* | | | 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 |
| |/
|/| |
|
* | | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -3/+3 |
|/ |
|
* | Don't allow log cursors to have a readonly config def. #1351 | Susan LoVerso | 2014-12-11 | 1 | -2/+0 |
* | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso | 2014-12-02 | 1 | -2/+2 |
* | Change read/write locks to no longer track if an exclusive lock was | Keith Bostic | 2014-10-28 | 1 | -1/+1 |
* | Don't jump out of __curlog_close early, accumulate errors instead. | Keith Bostic | 2014-10-24 | 1 | -3/+3 |
* | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic | 2014-10-04 | 1 | -1/+1 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -1/+1 |
* | __wt_cursor_init has a long list of tests for cursor methods that we | Keith Bostic | 2014-09-16 | 1 | -4/+4 |
* | whitespace | Keith Bostic | 2014-08-28 | 1 | -2/+1 |
* | Coordinate log cursors and log archiving. #1163 | Susan LoVerso | 2014-08-27 | 1 | -0/+15 |
* | Fix the size of the value returned when stepping into log records. We skip t... | Michael Cahill | 2014-08-26 | 1 | -3/+3 |
* | Merge develop. | Michael Cahill | 2014-08-26 | 1 | -7/+8 |
|\ |
|
| * | Move step_count back out of conditional. Fix example printing. | Susan LoVerso | 2014-08-25 | 1 | -7/+8 |
* | | Log cursors are readonly period. | Keith Bostic | 2014-08-23 | 1 | -1/+1 |
|/ |
|
* | Add log_printf call to ex_log. Plus some fixes for it. #1171 | Susan LoVerso | 2014-08-21 | 1 | -10/+17 |
* | Fix a bug I introduced into log cursors: use the log record buffer directly, ... | Michael Cahill | 2014-08-01 | 1 | -7/+8 |
* | Minor lint, I don't think there's a need to cast to const. | Keith Bostic | 2014-08-01 | 1 | -2/+2 |
* | __wt_scr_alloc() can fail, check. | Keith Bostic | 2014-08-01 | 1 | -3/+3 |
* | Make lint happier by not converting a size_t to a uint32_t. | Keith Bostic | 2014-08-01 | 1 | -2/+2 |
* | Visit all log record headers (including commits) at step zero. | Michael Cahill | 2014-08-01 | 1 | -18/+16 |
* | Make step-mode cursors the only log cursor type. #1106 | Susan LoVerso | 2014-07-31 | 1 | -134/+38 |
* | Clean up example. Add a couple comments. | Susan LoVerso | 2014-07-30 | 1 | -2/+9 |
* | Keep buffers with log cursors until close. This avoids some cases where NULL... | Michael Cahill | 2014-07-30 | 1 | -23/+15 |
* | Add fileid to value format. #1106 | Susan LoVerso | 2014-07-29 | 1 | -11/+12 |
* | Return real operation key/value information in step cursor. #1106 | Susan LoVerso | 2014-07-29 | 1 | -18/+78 |
* | Clean up and fix warnings. | Susan LoVerso | 2014-07-29 | 1 | -3/+1 |
* | Change the content of the value returned to include optype, and | Susan LoVerso | 2014-07-29 | 1 | -28/+44 |
* | Rename iterator->step. Remove txnid from key. #1106 | Susan LoVerso | 2014-07-28 | 1 | -50/+49 |
* | Minor cleanup. | Susan LoVerso | 2014-07-24 | 1 | -3/+3 |
* | Make copy of log record for all log records. #1106. | Susan LoVerso | 2014-07-23 | 1 | -48/+45 |
* | Get compare and search working for log iterator cursors. #1106 | Susan LoVerso | 2014-07-23 | 1 | -39/+69 |
* | Add iterator config type to log cursors. #1106 | Susan LoVerso | 2014-07-23 | 1 | -7/+156 |