summaryrefslogtreecommitdiff
path: root/src/cursor/cur_log.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-2/+2
* WT-3021 fixes for java log example, raw mode in java, and raw mode in log cur...Don Anderson2016-12-021-40/+22
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-4/+4
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+2
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-19/+7
* WT-2318 Add use of auto adjusting condition for some log threads.Susan LoVerso2016-03-041-1/+1
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-16/+16
* WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-291-5/+5
* WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-251-7/+8
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2031 Code cleanup. Remove join call under lock as it led to hangs.Susan LoVerso2015-08-251-1/+1
* WT-2031 Make log compare an inlined function to use local variables soSusan LoVerso2015-08-101-1/+1
* WT-2031 Add force_write wrapper. Force write when opening a log cursor.Susan LoVerso2015-08-051-0/+6
* Map ENOENT to WT_NOTFOUND in log cursors.Michael Cahill2015-05-211-4/+10
* Review the rest of the LOG_XXX and SLOT_XXX #defines, prefix with "WT_".Keith Bostic2015-05-181-10/+11
* Change LOG_CMP to WT_LOG_CMP. WT-1906Susan LoVerso2015-04-271-1/+1
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-03-311-3/+3
* Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-221-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-0/+1
|\
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-16/+47
| |\
| * \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-3/+3
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-0/+1
* | | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-4/+33
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into java-examplesDon Anderson2015-01-091-6/+7
| |\ \ \
| * | | | A log cursor opened with RAW flag fields to be packed.Don Anderson2015-01-091-4/+33
* | | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+1
* | | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
| |/ / / |/| | |
* | | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-6/+6
* | | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
|/ / /
* | | Don't run recovery if restarting after a checkpoint taken with logging disabled.Michael Cahill2014-12-301-4/+4
* | | Minor cleanup: unused variables, KNF.Michael Cahill2014-12-241-3/+3
* | | Fix compile warnings as errorsMark Benvenuto2014-12-231-1/+2
| |/ |/|
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-3/+3
|/
* Don't allow log cursors to have a readonly config def. #1351Susan LoVerso2014-12-111-2/+0
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-2/+2
* Change read/write locks to no longer track if an exclusive lock wasKeith Bostic2014-10-281-1/+1
* Don't jump out of __curlog_close early, accumulate errors instead.Keith Bostic2014-10-241-3/+3
* STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-1/+1
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-1/+1
* __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-4/+4
* whitespaceKeith Bostic2014-08-281-2/+1
* Coordinate log cursors and log archiving. #1163Susan LoVerso2014-08-271-0/+15
* Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill2014-08-261-3/+3
* Merge develop.Michael Cahill2014-08-261-7/+8
|\
| * Move step_count back out of conditional. Fix example printing.Susan LoVerso2014-08-251-7/+8
* | Log cursors are readonly period.Keith Bostic2014-08-231-1/+1
|/
* Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso2014-08-211-10/+17
* Fix a bug I introduced into log cursors: use the log record buffer directly, ...Michael Cahill2014-08-011-7/+8
* Minor lint, I don't think there's a need to cast to const.Keith Bostic2014-08-011-2/+2