summaryrefslogtreecommitdiff
path: root/src/lsm
Commit message (Expand)AuthorAgeFilesLines
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-5/+3
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+2
* WT-2602 In LSM, use the chunk size to set maximum page size in memory. (#2710)Michael Cahill2016-05-021-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-282-3/+3
* WT-2584: don't use periods in error messagesKeith Bostic2016-04-231-1/+1
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-202-2/+2
* Merge pull request #2636 from wiredtiger/wt-2505Alex Gorrod2016-04-112-18/+10
|\
| * WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-16/+10
| * WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-2/+0
* | WT-2518: LSM does updates on "readonly" file handlesKeith Bostic2016-04-011-2/+8
|/
* Merge pull request #2609 from wiredtiger/wt-2503Alex Gorrod2016-03-221-2/+2
|\
| * WT-2503 Rename "wait" to avoid shadowing system call.Michael Cahill2016-03-221-2/+2
* | WT-2501 Fix assertions to use new active field.Michael Cahill2016-03-221-3/+3
* | Merge branch 'develop' into wt-2501-lsm-dropMichael Cahill2016-03-224-19/+23
|\ \ | |/
| * Merge pull request #2605 from wiredtiger/wt-2499-lsm-raceMichael Cahill2016-03-224-18/+22
| |\
| | * WT-2499 Cleanup LSM tree releaseAlex Gorrod2016-03-221-7/+4
| | * WT-2499 Fix LSM get with exclusive access set.Alex Gorrod2016-03-211-1/+2
| | * WT-2499 Fix a race in LSM between setting and checking WT_LSM_TREE_ACTIVE.Alex Gorrod2016-03-214-12/+18
| * | Merge branch 'develop' into wt-2426-checkpoint-lockingAlex Gorrod2016-03-211-8/+14
| |\ \ | | |/
| * | Merge branch 'develop' into wt-2426-checkpoint-lockingMichael Cahill2016-03-173-31/+26
| |\ \
| * | | WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-1/+1
* | | | WT-2501 LSM drop can violate access assumptions.Alex Gorrod2016-03-211-0/+3
| |_|/ |/| |
* | | WT-2498 Fix LSM close logic.Michael Cahill2016-03-181-1/+1
* | | WT-2498 Fix a bug in LSM where table drop could hang.Alex Gorrod2016-03-181-8/+14
| |/ |/|
* | Merge pull request #2587 from wiredtiger/wt-2457-lsm-exclusiveMichael Cahill2016-03-173-31/+26
|\ \ | |/ |/|
| * WT-2457 Review changes.Michael Cahill2016-03-172-8/+8
| * WT-2457 Wait for LSM work units to drain when getting exclusive access.Alex Gorrod2016-03-152-30/+25
* | Merge pull request #2595 from wiredtiger/wt-2481Alex Gorrod2016-03-171-16/+16
|\ \
| * | WT-2481 Set memory_page_max after we read chunk_max.Susan LoVerso2016-03-161-16/+16
* | | WT-2485 Refactor and consolidate to fix merge_min.Susan LoVerso2016-03-161-20/+16
* | | Merge branch 'develop' into wt-2485Susan LoVerso2016-03-161-5/+8
|\ \ \ | |/ /
| * | WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-5/+8
| |/
* | WT-2485 Adjust lsm_tree->merge_min when we read the metadata.Susan LoVerso2016-03-152-0/+8
|/
* Merge pull request #2493 from wiredtiger/wt-2381Michael Cahill2016-03-142-165/+303
|\
| * WT-2381: dump utility discards table configKeith Bostic2016-03-101-17/+10
| * WT-2381 Rewrite LSM metadata to fix dump / load.Michael Cahill2016-03-032-165/+310
* | WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-1/+1
* | WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-115-17/+20
|/
* Merge pull request #2524 from wiredtiger/wt-2420sueloverso2016-02-231-2/+1
|\
| * WT-2420 Gather backup metadata in a single pass.Michael Cahill2016-02-231-2/+1
* | WT-2409 - Remove unneeded handling of EBUSY in LSM checkpointingDavid Hows2016-02-231-6/+1
* | WT-2409 - Have LSM checkpoints wait for locks.David Hows2016-02-231-2/+0
|/
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-16/+16
* Merge branch 'develop' into wt-2349-readonlySusan LoVerso2016-02-161-4/+17
|\
| * Merge branch 'develop' into WT-2346Michael Cahill2016-02-114-14/+14
| |\
| * | WT-2346 Protect LSM flushes from racing with checkpoints.Michael Cahill2016-01-251-4/+17
* | | WT-2349 Changes from review comments. Add WT-specific error codes.Susan LoVerso2016-02-161-0/+1
* | | WT-2349 For readonly don't sync log on close.Susan LoVerso2016-02-091-3/+3
* | | WT-2349 Add URI prefixes to test. Fix some LSM manager issues.Susan LoVerso2016-02-091-1/+5
* | | WT-2349 Fixes for readonly and new python test.Susan LoVerso2016-02-081-20/+26