summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | WT-2269 - Changes from CRDavid Hows2015-12-113-28/+43
| * | WT-2269 - Add ability to write config dumpDavid Hows2015-12-104-2/+55
* | | WT-2301 Fix a compiler warning in wtperf.Alex Gorrod2015-12-221-1/+1
* | | Merge pull request #2405 from wiredtiger/read-rangeAlex Gorrod2015-12-224-1/+86
|\ \ \
| * | | Add comments, cleanup.Alex Gorrod2015-12-221-0/+9
| * | | autogenerated documentationAlex Gorrod2015-12-222-5/+5
| * | | WT-2301 Update wtperf range reads.Alex Gorrod2015-12-222-15/+25
| * | | WT-2301 Use a different buffer for wtperf range reads.Alex Gorrod2015-12-211-36/+53
| * | | whitespace, style scripts.Keith Bostic2015-12-211-2/+3
| * | | WT-2301 Keep track and print keys we walk.Susan LoVerso2015-12-211-3/+15
| * | | WT-2301 Fix extract_key sscanf.Susan LoVerso2015-12-211-1/+1
| * | | WT-2301 Add reading a range of keys to wtperf.Susan LoVerso2015-12-214-2/+38
|/ / /
* | | Merge pull request #2397 from wiredtiger/WT-2291-more-random-skipKeith Bostic2015-12-212-42/+166
|\ \ \
| * | | WT-2291 remove largest random test category.Alex Gorrod2015-12-211-1/+0
| * | | WT-2291: Another attempt to get better random selections from a skiplist.Keith Bostic2015-12-191-42/+82
| * | | Add more scenarios (specifically, test insert with a single element).Keith Bostic2015-12-191-10/+24
| * | | WT-2291: Add a test case to ensure that the random walk is reasonably random.Alex Gorrod2015-12-171-0/+71
* | | | Merge pull request #2403 from wiredtiger/wt-2299-block-mgr-cleanupAlex Gorrod2015-12-217-13/+46
|\ \ \ \
| * | | | WT-2299: clean up a couple of places where upper-level WiredTiger code isKeith Bostic2015-12-207-13/+46
|/ / / /
* | | | whitespaceKeith Bostic2015-12-205-6/+5
* | | | Merge pull request #2400 from acmorrow/WT-2277Keith Bostic2015-12-191-27/+0
|\ \ \ \
| * | | | WT-2277 Remove check forbidding big-endian systemsAndrew Morrow2015-12-181-27/+0
* | | | | Merge pull request #2390 from wiredtiger/wt-2281-os-page-sizeKeith Bostic2015-12-1910-6/+58
|\ \ \ \ \
| * | | | | Rename "get_pagesize" to "get_vm_pagesize", WiredTiger has too manyKeith Bostic2015-12-195-7/+8
| * | | | | fix unsigned/signed comparisonMark Benvenuto2015-12-151-1/+1
| * | | | | WT-2281: Dynamically query OS for VM page sizeMark Benvenuto2015-12-1410-6/+57
* | | | | | Whitespace, spelling update.Keith Bostic2015-12-192-2/+4
* | | | | | Merge pull request #2401 from acmorrow/WT-2279Keith Bostic2015-12-191-0/+8
|\ \ \ \ \ \
| * | | | | | WT-2279 Add barrier and spinlock ops for s390xAndrew Morrow2015-12-181-0/+8
| | |/ / / / | |/| | | |
* | | | | | WT-2297: Add a comment for clarity, fix the error message to report theKeith Bostic2015-12-191-2/+8
* | | | | | Merge pull request #2402 from GeertBosch/developKeith Bostic2015-12-191-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix off-by-one error in Huffman config file parsingGeert Bosch2015-12-191-1/+1
|/ / / / /
* | | | | whitespace.Keith Bostic2015-12-181-1/+1
* | | | | Merge pull request #2388 from wiredtiger/SERVER-21833-compactsueloverso2015-12-178-44/+270
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | If a page is in the process of splitting, there might be an associatedKeith Bostic2015-12-161-0/+2
| * | | | whitespaceKeith Bostic2015-12-161-1/+1
| * | | | SERVER-21833: Add compaction support for multi-block reconciliations,Keith Bostic2015-12-162-27/+67
| * | | | Merge pull request #2396 from wiredtiger/WT-2290-compact-reusesueloverso2015-12-165-24/+23
| |\ \ \ \
| | * | | | Remove WT_SESSION.compaction, replaced by WT_SESSION.compact_state.Keith Bostic2015-12-161-2/+0
| | * | | | The test doesn't need to checkpoint after deleting records (and ifKeith Bostic2015-12-161-14/+4
| | * | | | WT-2290: when re-writing a multi-block page for compaction, withKeith Bostic2015-12-165-12/+23
| |/ / / /
| * | | | typoKeith Bostic2015-12-151-1/+1
| * | | | Review/rework test_compact02: the real fix is to reopen the connectionKeith Bostic2015-12-151-25/+37
| * | | | whitespaceKeith Bostic2015-12-151-2/+2
| * | | | Rename the test names in the file from test_bug016 to test_compact02.Keith Bostic2015-12-141-4/+4
| * | | | Rename test_compact.py to be test_compact01.py, rename test_bug016.pyKeith Bostic2015-12-142-0/+0
| * | | | Minor whitespace/typo cleanup.Keith Bostic2015-12-141-4/+4
| * | | | SERVER-21833 Add unit test to test compact bug.Susan LoVerso2015-12-141-0/+128
| * | | | Add counts of the pages reviewed, skipped and written during a compactionKeith Bostic2015-12-142-6/+55
| * | | | Reorder verbose messages so the result of the compaction test is correctlyKeith Bostic2015-12-141-17/+17