| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an initial implementation of named, in-memory snapshots. This implementa... | Michael Cahill | 2015-04-01 | 16 | -9/+394 |
* | Coverity 1199719 (#1 of 1): Dereference after null check (FORWARD_NULL) | Keith Bostic | 2015-03-31 | 2 | -5/+4 |
* | Coverty 1129071 (#1 of 1): Dereference before null check (REVERSE_INULL) | Keith Bostic | 2015-03-31 | 1 | -1/+1 |
* | Coverity 1129018, 1129019, 1129020, 1129021: Side effect in assertion | Keith Bostic | 2015-03-31 | 1 | -42/+49 |
* | update | Keith Bostic | 2015-03-31 | 1 | -0/+1 |
* | Merge pull request #1835 from wiredtiger/var-col-store-bug | Keith Bostic | 2015-03-31 | 2 | -14/+53 |
|\ |
|
| * | When looking for the next-larger item (__col_insert_search_gt), stay | Keith Bostic | 2015-03-31 | 1 | -4/+4 |
| * | Add a __setitem__ to cursors in the Python API. | Keith Bostic | 2015-03-31 | 1 | -12/+3 |
| * | Merge branch 'develop' into var-col-store-bug | Alex Gorrod | 2015-03-31 | 60 | -366/+150 |
| |\
| |/
|/| |
|
* | | Merge pull request #1836 from wiredtiger/python-cursor-setitem | Alex Gorrod | 2015-03-31 | 59 | -366/+147 |
|\ \ |
|
| * | | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c.... | Michael Cahill | 2015-03-31 | 59 | -366/+147 |
|/ / |
|
* | | Add more spelling words required on Fedora Linux. | Michael Cahill | 2015-03-31 | 1 | -0/+3 |
| * | Add the rest of the col gap test case. | Alex Gorrod | 2015-03-31 | 1 | -11/+20 |
| * | Add a test case for a new bug in variable length column stores. | Alex Gorrod | 2015-03-31 | 1 | -0/+39 |
|/ |
|
* | Merge pull request #1833 from wiredtiger/column-store-perf | Alex Gorrod | 2015-03-31 | 7 | -12/+276 |
|\ |
|
| * | Merge branch 'develop' into column-store-perf | Michael Cahill | 2015-03-30 | 5 | -343/+59 |
| |\ |
|
| * | | error: 'rle_start' may be used uninitialized in this function | Keith Bostic | 2015-03-28 | 2 | -0/+4 |
| * | | When we find a record in the slot's update skiplist, but then want to | Keith Bostic | 2015-03-28 | 5 | -45/+83 |
| * | | typo | Keith Bostic | 2015-03-27 | 1 | -1/+1 |
| * | | Basic test of variable-length column store tables with large namespace gaps. | Keith Bostic | 2015-03-27 | 1 | -0/+84 |
| * | | Cleanup, fix, simplify the cursor-insert-greater-than search, add a | Keith Bostic | 2015-03-27 | 3 | -18/+75 |
| * | | If we find an insert record, it's not necessarily the right one, we only | Keith Bostic | 2015-03-27 | 1 | -1/+2 |
| * | | whitespace | Keith Bostic | 2015-03-27 | 1 | -1/+1 |
| * | | Bug in last commit -- we can't increment cbt->recno before searching for | Keith Bostic | 2015-03-27 | 1 | -7/+7 |
| * | | The gaps in column-store tables can be large enough we spend too much | Keith Bostic | 2015-03-27 | 1 | -4/+19 |
| * | | There can be huge gaps in the variable-length column-store name space | Keith Bostic | 2015-03-27 | 2 | -2/+66 |
* | | | async_max_queue: collection statistic, aggregate doesn't apply, don't | Keith Bostic | 2015-03-30 | 4 | -25/+38 |
* | | | Reinstate spelling words required for Linux, OS X. | Michael Cahill | 2015-03-30 | 1 | -0/+31 |
| |/
|/| |
|
* | | Update the list of OK spelling words. | Keith Bostic | 2015-03-28 | 1 | -328/+0 |
* | | Spelling cleanup. | Keith Bostic | 2015-03-28 | 5 | -16/+59 |
|/ |
|
* | Merge pull request #1832 from wiredtiger/split-gen-paranoia | Michael Cahill | 2015-03-27 | 1 | -0/+3 |
|\ |
|
| * | Revert previous change to split gen assertion. | Alex Gorrod | 2015-03-27 | 1 | -1/+1 |
| * | Strengthen split gen assertion pre review feedback. | Alex Gorrod | 2015-03-27 | 1 | -1/+1 |
| * | Add an assert to the split free method. | Alex Gorrod | 2015-03-27 | 1 | -0/+3 |
* | | Merge pull request #1828 from wiredtiger/split-generation-with-safe | Keith Bostic | 2015-03-26 | 13 | -64/+88 |
|\ \
| |/ |
|
| * | Merge branch 'develop' into split-generation-with-safe | Keith Bostic | 2015-03-26 | 0 | -0/+0 |
| |\
| |/
|/| |
|
* | | Merge pull request #1827 from markbenvenuto/win_zlib_compile | Keith Bostic | 2015-03-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Use Standard C type uint64_t for zlib | Mark Benvenuto | 2015-03-26 | 1 | -1/+1 |
* | | | Merge pull request #1829 from markbenvenuto/win_fix_scons | Keith Bostic | 2015-03-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Revert "Make LZ4 default off in scons builds for now." | Mark Benvenuto | 2015-03-26 | 1 | -1/+1 |
|/ / / |
|
| | * | Add a comment about why we have to lock down the child's page index | Keith Bostic | 2015-03-26 | 1 | -0/+5 |
| | * | Revert "Make LZ4 default off in scons builds for now." | Mark Benvenuto | 2015-03-26 | 1 | -1/+1 |
| | * | Use Standard C type uint64_t for zlib | Mark Benvenuto | 2015-03-26 | 1 | -1/+1 |
| | * | Rename __wt_btree_size_overflow to __wt_btree_lsm_size, "overflow" in | Keith Bostic | 2015-03-26 | 2 | -6/+5 |
| | * | __wt_btree_size_overflow uses the page's WT_PAGE_INDEX, wrap the call | Keith Bostic | 2015-03-26 | 1 | -0/+2 |
| | * | Instead of asserting split-generation is set in WT_INTL_FOREACH_BEGIN, | Keith Bostic | 2015-03-26 | 12 | -46/+64 |
| | * | Remove safe version of the WT_INTL_FOREACH_BEGIN macro (it was only used | Keith Bostic | 2015-03-26 | 2 | -13/+13 |
| |/
|/| |
|
* | | The handle sweep code should handle busy returns. | Alex Gorrod | 2015-03-26 | 1 | -1/+3 |
* | | Fix missing fsync function on Windows. | Alex Gorrod | 2015-03-26 | 1 | -0/+3 |
* | | Merge branch 'master' into develop | Alex Gorrod | 2015-03-26 | 5 | -6/+92 |
|\ \ |
|