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
/
txn
Age
Commit message (
Expand
)
Author
2014-10-14
Typo in last commit: s/remove/reset(!)
Michael Cahill
2014-10-14
Close and reset cursors that could prevent eviction during recovery.
Michael Cahill
2014-10-03
Add size specific atomics for 1, 4 & 8 byte atomic operations
Mark Benvenuto
2014-09-12
Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,
Keith Bostic
2014-09-09
Don't check for a checkpoint name match if none was specified (yeah,
Keith Bostic
2014-09-09
Disallow JSON quoting characters in checkpoint names, it's not a good
Keith Bostic
2014-08-29
Merge branch 'develop' into no-txn-reset-cursors
Michael Cahill
2014-08-28
whitespace
Keith Bostic
2014-08-28
whitespace
Keith Bostic
2014-08-28
whitespace
Keith Bostic
2014-08-27
Don't reset cursors during transaction begin or commit (only on rollback).
Michael Cahill
2014-08-26
Fix the size of the value returned when stepping into log records. We skip t...
Michael Cahill
2014-08-21
Add log_printf call to ex_log. Plus some fixes for it. #1171
Susan LoVerso
2014-08-04
Add a new OS-layer function __wt_fsync_async to flush a file without
Keith Bostic
2014-08-01
Merge pull request #1141 from wiredtiger/acquire-metadata-at-session-create
Michael Cahill
2014-08-01
Free the handle list allocated during checkpoints.
Michael Cahill
2014-08-01
Clear the count of checkpoint handles after flushing.
Michael Cahill
2014-08-01
txn/txn_ckpt.c:260:33: error: 'i' may be used uninitialized in this function
Michael Cahill
2014-08-01
Flush files in the order they were opened.
Michael Cahill
2014-07-31
Instead of keeping a list of file URIs for checkpoint to flush,
Keith Bostic
2014-07-31
Wait for the handle flush lock when writing the leaf pages instead
Keith Bostic
2014-07-30
Create a new routine that creates internal sessions (the old "internal"
Keith Bostic
2014-07-29
I believe the read-write-modify cycle of the metadata when we create a
Keith Bostic
2014-07-29
Remove uses of the checkpoint lock other than serializing checkpoints:
Keith Bostic
2014-07-29
Merge branch 'develop' into relax-checkpoint-lock
Keith Bostic
2014-07-29
Don't ignore the return from the forced checkpoint.
Keith Bostic
2014-07-29
Merge pull request #1123 from wiredtiger/force-log-ckpt
Michael Cahill
2014-07-28
Fix type warning.
Susan LoVerso
2014-07-28
Force a full database checkpoint at the end of recovery. #1115
Susan LoVerso
2014-07-25
Don't hold the checkpoint lock when flushing leaf pages during close or
Keith Bostic
2014-07-25
Remove unused temporary buffer.
Keith Bostic
2014-07-25
Combine the not-modified and not-checkpoint code in one place rather than
Keith Bostic
2014-07-23
Revert "Switch from using the checkpoint lock to serialize bulk-load close and"
Keith Bostic
2014-07-22
Switch from using the checkpoint lock to serialize bulk-load close and
Keith Bostic
2014-07-17
Force a checkpoint at the end of recovery so that the checkpoint LSN
Susan LoVerso
2014-07-17
Rename __wt_bt_cache_XXX functions to be __wt_cache_XXX to match the
Keith Bostic
2014-07-15
Don't use S2C() where we already have a local variable.
Keith Bostic
2014-07-01
Cleanup based on Alex's feedback.
Michael Cahill
2014-06-20
Free memory more aggressively after splits. Keep the list of allocated objec...
Michael Cahill
2014-06-20
Clarify that the transaction sync setting overrides the global setting. Add ...
Michael Cahill
2014-06-19
Minor cleanup. Add enabled/none test case back in. #1074
Susan LoVerso
2014-06-19
Split the global transaction_sync configuration into two parts: a sync method...
Michael Cahill
2014-06-18
Add per-txn sync configuration support. #1074
Susan LoVerso
2014-06-10
Check on transaction release if we can release any segments from the
Keith Bostic
2014-06-03
Fix a bug in recovery with missing files (e.g., after a hotbackup that raced ...
Michael Cahill
2014-05-23
Change WT_METADATA_URI to "metadata:".
Michael Cahill
2014-05-20
Flag rename:
Keith Bostic
2014-05-19
In the fast-path for avoiding scans of the global transaction table, check th...
Michael Cahill
2014-05-13
Don't roll forward the metadata when opening a hot backup: the version restor...
Michael Cahill
2014-05-05
A somewhat different approach to --enable-verbose: inline __wt_verbose()
Keith Bostic
[next]