summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | WT-1315. Added support for join cursors:Don Anderson2015-11-0315-91/+1552
* | | | | | | WT-2222 Add statistics for named snapshots.Alex Gorrod2015-11-185-4/+34
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #2308 from wiredtiger/wt-2220-wt_timediffAlex Gorrod2015-11-1825-49/+57
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into wt-2220-wt_timediffKeith Bostic2015-11-175-16/+36
| |\ \ \ \ \ \
| * | | | | | | WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-1720-34/+38
| * | | | | | | WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-179-15/+19
* | | | | | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-171-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | WhitespaceSusan LoVerso2015-11-171-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | WT-2182: don't leave child refs locked; when we hit the result_entriesKeith Bostic2015-11-171-5/+14
* | | | | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-1710-61/+66
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'develop' into wt-2178-formatAlex Gorrod2015-11-177-48/+33
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | WT-2220 time_t cleanup - fix logic error.Alex Gorrod2015-11-171-1/+1
| | * | | | | Convert the sweep configuration values from u_int to uint64_t:Keith Bostic2015-11-162-12/+12
| | * | | | | WT-2220: call difftime() directly, let the compiler deal with castingKeith Bostic2015-11-163-14/+3
| | * | | | | WT-2220: don't assume time_t's are integers that support arithmeticKeith Bostic2015-11-167-40/+36
| | | |_|_|/ | | |/| | |
| * | | | | Avoid s_style's paired typo check.Keith Bostic2015-11-161-1/+1
| * | | | | WT-2219: A non-zero idle time is incompatible with in-memory, and theKeith Bostic2015-11-161-12/+10
| * | | | | Merge branch 'develop' into wt-2178-formatKeith Bostic2015-11-165-41/+79
| |\ \ \ \ \ | | |/ / / /
| * | | | | WT-2198 Revert documentation change regarding bulk load column stores.Alex Gorrod2015-11-161-2/+1
| * | | | | WT-2219 Revert a change to not sweep when in-memory is configured.Alex Gorrod2015-11-164-25/+16
| * | | | | Merge branch 'develop' into wt-2178-formatAlex Gorrod2015-11-1621-100/+226
| |\ \ \ \ \