| Age | Commit message (Expand) | Author |
| 2012-10-09 | turn on dictionaries for var-len column-store. | 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 | 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 |
| 2012-09-20 | Fix the usage statement. | Keith Bostic |
| 2012-09-20 | Merge branch 'develop' into nocache | Alex Gorrod |
| 2012-09-19 | Tweak page sizes in test/format for small caches. | Michael Cahill |
| 2012-09-18 | Add a test that confirms empty checkpoints work, that is, we see empty | Keith Bostic |
| 2012-09-18 | Typo in 306f82e09dc311c5c3abf7b9a23cf3c5e8bd765c. | Michael Cahill |
| 2012-09-18 | Fix quoting in test/format dump script. | Michael Cahill |
| 2012-09-17 | Be consistent, use SINGLETHREADED instead of hard-coding the test. | Keith Bostic |
| 2012-09-17 | Fix "backup" target, don't copy into a directory, RUNDIR is a directory. | Keith Bostic |
| 2012-09-17 | I misunderstood what Alex was doing so lsm and row configurations weren't | Keith Bostic |
| 2012-09-17 | typo. | Keith Bostic |
| 2012-09-17 | allocate room for the trailing nul | Keith Bostic |
| 2012-09-17 | Remove the core file if cleaning up. | Keith Bostic |
| 2012-09-17 | Add partial support for no-cache files -- this works with two caveats: | Keith Bostic |
| 2012-09-17 | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into develop | Keith Bostic |
| 2012-09-17 | Add a cleanup step to the Bloom test so it starts with a fresh state. | Michael Cahill |
| 2012-09-16 | Don't use chdir(2), use an open argument to wiredtiger_open instead (using | Keith Bostic |
| 2012-09-16 | whitespace | Keith Bostic |
| 2012-09-16 | Make data_source and file_type constant, create a new field g.uri that's | Keith Bostic |
| 2012-09-16 | Move test/format runs into the subdirectory RUNDIR. | Keith Bostic |
| 2012-09-16 | Show the data source on the completion line. | Keith Bostic |
| 2012-09-14 | Include all objects in "wt list" by default, so LSM trees appear. | Michael Cahill |
| 2012-09-14 | Merge branch 'develop' into lsm | Alex Gorrod |
| 2012-09-13 | Having a next-random cursor open could block transactions or checkpoints | Keith Bostic |
| 2012-09-13 | Close Bloom cursors when closing an LSM cursor. | Michael Cahill |
| 2012-09-12 | lint | Keith Bostic |
| 2012-09-12 | Merge branch 'develop' into lsm | Michael Cahill |