summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-26Cut release 1.5.3.1.5.3Alex Gorrod
2013-04-25Fix a spelling problem.Keith Bostic
2013-04-25Don't allow statistics_log "sources" configuration for objects otherKeith Bostic
2013-04-24I'm currently doing all runs of memrata with /dev/loop0.Keith Bostic
2013-04-24lint/whitespaceKeith Bostic
2013-04-24whitespaceKeith Bostic
2013-04-24Add support for kvs_truncate (I'm leaving the slow session-level truncateKeith Bostic
2013-04-24Report the version we want on failure.Keith Bostic
2013-04-24unused variable.Keith Bostic
2013-04-24Sue found the reason the open files count keeps climbing.Keith Bostic
2013-04-24Merge pull request #506 from wiredtiger/evict-cond-wakeMichael Cahill
2013-04-24Use a broadcast when signalling a condition variable. The only case where mo...Michael Cahill
2013-04-24Build wtperf as a static binary to make profiling simpler, only log "fast" st...Michael Cahill
2013-04-24Make sure two leaf pages fit in cache per thread: test/format does next/prev ...Michael Cahill
2013-04-24Introduce a condition variable for application threads waiting for evictionAlex Gorrod
2013-04-24Clear the eviction walk point while holding the eviction lock. Otherwise, an...Michael Cahill
2013-04-24src/conn/conn_cache.c: function with return after a jump to an error labelMichael Cahill
2013-04-24Move allocation and freeing of the LRU queue out of the eviction thread: appl...Michael Cahill
2013-04-24Merge branch 'develop' into bashoMichael Cahill
2013-04-23Merge pull request #487 from wiredtiger/lsm-ckpt-experimentsMichael Cahill
2013-04-24Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill
2013-04-24Be less aggressive about exiting cache full check early.Alex Gorrod
2013-04-24Fix test/format output for automated tests: don't clear the line unless we're...Michael Cahill
2013-04-23Put the raw files in a subdirectory, reports/raw.Keith Bostic
2013-04-23Add a connection-level statistic for btree cursor ops and an LSMKeith Bostic
2013-04-23whitespaceKeith Bostic
2013-04-23Clarify WT_STAT_DSRC_BLOCK_SIZE is the file size in bytes.Keith Bostic
2013-04-23Fix build warning in test/format:Alex Gorrod
2013-04-23Only evict a single page from __cursor_leave to avoid latency spikes.Alex Gorrod
2013-04-23Merge pull request #504 from wiredtiger/stecMichael Cahill
2013-04-22Check the KVS header file version before running.Keith Bostic
2013-04-22Merge branch 'stec' of github.com:wiredtiger/wiredtiger into stecKeith Bostic
2013-04-22switch to "memrata"Keith Bostic
2013-04-22Install wiredtiger_ext.h.Keith Bostic
2013-04-22We no longer need to load against the WiredTiger library.Keith Bostic
2013-04-22Back out 2aaf73857f4c5a819ff8d94ac47a621673e0f4d0, call Michael's newKeith Bostic
2013-04-22Merge branch 'develop' into stecKeith Bostic
2013-04-22KVS release 2.6 includes kvs_replace, rewrite the WT_CURSOR::updateKeith Bostic
2013-04-22../src/log/log.c:32:2: error: 'size' may be used uninitialized in this functi...Michael Cahill
2013-04-22Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill
2013-04-22Inline more of the packing code: API calls are now the only part that can't b...Michael Cahill
2013-04-21Do a better job of erasing the stats output line when writing the completionKeith Bostic
2013-04-21KVS locks need to be blocking; they're all write locks for now, butKeith Bostic
2013-04-21Don't pull out the value-buffer grow routine, it's only called from oneKeith Bostic
2013-04-21fix a comment.Keith Bostic
2013-04-21Fix a memory leak, we had two allocated string names, and were only freeingKeith Bostic
2013-04-21We can't repeat our call to kvs_next/kvs_prev after a partial record isKeith Bostic
2013-04-21update for dist script run.Keith Bostic
2013-04-21Document a couple of existing problems.Keith Bostic
2013-04-21Don't use XXX in a comment that's not a bad thing.Keith Bostic