summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release 2.1.02.1.0Alex Gorrod2014-02-046-13/+56
* Free the populate threads in wtperf.Alex Gorrod2014-02-041-3/+6
* Simplify random value initialization.Susan LoVerso2014-02-031-7/+7
* Add -m option to set monitor output directory.Susan LoVerso2014-02-033-6/+19
* Refactor populate code to eliminate duplicate code.Susan LoVerso2014-02-031-78/+43
* Add populate latency support. Change test3 workload definition.Susan LoVerso2014-02-033-15/+87
* Add a "noraw" flavor of zlib compression.Michael Cahill2014-02-032-41/+46
* Fix grammar error in upgrading documentation.Alex Gorrod2014-02-031-3/+3
* Document the change to transaction_sync default value.Alex Gorrod2014-02-032-0/+12
* Merge pull request #865 from wiredtiger/zlib-fixesMichael Cahill2014-02-0212-92/+129
|\
| * Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com...Michael Cahill2014-02-035-10/+26
| * Make the first block sent to compress_raw fill a disk allocation block. If i...Michael Cahill2014-02-031-2/+1
| * Merge branch 'develop' into zlib-fixesKeith Bostic2014-02-022-45/+74
| |\ | |/ |/|
* | Change the Helium cleaner algorithm to use the underlying he_stats.sizeKeith Bostic2014-02-011-36/+42
* | Don't bother with a final pass to clean out the cache if we didn't migrateKeith Bostic2014-02-011-2/+12
* | Add debugging code for column-store (record number keys).Keith Bostic2014-02-011-5/+13
* | Upgrade to Helium 2.2Keith Bostic2014-02-011-4/+4
* | Update cache cleaner information for cursor update and remove, notKeith Bostic2014-02-011-0/+5
* | typo...Keith Bostic2014-02-011-1/+1
* | Make it easier to configure Helium compression in test/format, ifKeith Bostic2014-02-011-1/+1
| * Remove the automake shared library magic around loading the bzip2 compressorKeith Bostic2014-01-314-39/+34
| * Zlib compression does "raw" compression in all cases, rename the "raw"Keith Bostic2014-01-317-30/+30
| * Rewrite the retry/no-retry paragraphs to echo each other "if no rowsKeith Bostic2014-01-311-7/+8
| * We use 0/zero inconsistently in the documentation, fix one place so weKeith Bostic2014-01-311-2/+2
| * Add a comment so the memmove doesn't get reverted to memcpy forKeith Bostic2014-01-311-0/+3
| * typoKeith Bostic2014-01-311-1/+1
| * Fix some zlib-specific issues:Michael Cahill2014-01-311-25/+42
| * Fix several problems with raw compression:Michael Cahill2014-01-312-13/+19
|/
* spellingMichael Cahill2014-01-311-0/+1
* Update wtperf graphing script to support running from a different directory.Alex Gorrod2014-01-311-8/+9
* Add in a check to ensure that we don't overflow merging split merge subtrees.Alex Gorrod2014-01-311-0/+4
* Merge pull request #851 from wiredtiger/merge-efficiencyAlex Gorrod2014-01-305-151/+154
|\
| * Remove WT_MERGE_MAX_REFS -- it was always arbitrary, and now when we create a...Michael Cahill2014-01-302-16/+0
| * Try an in-memory split before evicting big pages: that avoids the tree growin...Michael Cahill2014-01-302-31/+15
| * Merge branch 'develop' into merge-efficiencyMichael Cahill2014-01-240-0/+0
| |\
| * | Fix a "may be uninitialized" warning in zlib.Michael Cahill2014-01-241-4/+4
| * | If an in-memory split fails, unlock the page.Michael Cahill2014-01-241-7/+19
| * | Merge branch 'develop' into merge-efficiencyAlex Gorrod2014-01-2315-98/+556
| |\ \
| * | | Merge stacks of split-merge pages, no matter how big. Once they get big enou...Michael Cahill2014-01-231-8/+8
| * | | Create real internal pages when merging, if they get big enough.Michael Cahill2014-01-221-3/+3
| * | | Try an in-memory split before forced eviction, also make the "promotion" code...Michael Cahill2014-01-212-42/+48
| * | | Fix the eviction pass for internal pages: check the local flags: we clear the...Michael Cahill2014-01-211-3/+4
| * | | typoMichael Cahill2014-01-211-1/+1
| * | | Improve in-memory merge efficiency when there is a lot of forced eviction: fo...Michael Cahill2014-01-211-65/+81
* | | | Use WT_TIMEDIFF for latency computation. #863Susan LoVerso2014-01-302-4/+6
* | | | Use the macro to convert NS, no need to calculate ns then convert,Keith Bostic2014-01-301-4/+5
* | | | Add zlib documentation.Keith Bostic2014-01-304-0/+47
* | | | Fix the naming of the compression library, it's libXXX, the extensionKeith Bostic2014-01-302-54/+30
* | | | Merge pull request #861 from wiredtiger/lsm-memory-page-maxMichael Cahill2014-01-293-8/+19
|\ \ \ \
| * | | | Note that LSM's `chunk_size` setting overrides `memory_page_max`.Michael Cahill2014-01-302-7/+13