summaryrefslogtreecommitdiff
path: root/src/support
AgeCommit message (Expand)Author
2014-05-12Add backoff to sleep if no async work available. #1002Susan LoVerso
2014-05-07Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-04-30Merge branch 'develop' into asyncSusan LoVerso
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-29Change __wt_buf_grrow_worker to copy non-local data into place, thisKeith Bostic
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-04-28Add asynchronous compact support to async API.Susan LoVerso
2014-04-25Inline the buffer-size check parts of the standard scratch bufferKeith Bostic
2014-04-16Changes for atomic use for flush command. Fix counts in wtperf forSusan LoVerso
2014-04-14Merge branch 'develop' into asyncSusan LoVerso
2014-04-14Add async support for wtperf populate. Remove unused stat.Susan LoVerso
2014-04-08whitespaceKeith Bostic
2014-04-07Merge branch 'develop' into asyncMichael Cahill
2014-03-26Compilation fixes for C code.Susan LoVerso
2014-03-26Clean up pass for s_all.Susan LoVerso
2014-03-17In diagnostic mode, assert instead of doing the panic, it makes it easierKeith Bostic
2014-03-15Remove the WT_SESSION_IMPL dump code, nobody is using it and it'sKeith Bostic
2014-03-10Add statistics to show just how much prefix/suffix compression areKeith Bostic
2014-03-05Merge branch 'develop' into new-splitKeith Bostic
2014-02-27Fix a comment, there's no "page server" thread.Keith Bostic
2014-02-27There's only one remaining verbose hazard pointer message (onKeith Bostic
2014-02-27Fix up the statistics fields, remove most of the previous merge/splitKeith Bostic
2014-02-27Remove the code associated with WT_REF_EVICT_WALK.Michael Cahill
2014-02-26Flush stdout/stderr when it's used, that way we don't lose messagesKeith Bostic
2014-02-26Merge branch 'develop' into new-splitKeith Bostic
2014-02-26Allow overlapping strings when setting a buffer's contents, it's notKeith Bostic
2014-02-22Add code to check for identical blocks when reconciling a page: if weKeith Bostic
2014-02-16Replace eviction code to deepen the tree using split-merge pages withKeith 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