summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.3.7.1.3.7Michael Cahill2012-11-096-7/+27
* When verbose == 2, copy status output to stdout.Michael Cahill2012-11-091-0/+7
* Change the default configuration of ex_test_perf: 4KB pages, no prefix compre...Michael Cahill2012-11-091-7/+11
* Use a separate thread for creation of Bloom filters for the newest, unmerged ...Michael Cahill2012-11-095-51/+132
* Write the metadata after creating missing Bloom filters.Michael Cahill2012-11-091-24/+39
* Drop any old Bloom filter before creating a new one -- we may have been inter...Michael Cahill2012-11-092-1/+9
* Clean up some complaints from s_all.Michael Cahill2012-11-092-3/+4
* Update auto-generated files.Michael Cahill2012-11-091-31/+15
* Clarify the docs for the default buffer_alignment setting.Michael Cahill2012-11-091-3/+3
* ex_test_perf.c:456:11: error: 'elapsed' may be used uninitialized in this fun...Michael Cahill2012-11-091-1/+1
* ex_test_perf.c:456:11: error: 'elapsed' may be used uninitialized in this fun...Michael Cahill2012-11-091-12/+28
* Clean up error handling in ex_test_perf and add option to populate usingAlex Gorrod2012-11-081-188/+352
* Added tag 1.3.6 for changeset 8b91f84675fdMichael Cahill2012-11-061-0/+1
* Cut release 1.3.6.1.3.6Michael Cahill2012-11-066-7/+50
* Report errors from the LSM checkpoint thread.Michael Cahill2012-11-061-5/+11
* For update-only LSM cursors, only open a cursor in the primary chunk.Michael Cahill2012-11-062-9/+18
* If there is only a single candidate page for eviction, don't skip it.Michael Cahill2012-11-051-2/+6
* Only evict pages with generation numbers in the bottom quarter of the range w...Michael Cahill2012-11-053-55/+72
* Add a per-btree cache priority, currently only used for Bloom filters.Michael Cahill2012-11-053-4/+13
* Only switch trees in an LSM cursor if the primary chunk is on disk.Michael Cahill2012-11-022-3/+3
* LSM: clear the "merging" flag on chunks that are not included in a merge.Michael Cahill2012-11-021-1/+3
* Cache the hash values used for Bloom filter lookups, rather than hashing for ...Michael Cahill2012-11-016-23/+61
* Support multiple LSM merge threads with the "lsm_merge_threads" config key. ...Michael Cahill2012-11-0112-152/+280
* Include all of the chosen chunks in a merge. Only pin the current chunk in a...Michael Cahill2012-11-012-6/+7
* Minor cleanup in the loop to drop old chunks from an LSM tree.Michael Cahill2012-11-011-19/+18
* LSM: only track cursors on the primary chunk if it is not yet on disk.Michael Cahill2012-11-011-5/+2
* Create missing Bloom filters when reading from an LSM tree if "lsm_bloom_newe...Michael Cahill2012-11-011-11/+15
* LSM: only save a Bloom URI in the metadata after it is successfully created.Michael Cahill2012-11-011-1/+1
* fix up some comments.Keith Bostic2012-10-291-7/+12
* Respect "compression=none" in test/format.Michael Cahill2012-10-291-0/+1
* gettimeofday needs sys/time.hMichael Cahill2012-10-291-0/+1
* Remove auto-generated files from the tree.Michael Cahill2012-10-293-1729/+0
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-2623-60/+541
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-2625-75/+1931
* Replace test/format's bzip configuration string with compression, whichKeith Bostic2012-10-261-4/+8
* WT_ATOMIC_ADD/WT_ATOMIC_SUB return values.Keith Bostic2012-10-261-2/+2
* Replace test/format's bzip configuration string with compression, whichKeith Bostic2012-10-265-72/+154
* For smoke-testing runs with just a few ops, it's possible threads isKeith Bostic2012-10-261-2/+5
* Typo, WiredTiger's configuration script isn't in the dist directory.Keith Bostic2012-10-261-4/+4
* Use gettimeofday() usecs to seed with a better "random" number.Keith Bostic2012-10-261-1/+4
* Cut release 1.3.5.1.3.5Alex Gorrod2012-10-266-7/+65
* Add a reference count to LSM trees to prevent a race between a drop and openi...Michael Cahill2012-10-265-17/+53
* Update s_string to ignore system LC_ALL setting.Alex Gorrod2012-10-261-0/+4
* Protect the list of LSM trees with the schema lock.Michael Cahill2012-10-263-6/+10
* Unreachable code at token 'return'Keith Bostic2012-10-251-4/+2
* styleKeith Bostic2012-10-251-3/+3
* Update ex_test_perf program to output statistics during populate.Alex Gorrod2012-10-254-21/+56
* Skew eviction (much) further in favor of leaf pages.Michael Cahill2012-10-251-2/+5
* Pass a "normal" config stack wherever possible.Michael Cahill2012-10-252-3/+3
* Hold the LSM tree lock while gathering statistics.Michael Cahill2012-10-251-8/+6