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