summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-2337 Avoid yields if we race allocating transaction IDs.Michael Cahill2015-11-251-5/+9
* LintAlex Gorrod2015-11-241-16/+16
* WT-2237 Have threads publish unique transaction IDs so that updates always be...Michael Cahill2015-11-246-65/+68
* Merge pull request #2328 from wiredtiger/las-only-when-stuckKeith Bostic2015-11-232-12/+2
|\
| * SERVER-21585 Don't use the lookaside file until the cache is stuck full.Alex Gorrod2015-11-232-12/+2
* | SERVER-21585: Don't search for the same key twice, we could get stuck at theKeith Bostic2015-11-231-2/+12
* | Remove a comment that no longer applies.Keith Bostic2015-11-231-8/+0
* | SERVER-21585 Clean up LAS based on the current count of inserted records.Michael Cahill2015-11-234-26/+46
|/
* SERVER-21568 Free page_del information in refs causing reverse splits.Michael Cahill2015-11-201-1/+12
* SERVER-21568 Free deleted page structures as soon as possible.Michael Cahill2015-11-202-11/+18
* SERVER-21568 Fix a use after-free.Michael Cahill2015-11-201-10/+13
* WT-2227. Use WT_ERR_MSG in error path.Don Anderson2015-11-191-8/+6
* WT-2227. Fix lint errors.Don Anderson2015-11-191-2/+2
* Merge branch 'develop' into wt-2227-join-lintDon Anderson2015-11-195-76/+53
|\
| * Replace some __wt_errx/WT_ERR pairs with WT_ERR_MSG, __wt_errx/WT_RETKeith Bostic2015-11-194-44/+31
| * Replace __wt_errx/WT_ERR combos with WT_ERR_MSG.Keith Bostic2015-11-191-35/+23
* | WT-2227. Resolve lint warnings.Don Anderson2015-11-195-24/+33
|/
* whitespaceKeith Bostic2015-11-191-2/+1
* Warning 550: Symbol 'newbuf' (line 155) not accessedKeith Bostic2015-11-191-4/+3
* Update the version labelMichael Cahill2015-11-191-1/+1
* Bump the WiredTiger version to 2.7.0 in preparation for a new release.Michael Cahill2015-11-191-2/+2
* WT-1315 Fix some leaks with join cursors.Michael Cahill2015-11-191-21/+26
* WT-2222 Fixup snapshot statistics re: review comments.Alex Gorrod2015-11-191-2/+2
* Merge branch 'develop' into wt-2222-snapshot-statsAlex Gorrod2015-11-1931-279/+2102
|\
| * Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-1910-126/+173
| |\
| | * Merge pull request #2307 from wiredtiger/trunc-statsAlex Gorrod2015-11-199-107/+148
| | |\
| | | * WT-2218 Add fast-path delete stat.Susan LoVerso2015-11-184-31/+46
| | | * Merge branch 'develop' into trunc-statsSusan LoVerso2015-11-1843-1072/+1543
| | | |\
| | | * | WT-2218 Add connection level stat for number of deleted pages.Susan LoVerso2015-11-174-23/+30
| | | * | WT-2218 Add truncate statsSusan LoVerso2015-11-167-107/+126
| | * | | WT-2224 Cleanup and fix.Michael Cahill2015-11-181-23/+16
| | * | | WT-2224 Track which deleted refs are discarded by a split.Michael Cahill2015-11-181-10/+23
| | | |/ | | |/|
| * | | WT-1315 Fix a few script warnings about unused functions / macros.Michael Cahill2015-11-191-1/+1
| * | | WT-1315 Change a few more size_t variables to u_int.Michael Cahill2015-11-191-6/+7
| * | | Fix another warning:Michael Cahill2015-11-181-4/+4
| * | | Another warning:Michael Cahill2015-11-181-0/+1
| * | | Fix another warning:Michael Cahill2015-11-181-0/+2
| * | | Fix -Wshadow warnings:Michael Cahill2015-11-182-8/+8
| * | | Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-1840-1030/+1497
| |\ \ \ | | |/ /
| * | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-1724-145/+224
| |\ \ \
| * | | | WT-1315. Support statistics on join cursors.Don Anderson2015-11-1712-59/+295
| * | | | WT-1315. Fixed error in check for overlapping ranges.Don Anderson2015-11-121-2/+4
| * | | | WT-1315. Change the 'ends' array to be dynamically sized, needed forDon Anderson2015-11-112-88/+132
| * | | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-1014-61/+151
| |\ \ \ \
| * | | | | WT-1315. Changed names of macros and inline functions to be more clearDon Anderson2015-11-107-68/+76
| * | | | | WT-1315. Compiler warnings and clean up.Don Anderson2015-11-041-27/+13
| * | | | | WT-1315. Fixed compile warning.Don Anderson2015-11-041-6/+6
| * | | | | WT-1315. Sorted s_string.ok, fixed s_style error.Don Anderson2015-11-041-1/+1
| * | | | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-0454-544/+1253
| |\ \ \ \ \
| * | | | | | WT-1315. Added doc for join cursors, including java doc.Don Anderson2015-11-035-0/+28