summaryrefslogtreecommitdiff
path: root/src/include/log.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2076 from wiredtiger/WT-1989-warningAlex Gorrod2015-08-041-1/+1
* WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso2015-08-031-14/+14
* WT-1989 Bump slot pool up to 128.mongodb-3.0.5Susan LoVerso2015-07-131-1/+1
* Merge pull request #1979 from wiredtiger/log-slot-volatileAlex Gorrod2015-05-251-1/+4
* Set checkpoint LSN to existing log record. #1700Susan LoVerso2015-04-251-1/+2
* Revert "Move writing into log worker thread. #1683"Michael Cahill2015-03-091-2/+2
* Move writing into log worker thread. #1683Susan LoVerso2015-03-031-2/+2
* Clear flags when freeing slot. Remove extra stats. #1683Susan LoVerso2015-02-231-0/+2
* Add log worker thread to advance write_lsn. #1683Susan LoVerso2015-02-191-2/+6
* Merge pull request #1561 from markbenvenuto/msvc_alignKeith Bostic2015-02-021-2/+2
|\
| * Struct alignment and packing for MSVCMark Benvenuto2015-01-151-2/+2
* | Add log code to ensure write-no-sync. #1585Susan LoVerso2015-01-211-0/+2
|/
* 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-8/+11
* Merge branch 'orig-log-compress' into log-compressDon Anderson2014-12-021-1/+5
|\
| * Added log compression. When configured, we attempt to compressDon Anderson2014-12-021-1/+5
* | Pre-allocate logs into a temporary file to avoid racing. #1373Susan LoVerso2014-11-261-0/+1
* | Change prepare to prealloc and make it a value rather than booleanSusan LoVerso2014-11-251-4/+3
* | Just pre-allocate log files instead of recycling. #1373Susan LoVerso2014-11-241-3/+5
* | Reuse a prepared recycled log file instead of creating a new one if weSusan LoVerso2014-11-181-2/+2
* | First part of recyclng log files. Have archiving move them aside andSusan LoVerso2014-11-171-1/+3
|/
* Keep an open file handle on the log directory. #1343Susan LoVerso2014-11-061-0/+1
* Initialize sync_dir_lsn to zero, not one. #1343Susan LoVerso2014-11-061-0/+5
* Add SLOT_SYNC_DIR to sync directory on both dsync and fsync. #1343Susan LoVerso2014-11-051-0/+1
* Let logging manage syncing the directory itself #1343Susan LoVerso2014-11-051-0/+1
* Formatting cleanups after the wt_off_t change.Keith Bostic2014-10-031-5/+7
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-3/+3
* whitespaceKeith Bostic2014-09-261-3/+3
* Coordinate log cursors and log archiving. #1163Susan LoVerso2014-08-271-0/+2
* Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill2014-08-261-2/+2
* Merge pull request #1173 from wiredtiger/ckpt-log-sizeMichael Cahill2014-08-261-0/+1
|\
| * Refactor to remove layering violations. #1170Susan LoVerso2014-08-211-1/+0
| * Add log_size configuration for checkpoints. #1170Susan LoVerso2014-08-201-0/+2
* | Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso2014-08-211-0/+5
|/
* Make step-mode cursors the only log cursor type. #1106Susan LoVerso2014-07-311-2/+1
* Make generated record and op types public.Susan LoVerso2014-07-291-20/+0
* Add fileid to value format. #1106Susan LoVerso2014-07-291-2/+2
* Clean up and fix warnings.Susan LoVerso2014-07-291-1/+1
* Change the content of the value returned to include optype, andSusan LoVerso2014-07-291-9/+12
* Rename iterator->step. Remove txnid from key. #1106Susan LoVerso2014-07-281-1/+1
* Add ex_log.c example. Don't spell-check key formats. #1106Susan LoVerso2014-07-241-2/+2
* Add iterator config type to log cursors. #1106Susan LoVerso2014-07-231-1/+2
* Add log cursors. #1106Susan LoVerso2014-07-151-10/+6
* When using fsync or fdatasync for log durability, have groups of threads pigg...Michael Cahill2014-01-081-3/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill2013-11-211-2/+2
* Add a heuristic to tune how long log slot close waits.Alex Gorrod2013-11-151-0/+1
* Switch log code from busy wait loops to condition variables.Alex Gorrod2013-11-121-0/+4
* Fixes based on Sue's review feedback.Michael Cahill2013-11-121-12/+10
* Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-081-1/+5
|\