| Age | Commit message (Expand) | Author |
| 2012-10-26 | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic |
| 2012-10-25 | style | Keith Bostic |
| 2012-10-25 | Update ex_test_perf program to output statistics during populate. | Alex Gorrod |
| 2012-10-19 | Push the "owning" cursor through the LSM open_cursor function, so schema obje... | Michael Cahill |
| 2012-10-17 | Merge branch 'develop' into compact | Keith Bostic |
| 2012-10-17 | ex_all.c: scoping typo. | Michael Cahill |
| 2012-10-17 | One more leak, not closing the connection in ex_all.c | Michael Cahill |
| 2012-10-17 | More leaks, found by valgrind. | Michael Cahill |
| 2012-10-16 | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic |
| 2012-10-15 | At the file level, count successful and failed eviction attempts separately. | Michael Cahill |
| 2012-10-15 | Have ex_test_perf produce status update on stdout if verbose is set. | Michael Cahill |
| 2012-10-14 | Increase accuracy of LSM cache statistics. | Alex Gorrod |
| 2012-10-13 | clean up spelling in strings. | Keith Bostic |
| 2012-10-12 | Fix ex_test_perf options documentation. | Alex Gorrod |
| 2012-10-11 | Update ex_test_perf example to have consistent logging. | Alex Gorrod |
| 2012-10-09 | Add a statistics_fast flag to file statistics cursors. | Alex Gorrod |
| 2012-10-08 | style cleanup | Keith Bostic |
| 2012-10-08 | Cleanup ex_stat | Alex Gorrod |
| 2012-10-08 | Add a new statistics cursor type "statistics:lsm". | Alex Gorrod |
| 2012-10-06 | Fix error handling in ex_test_perf, update command line options. | Alex Gorrod |
| 2012-10-05 | Disable new example code until I can figure out crash. | Alex Gorrod |
| 2012-10-05 | Add example program to test basic LSM usage. | Alex Gorrod |
| 2012-09-23 | Revert last push. It had the wrong set of changes. | Alex |
| 2012-09-23 | Lint for dictionary skip lists. | Alex |
| 2012-09-13 | Pass "exclusive" to LSM create so it returns EEXIST only when expected. | Michael Cahill |
| 2012-09-11 | Merge branch 'develop' into lsm. Some manual conflict resolution. | Alex Gorrod |
| 2012-09-07 | Replace cursor.equals with cursor.compare (#314) | Keith Bostic |
| 2012-09-07 | Implement LSM drop. | Michael Cahill |
| 2012-08-22 | Merge branch 'develop' into lsm | Michael Cahill |
| 2012-08-15 | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic |
| 2012-08-15 | Merge branch 'develop' into lsm | Michael Cahill |
| 2012-08-15 | ../../../examples/c/ex_all.c:460: warning: unused variable 'cursor1' | Michael Cahill |
| 2012-08-14 | Take another run at long-lived cursor and transactional wording, use | Keith Bostic |
| 2012-08-14 | Update doc example to make cursor lifetime more obvious. | Alex Gorrod |
| 2012-08-13 | Make cursors long-lived objects: instead of txn_commit and txn_rollback | Keith Bostic |
| 2012-08-13 | Merge branch 'develop' into lsm. | Michael Cahill |
| 2012-08-09 | ../examples/c/ex_all.c:474: warning: ‘txn_examples’ defined but not used | Michael Cahill |
| 2012-08-08 | Document read-committed is the 1.3 release default isolation. | Keith Bostic |
| 2012-08-08 | Add support for read-committed isolation. | Michael Cahill |
| 2012-08-06 | Merge branch 'develop' into lsm | Michael Cahill |
| 2012-08-05 | Merge pull request #281 from wiredtiger/cache-resident | Michael Cahill |
| 2012-08-03 | Remove the cursor.reconfigure method, and replace it with documentation | Keith Bostic |
| 2012-08-03 | Move the cache-resident configuration string from session.open_cursor | Keith Bostic |
| 2012-08-02 | Add the cache_resident configuration flag, turns off page eviction and | Keith Bostic |
| 2012-08-02 | Hookup the LSM data source to the cursor implementation. | Michael Cahill |
| 2012-07-28 | ex_all.c:158: warning: ISO C90 forbids mixed declarations and code | Keith Bostic |
| 2012-07-28 | Change cursor.equals to return a standard error value and store the cursor | Keith Bostic |
| 2012-07-14 | typo, fix the cursor duplicate example. | Keith Bostic |
| 2012-07-14 | Soften the wording on cursor caching, issue #259. | Keith Bostic |
| 2012-07-05 | Portability fixes for system calls in the backup example in ex_all.c. | Michael Cahill |