summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug in bulk load of bitmap files.Alex Gorrod2012-10-254-32/+51
* Don't attempt to drop the first chunk of an LSM tree before creating it. It ...Michael Cahill2012-10-251-3/+9
* Allow meta_tracking transactions to be nested.Michael Cahill2012-10-252-3/+9
* Instead of entering a fake key cell after the last cell on the page justKeith Bostic2012-10-245-71/+39
* Fix a comment.Keith Bostic2012-10-241-5/+5
* Handle passing a struct value to "bloom_config".Michael Cahill2012-10-241-0/+4
* Switch the Python API to not allocate objects explicitly, and instead leave t...Michael Cahill2012-10-241-88/+104
* Cache cursor key/value formats in Python, to save a native call from every ge...Michael Cahill2012-10-242-2/+7
* Turn on SWIG optimizations and warnings.Michael Cahill2012-10-241-1/+1
* Merge pull request #375 from wiredtiger/condition-waitMichael Cahill2012-10-235-11/+15
|\
| * Fix a bug in __wt_cond_wait - it now returns after the timeout isAlex Gorrod2012-10-245-11/+15
|/
* Add a "Notes" section to the Builtin data sources table, fix formatting.Keith Bostic2012-10-221-14/+10
* fix a comment.Keith Bostic2012-10-221-1/+1