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