summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2317 from wiredtiger/WT-1315-leaksAlex Gorrod2015-11-191-21/+26
|\
| * WT-1315 Fix some leaks with join cursors.Michael Cahill2015-11-191-21/+26
|/
* Merge pull request #2313 from wiredtiger/wt-2222-snapshot-statsMichael Cahill2015-11-197-4/+41
|\
| * WT-2222 Fixup snapshot statistics re: review comments.Alex Gorrod2015-11-193-10/+4
| * Merge branch 'develop' into wt-2222-snapshot-statsAlex Gorrod2015-11-1947-312/+3156
| |\ | |/ |/|
* | Merge pull request #2289 from wiredtiger/wt-1315-join-cursorMichael Cahill2015-11-1942-183/+2975
|\ \
| * \ Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-1911-126/+178
| |\ \ | |/ / |/| |
* | | Merge pull request #2307 from wiredtiger/trunc-statsAlex Gorrod2015-11-1910-107/+153
|\ \ \
| * | | WT-2218 Add fast-path delete stat.Susan LoVerso2015-11-185-31/+48
| * | | Merge branch 'develop' into trunc-statsSusan LoVerso2015-11-1852-1108/+1660
| |\ \ \
| * | | | WT-2218 Add connection level stat for number of deleted pages.Susan LoVerso2015-11-175-23/+31
| * | | | WT-2218 Add truncate statsSusan LoVerso2015-11-168-107/+128
* | | | | Merge pull request #2314 from wiredtiger/WT-2224Michael Cahill2015-11-191-19/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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-193-1/+4
| | * | WT-1315 Change a few more size_t variables to u_int.Michael Cahill2015-11-191-6/+7
| | * | Make test work with Python 2.6.Michael Cahill2015-11-181-2/+2
| | * | 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-1843-1041/+1513
| | |\ \ | |_|/ / |/| | |
| | * | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-1744-265/+703
| | |\ \
| | * | | WT-1315. Support statistics on join cursors.Don Anderson2015-11-1715-76/+405
| | * | | 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-113-88/+133
| | * | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-1024-78/+449
| | |\ \ \
| | * | | | WT-1315. Changed names of macros and inline functions to be more clearDon Anderson2015-11-107-68/+76
| | * | | | WT-1315. Remove dependency from extension to WT library, it's not portable.Don Anderson2015-11-041-1/+3
| | * | | | 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-042-2/+2
| | * | | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-0466-611/+1570
| | |\ \ \ \
| | * | | | | WT-1315. Added doc for join cursors, including java doc.Don Anderson2015-11-035-0/+28
| | * | | | | WT-1315. Added C and java examples for join cursors.Don Anderson2015-11-032-4/+78
| | * | | | | WT-1315. Added java support for join cursors.Don Anderson2015-11-031-0/+1
| | * | | | | WT-1315. Added tests for join cursors: basic tests, negative tests,Don Anderson2015-11-033-0/+780
| | * | | | | WT-1315. Modified csv_extractor arguments to allow either string or intDon Anderson2015-11-032-14/+36
| | * | | | | WT-1315. Added support for join cursors:Don Anderson2015-11-0319-91/+1592
| | | | | | * WT-2222 Add statistics for named snapshots.Alex Gorrod2015-11-187-4/+47
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2308 from wiredtiger/wt-2220-wt_timediffAlex Gorrod2015-11-1827-58/+67
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into wt-2220-wt_timediffKeith Bostic2015-11-1710-41/+136
| |\ \ \ \ \ \
| * | | | | | | WT-2220: WT_TIMEDIFF_US doesn't appear in core WiredTiger, don'tKeith Bostic2015-11-171-2/+3
| * | | | | | | Merge pull request #2312 from wiredtiger/wt-2220-sueAlex Gorrod2015-11-1821-38/+42
| |\ \ \ \ \ \ \
| | * | | | | | | WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-1721-38/+42
| |/ / / / / / /
| * | | | | | | WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-1710-22/+26
* | | | | | | | Merge pull request #2272 from wiredtiger/wt-2182-split-up-the-tree-2Michael Cahill2015-11-1812-959/+1421
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-171-2/+2
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | WhitespaceSusan LoVerso2015-11-171-2/+2
| |_|_|_|_|_|/ |/| | | | | |