summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.3.0.1.3.0Michael Cahill2012-09-175-9/+191
* Move begin_transaction from __wt_txn_checkpoint to __session_checkpoint.Michael Cahill2012-09-172-20/+40
* When fiddling with isolation during phases of __wt_checkpoint, be careful to ...Michael Cahill2012-09-171-5/+5
* In WT_CURSOR::reset for LSM, don't try to open new cursors in chunks: just cl...Michael Cahill2012-09-171-2/+7
* Add a cleanup step to the Bloom test so it starts with a fresh state.Michael Cahill2012-09-171-0/+2
* Fixes for LSM docs.Alexander Gorrod2012-09-171-6/+7
* Revert to having the WT_ERR inside WT_CURSOR_NEED{KEY,VALUE}.Michael Cahill2012-09-178-28/+30
* LSM lint:Michael Cahill2012-09-171-4/+7
* Messed up the last change: can't leave cbt->page set if we've releasedKeith Bostic2012-09-161-3/+4
* Jump to err: so we release the page on not-found.Keith Bostic2012-09-161-1/+1
* lint from GCC 4.6:Michael Cahill2012-09-152-2/+4
* [mq]: gcc46-lintMichael Cahill2012-09-150-0/+0
* Merge pull request #325 from wiredtiger/lsmMichael Cahill2012-09-1470-240/+2780
|\
| * whitespaceMichael Cahill2012-09-141-1/+0
| * [mq]: lsm-more-docsMichael Cahill2012-09-143-2/+51
| * whitespaceMichael Cahill2012-09-141-1/+0
| * Add an implementation of LSM truncate.Michael Cahill2012-09-144-10/+61
| * Address LSM review feedback:Michael Cahill2012-09-143-27/+12
| * Fix some LSM issues uncovered by review.Alex Gorrod2012-09-146-4/+26
| * First pass adding documentation for LSM.Michael Cahill2012-09-146-2/+109
| * Minor doc fixes: link some orphaned pages into the hierarchy, disable "Relate...Michael Cahill2012-09-143-2/+7
| * Fix some minor issues in LSM.Alex Gorrod2012-09-146-6/+6
| * Remove a swapfile that was committed by accident.Michael Cahill2012-09-141-0/+0
| * Clean up some comments, whitespace.Michael Cahill2012-09-146-25/+15
| * Add configuration for LSM chunk size, bloom bit and hash counts.Alex Gorrod2012-09-149-17/+47
| * Fix a deadlock in LSM drop/rename.Michael Cahill2012-09-141-3/+11
| * Implement session->rename for LSM trees.Michael Cahill2012-09-143-36/+129
| * Allow "lsm:" types to "wt list".Michael Cahill2012-09-141-2/+2
| * Add code to count inserted LSM records. Used by bloom filters.Alex Gorrod2012-09-142-17/+38
| * Include all objects in "wt list" by default, so LSM trees appear.Michael Cahill2012-09-142-21/+7
| * Add a verbose type for lsm. Convert debug print statements to verboseAlex Gorrod2012-09-147-20/+26
| * Merge branch 'develop' into lsmAlex Gorrod2012-09-1413-13/+55
| |\ | |/ |/|
* | Having a next-random cursor open could block transactions or checkpointsKeith Bostic2012-09-136-7/+30
* | Document how "next_random" cursors really work.Keith Bostic2012-09-133-2/+19
* | whitespaceKeith Bostic2012-09-131-1/+1
* | Fix a comment.Keith Bostic2012-09-121-2/+2
* | lintKeith Bostic2012-09-122-1/+3
| * whitespaceMichael Cahill2012-09-131-7/+7
| * Drop bloom filters from obsolete LSM chunks. Add LSM support toAlex Gorrod2012-09-136-24/+39
| * When allocating an ID for updates without an explicit transaction, update theMichael Cahill2012-09-131-0/+11
| * When reconfiguring the session's isolation, apply to the transaction as well.Michael Cahill2012-09-131-1/+1
| * Pass "exclusive" to LSM create so it returns EEXIST only when expected.Michael Cahill2012-09-137-13/+15
| * Track a pointer to the primary chunk in LSM cursors.Michael Cahill2012-09-136-91/+106
| * Close Bloom cursors when closing an LSM cursor.Michael Cahill2012-09-136-20/+16
| * In LSM merge cursors, don't open cursors in chunks we don't need.Michael Cahill2012-09-133-4/+24
| * Fix to LSM worker thread, it had an off by one selecting chunks.Alex Gorrod2012-09-131-2/+6
| * imported patch lsm-chunk-clearMichael Cahill2012-09-125-25/+18
| * Merge branch 'develop' into lsmMichael Cahill2012-09-1225-207/+631
| |\ | |/ |/|
* | lang/python/wiredtiger_wrap.c:5726:3: warning: expression result unusedMichael Cahill2012-09-121-1/+5
* | Merge pull request #318 from wiredtiger/dictionaryagorrod2012-09-1124-206/+626
|\ \