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
/
support
Age
Commit message (
Expand
)
Author
2014-02-26
Allow overlapping strings when setting a buffer's contents, it's not
Keith Bostic
2014-02-06
Add statistics to track the amount of time application threads spend throttle...
Michael Cahill
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-12-22
uint32_t/size_t review: __wt_raw_to_hex_mem() should take a size_t
Keith Bostic
2013-12-22
whitespace cleanup, no longer any need to cast a size_t to a uint32_t
Keith Bostic
2013-12-20
__open_directory_sync can sync the wrong directory if the application
Keith Bostic
2013-12-20
Replace WT_PTRDIFF32 with WT_PTRDIFF where we're storing into a
Keith Bostic
2013-12-20
Remove most uses of WT_STORE_SIZE, it was primarily used to convert
Keith Bostic
2013-12-19
Rework the pthread spinlock logging code.
Keith Bostic
2013-12-17
Fix some 64-to-32-bit conversion warnings on OS X.
Michael Cahill
2013-12-16
Better/fixed support for huge keys/values.
Keith Bostic
2013-12-16
The slot is read in a separate thread (the statistics logging thread),
Keith Bostic
2013-12-16
Unregister spinlocks from the connection when they are destroyed.
Michael Cahill
2013-12-13
We need to handle static "location ID" variables with both multiple
Keith Bostic
2013-12-11
Add spinlock statistics for __wt_spin_trylock() calls.
Keith Bostic
2013-12-11
Make spinlock stats work across open/close of the WT_CONNECTION.
Keith Bostic
2013-11-30
Track connection & session data handle sweeps consistently, move
Keith Bostic
2013-11-27
Use the same timestamp format in wtperf output as in statistics_log
Keith Bostic
2013-11-24
Add a connection statistic when checkpoint is running so statlog will
Keith Bostic
2013-11-21
Cleanup warnings from s_all.
Michael Cahill
2013-11-21
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-18
Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures.
Keith Bostic
2013-11-18
Merge branch 'develop' into fine-grained-durability
Alex Gorrod
2013-11-17
Rename block manager statistics with "block manager" prefix so they sort
Keith Bostic
2013-11-15
typo
Keith Bostic
2013-11-15
The bottom-level event handlers need to handle a NULL session, the
Keith Bostic
2013-11-14
Don't use condition variables in log code when no-sync is configured.
Alex Gorrod
2013-11-14
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-13
Remove trailing whitespace after the timestamp.
Keith Bostic
2013-11-12
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-12
Fix another GCC/clang warning on OS X:
Michael Cahill
2013-11-11
Cleanup based on Keith's comments. #753
Susan LoVerso
2013-11-12
Fix build warning:
Alex Gorrod
2013-11-11
Print tid via call to new __wt_raw_to_hex_mem function. #753
Susan LoVerso
2013-11-11
Fix pthread_t print issue. #753
Susan LoVerso
2013-11-11
Cast pthread_self for printing. #753
Susan LoVerso
2013-11-11
Add timestamp and pid/tid to messages. #753
Susan LoVerso
2013-11-11
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-11
Go back to "allocation_size" to avoid breaking the world.
Michael Cahill
2013-11-09
Fix a few instances of "hazard reference" wording that crept back in.
Keith Bostic
2013-11-09
Merge branch 'develop' into compress
Keith Bostic
2013-11-09
Compression changes.
Keith Bostic
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-08
imported patch spelling
Michael Cahill
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-08
Add statistics tracking forced eviction.
Alex Gorrod
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-05
Add a statistic of the number of bytes currently available in the file
Keith Bostic
2013-11-05
Create a Python pass for source code style checking (to eventually replace s_...
Michael Cahill
[next]