| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3093 Reduce the size of WT_PAGE. (#3212) | Keith Bostic | 2016-12-23 | 1 | -2/+2 |
* | WT-3021 fixes for java log example, raw mode in java, and raw mode in log cur... | Don Anderson | 2016-12-02 | 1 | -40/+22 |
* | WT-2859 Restructure statistics gathering macros (#3016) | Sulabh Mahajan | 2016-09-14 | 1 | -4/+4 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -2/+2 |
* | WT-2693 Check open_cursor error paths for consistent handling (#2859) | Keith Bostic | 2016-07-11 | 1 | -19/+7 |
* | WT-2318 Add use of auto adjusting condition for some log threads. | Susan LoVerso | 2016-03-04 | 1 | -1/+1 |
* | WT-2410: Casting function pointers to different types | Keith Bostic | 2016-02-19 | 1 | -16/+16 |
* | WT-2215 Make WT_LSN simply a union. Clean up based on review. | Susan LoVerso | 2016-01-29 | 1 | -5/+5 |
* | WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value. | Susan LoVerso | 2016-01-25 | 1 | -7/+8 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2031 Code cleanup. Remove join call under lock as it led to hangs. | Susan LoVerso | 2015-08-25 | 1 | -1/+1 |
* | WT-2031 Make log compare an inlined function to use local variables so | Susan LoVerso | 2015-08-10 | 1 | -1/+1 |
* | WT-2031 Add force_write wrapper. Force write when opening a log cursor. | Susan LoVerso | 2015-08-05 | 1 | -0/+6 |
* | Map ENOENT to WT_NOTFOUND in log cursors. | Michael Cahill | 2015-05-21 | 1 | -4/+10 |
* | Review the rest of the LOG_XXX and SLOT_XXX #defines, prefix with "WT_". | Keith Bostic | 2015-05-18 | 1 | -10/+11 |
* | Change LOG_CMP to WT_LOG_CMP. WT-1906 | Susan LoVerso | 2015-04-27 | 1 | -1/+1 |
* | Modify log_scan callback args to send in next LSN. #1837 | Susan LoVerso | 2015-03-31 | 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 |