summaryrefslogtreecommitdiff
path: root/src/include/log.h
AgeCommit message (Expand)Author
2014-10-03Formatting cleanups after the wt_off_t change.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-09-26whitespaceKeith Bostic
2014-08-27Coordinate log cursors and log archiving. #1163Susan LoVerso
2014-08-26Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill
2014-08-26Merge pull request #1173 from wiredtiger/ckpt-log-sizeMichael Cahill
2014-08-21Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso
2014-08-21Refactor to remove layering violations. #1170Susan LoVerso
2014-08-20Add log_size configuration for checkpoints. #1170Susan LoVerso
2014-07-31Make step-mode cursors the only log cursor type. #1106Susan LoVerso
2014-07-29Make generated record and op types public.Susan LoVerso
2014-07-29Add fileid to value format. #1106Susan LoVerso
2014-07-29Clean up and fix warnings.Susan LoVerso
2014-07-29Change the content of the value returned to include optype, andSusan LoVerso
2014-07-28Rename iterator->step. Remove txnid from key. #1106Susan LoVerso
2014-07-24Add ex_log.c example. Don't spell-check key formats. #1106Susan LoVerso
2014-07-23Add iterator config type to log cursors. #1106Susan LoVerso
2014-07-15Add log cursors. #1106Susan LoVerso
2014-01-08When using fsync or fdatasync for log durability, have groups of threads pigg...Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-21Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill
2013-11-15Add a heuristic to tune how long log slot close waits.Alex Gorrod
2013-11-12Switch log code from busy wait loops to condition variables.Alex Gorrod
2013-11-12Fixes based on Sue's review feedback.Michael Cahill
2013-11-08Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-08Fix compiler warning:Alex Gorrod
2013-10-25Add statistics to log buffering and general review cleanup.Alex Gorrod
2013-10-24Change the sleep in log_slot_close to a yield.Alex Gorrod
2013-10-22Various enhancements to consolidated logging:Alex Gorrod
2013-10-21Use WT_CACHE_LINE_ALIGNMENT convention. #703Susan LoVerso
2013-10-21Fix a race growing the log slot buffer.Alex Gorrod
2013-10-18Add basic log buffering support. Not yet complete.Alex Gorrod
2013-09-14Treat database-wide checkpoints differently to file syncs. For database-wide...Michael Cahill
2013-09-14Fixes from Sue's initial review:Michael Cahill
2013-09-04Add __wt_log_ckpt to record a checkpoint LSN and signal archive thread.Susan LoVerso
2013-08-30Add logging and recovery of file truncates.Michael Cahill
2013-08-29Deal with empty metadata during recovery.Michael Cahill
2013-08-29Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill
2013-08-26Save LSNs in files during checkpoint.Michael Cahill
2013-08-13Update dist/log.py to generate code to read and write log records.Michael Cahill
2013-07-18Lint.Susan LoVerso
2013-07-17Some small fixes / changes to logging to fix the size of records passed to ca...Michael Cahill
2013-07-16Delay pre-allocation until first real log record is written.Susan LoVerso
2013-07-08Make offsets, lens and slot state 64-bits.Susan LoVerso
2013-06-20Fix some signed / unsigned warnings.Michael Cahill
2013-06-19Add a couple new stats. Changes to handle direct_io.Susan LoVerso
2013-06-19Clean up warnings.Susan LoVerso
2013-06-04Clean up strings. Add slot_release_lsn to fix bug when changing files.Susan LoVerso
2013-06-03Clean up a bunch of warnings and remove a bunch of prints.Susan LoVerso
2013-05-29Remove unnecessary total_len from log record.Susan LoVerso