| Age | Commit message (Expand) | Author |
| 2012-10-29 | Respect "compression=none" in test/format. | Michael Cahill |
| 2012-10-29 | gettimeofday needs sys/time.h | Michael Cahill |
| 2012-10-26 | Move test program software into the public domain, if anyone wants to | Keith Bostic |
| 2012-10-26 | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic |
| 2012-10-26 | Replace test/format's bzip configuration string with compression, which | Keith Bostic |
| 2012-10-26 | Replace test/format's bzip configuration string with compression, which | Keith Bostic |
| 2012-10-26 | For smoke-testing runs with just a few ops, it's possible threads is | Keith Bostic |
| 2012-10-26 | Use gettimeofday() usecs to seed with a better "random" number. | Keith Bostic |
| 2012-10-22 | lint | Michael Cahill |
| 2012-10-22 | Tweak the test/fops output to fit in 80 columns and be less busy. | Michael Cahill |
| 2012-10-20 | Add in session.open_cursor operations, reference #373. | Keith Bostic |
| 2012-10-19 | With the updated scenarios, test_schema03 needs far few file descriptors. | Michael Cahill |
| 2012-10-19 | Get test_schema03 running with LSM. | Michael Cahill |
| 2012-10-19 | Test LSM indices in test_schema02. | Michael Cahill |
| 2012-10-18 | Run some standard tests against table-on-LSM. | Michael Cahill |
| 2012-10-17 | typo | Keith Bostic |
| 2012-10-17 | Merge branch 'develop' into compact | Keith Bostic |
| 2012-10-17 | s/WildTiger/WiredTiger/ | Michael Cahill |
| 2012-10-16 | Add a test to run the wt utility's compact command. | Keith Bostic |
| 2012-10-16 | There's no longer a "wt dumpfile" command, remove the test for it. | Keith Bostic |
| 2012-10-16 | Add a compaction smoke test, ref #248. | Keith Bostic |
| 2012-10-15 | Use line buffering on stdout in test/format, so we can see where the stress t... | Michael Cahill |
| 2012-10-10 | Split the logging output into bulk, ops & verify steps, that way | Keith Bostic |
| 2012-10-09 | Merge branch 'develop' into bug.310.second | Keith Bostic |
| 2012-10-09 | turn on dictionaries for var-len column-store. | Keith Bostic |
| 2012-10-09 | Merge branch 'develop' into bug.310.second | Keith Bostic |
| 2012-10-08 | warning: initialization discards qualifiers from pointer target type | Keith Bostic |
| 2012-10-08 | Break out configuration so it's easy to run just one. | Keith Bostic |
| 2012-10-04 | Overflow keys are part of the row-store name-space, we have to instantiate | Keith Bostic |
| 2012-10-04 | Add ability to disable LSM bloom filters. | Alex Gorrod |
| 2012-10-03 | warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' | Michael Cahill |
| 2012-10-03 | spelling | Michael Cahill |
| 2012-10-03 | Bump the cache size in test_cursor03 so it passes the LSM sanity check. | Alex Gorrod |
| 2012-10-03 | Add sanity check of cache size to LSM open. | Alex Gorrod |
| 2012-09-28 | Create fake checkpoints until an object is modified, so that a checkpoint | Keith Bostic |
| 2012-09-28 | Calling get_key after a failed search is now permitted. | Michael Cahill |
| 2012-09-26 | Merge pull request #337 from wiredtiger/nocache | Michael Cahill |
| 2012-09-26 | Abort transactions if the cache is so full that they cannot make progress. | Michael Cahill |
| 2012-09-26 | Try to avoid test/format configurations that hang in evction. | Michael Cahill |
| 2012-09-24 | Update handle cache to deal with no-cache cursors and btree handles. | Alex Gorrod |
| 2012-09-24 | Merge branch 'develop' into nocache | Alex Gorrod |
| 2012-09-24 | Merge branch 'develop' into nocache. Manually merged. | Alex Gorrod |
| 2012-09-24 | Use Keith's new list of valgrind suppressions applied to any Python binary. | Michael Cahill |
| 2012-09-22 | Add dictionary support to variable-length column store objects, | Keith Bostic |
| 2012-09-21 | Pick a random number for the size of the dictionary. | Keith Bostic |
| 2012-09-20 | Merge pull request #331 from wiredtiger/autocommit | Michael Cahill |
| 2012-09-20 | Bulk-cursors no longer block checkpoints; if checkpoints can proceed in | Keith Bostic |
| 2012-09-20 | Fix up some naming inconsistencies, no real change. | Keith Bostic |
| 2012-09-20 | Bulk-load is only possible if the we just created the file, which means | Keith Bostic |
| 2012-09-20 | Output bulk operation count | Keith Bostic |