summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-064-27/+16
* WT-2443 Fix how a statistics 'set' is initialized.Don Anderson2016-03-031-3/+4
* WT-2444: broken flag test in wtperf, whitespaceKeith Bostic2016-03-031-4/+3
* Merge pull request #2546 from wiredtiger/wt-2322-join-read-uncommittedAlex Gorrod2016-03-032-2/+7
|\
| * Update error message per review feedbackMichael Cahill2016-03-031-2/+1
| * WT-2322 white spaceDon Anderson2016-03-021-2/+2
| * WT-2322 Remove spurious period from error message.Don Anderson2016-03-021-1/+1
| * WT-2322 On transaction rollback, do not try to reset joined cursors,Don Anderson2016-03-021-1/+2
| * WT-2322 Do not permit read-uncommitted with bloom filters, it wouldDon Anderson2016-03-021-0/+5
* | Merge pull request #2544 from wiredtiger/wt-2436-join-bloom-leMichael Cahill2016-03-031-5/+11
|\ \
| * | WT-2436 For cursor joins with single compare='lt/le', fix how Bloom filtersDon Anderson2016-03-021-5/+11
* | | Merge pull request #2542 from wiredtiger/wt-2384-join-first-ltMichael Cahill2016-03-032-15/+62
|\ \ \
| * | | WT-2384 For cursor joins, specifying the first index with only compare=leDon Anderson2016-03-012-15/+62
| |/ /
* | | Merge pull request #2535 from wiredtiger/wt-2431-join-stats-docMichael Cahill2016-03-033-4/+19
|\ \ \
| * | | WT-2431 Add documentation for join cursor statistics.Don Anderson2016-02-283-4/+19
* | | | Merge branch 'develop' into wt-2366-simplerSusan LoVerso2016-03-027-45/+105
|\ \ \ \ | | |_|/ | |/| |
| * | | WT-2440 Per the PPC64 ABI, v20-v31 are non-volatile registersMark Benvenuto2016-03-021-0/+50
| | |/ | |/|
| * | Merge pull request #2536 from wiredtiger/wt-2434Keith Bostic2016-02-293-23/+36
| |\ \
| | * | WT-2434 Fix a race between forced drops and sweep.Keith Bostic2016-02-291-5/+6
| | * | WT-2434 Fix a race between forced drops and sweep.Michael Cahill2016-02-293-19/+31
| | |/
| * | Merge pull request #2534 from wiredtiger/wt-2433Michael Cahill2016-02-292-5/+1
| |\ \ | | |/ | |/|
| | * WT-2433 Allow statistics logging in readonly mode.Susan LoVerso2016-02-262-5/+1
| * | Merge pull request #2533 from wiredtiger/wt-2430-join-statsKeith Bostic2016-02-281-17/+18
| |\ \ | | |/ | |/|
| | * WT-2430 Refactor initialization of stats cursor so it is always done completely.Don Anderson2016-02-261-17/+18
* | | WT-2366 Run s_allSusan LoVerso2016-03-011-0/+2
* | | WT-2366 Extend wtperf to support changing record sizes in update opsAlex Gorrod2016-03-011-3/+6
|/ /
* | Merge pull request #2531 from wiredtiger/wt-2429Michael Cahill2016-02-264-129/+143
|\ \
| * \ Merge branch 'develop' into wt-2429Alex Gorrod2016-02-256-768/+822
| |\ \ | | |/
| * | WT-2429 Add a statistic to track eviction aggressive mode.Alex Gorrod2016-02-254-135/+149
* | | Merge pull request #2532 from wiredtiger/server-22831Alex Gorrod2016-02-261-5/+8
|\ \ \ | |_|/ |/| |
| * | SERVER-22831 Queue more leaf pages than internal pages for eviction.Michael Cahill2016-02-251-5/+8
| |/
* | WT-2428 Fix override of default timestamp for JSON.Michael Cahill2016-02-251-3/+4
* | WT-2428 Add a "json" mode to statistics logging.Michael Cahill2016-02-256-764/+817
|/
* Merge pull request #2364 from wiredtiger/WT-2264Alex Gorrod2016-02-251-6/+14
|\
| * Merge branch 'develop' into WT-2264Michael Cahill2016-02-2468-680/+1517
| |\
| * \ Merge branch 'develop' into WT-2264Michael Cahill2016-02-1818-146/+2656
| |\ \
| * \ \ Merge branch 'develop' into WT-2264Michael Cahill2016-02-1280-1121/+1588
| |\ \ \
| * \ \ \ Merge branch 'develop' into WT-2264Michael Cahill2016-01-20286-1702/+4189
| |\ \ \ \
| * | | | | WT-2264 Don't have write leaves chase inserts indefinitely: cut off inserts t...Michael Cahill2015-12-041-6/+14
* | | | | | WT-2425: evict-btree read through performance dropKeith Bostic2016-02-241-2/+3
* | | | | | WT-2425: Revert "WT-2173: test/format cache stuck full"Keith Bostic2016-02-241-9/+4
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2521 from wiredtiger/wt-2423Alex Gorrod2016-02-241-9/+15
|\ \ \ \ \
| * | | | | WT-2423 Cleanup on error when opening a session handle.Keith Bostic2016-02-231-39/+32
| * | | | | WT-2423 Cleanup on error when opening a session handle.Alex Gorrod2016-02-231-22/+35
* | | | | | Merge pull request #2515 from wiredtiger/wt-2394Michael Cahill2016-02-244-34/+103
|\ \ \ \ \ \
| * | | | | | WT-2394 Gather handles for compact at the beginning.Keith Bostic2016-02-231-1/+1
| * | | | | | WT-2394 Gather handles for compact at the beginning.Keith Bostic2016-02-231-1/+1
| * | | | | | WT-2394 Gather handles for compact at the beginning.Michael Cahill2016-02-234-71/+95
| * | | | | | WT-2394: Have pages split as part of compact checkpoints use first-fitKeith Bostic2016-02-223-38/+67
| * | | | | | Merge branch 'develop' into wt-2394Keith Bostic2016-02-2256-462/+1237
| |\ \ \ \ \ \