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