| Age | Commit message (Expand) | Author |
| 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-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 | 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 |
| 2012-09-12 | Merge branch 'develop' into dictionary | Alex Gorrod |
| 2012-09-12 | Merge branch 'develop' into lsm | Alex Gorrod |
| 2012-09-11 | Merge pull request #323 from wiredtiger/fops-bulk | Michael Cahill |
| 2012-09-11 | The statistic cursor open function defaulted to connection statistics | Keith Bostic |
| 2012-09-11 | Fix bulk loads concurrent with schema modifying operations. | Michael Cahill |
| 2012-09-11 | Add cursor compare method for LSM cursors. | Alex Gorrod |
| 2012-09-11 | Merge branch 'develop' into lsm. Some manual conflict resolution. | Alex Gorrod |
| 2012-09-11 | Merge branch 'develop' into fops-bulk | Michael Cahill |
| 2012-09-10 | Merge pull request #315 from wiredtiger/cursor_compare | Michael Cahill |
| 2012-09-10 | whitespace | Keith Bostic |
| 2012-09-10 | Add the WT_BTREE.bulk_load_ok field, set when an empty tree is initially | Keith Bostic |
| 2012-09-10 | Merge branch 'develop' into dictionary | Keith Bostic |
| 2012-09-10 | Merge branch 'develop' into lsm | Alex Gorrod |
| 2012-09-10 | Fix the percentage calculation in test/bloom. | Michael Cahill |
| 2012-09-10 | On GCC spinlocks, yield after spinning for a while (default 1000 iterations). | Michael Cahill |
| 2012-09-09 | Add support for row-store leaf page value dictionaries, using the new | Keith Bostic |
| 2012-09-07 | Now that we export cursor.compare; move the cursor positioning for | Keith Bostic |
| 2012-09-07 | Replace cursor.equals with cursor.compare (#314) | Keith Bostic |