summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add an initial implementation of named, in-memory snapshots. This implementa...Michael Cahill2015-04-0116-9/+394
* Coverity 1199719 (#1 of 1): Dereference after null check (FORWARD_NULL)Keith Bostic2015-03-312-5/+4
* Coverty 1129071 (#1 of 1): Dereference before null check (REVERSE_INULL)Keith Bostic2015-03-311-1/+1
* Coverity 1129018, 1129019, 1129020, 1129021: Side effect in assertionKeith Bostic2015-03-311-42/+49
* updateKeith Bostic2015-03-311-0/+1
* Merge pull request #1835 from wiredtiger/var-col-store-bugKeith Bostic2015-03-312-14/+53
|\
| * When looking for the next-larger item (__col_insert_search_gt), stayKeith Bostic2015-03-311-4/+4
| * Add a __setitem__ to cursors in the Python API.Keith Bostic2015-03-311-12/+3
| * Merge branch 'develop' into var-col-store-bugAlex Gorrod2015-03-3160-366/+150
| |\ | |/ |/|
* | Merge pull request #1836 from wiredtiger/python-cursor-setitemAlex Gorrod2015-03-3159-366/+147
|\ \
| * | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-3159-366/+147
|/ /
* | Add more spelling words required on Fedora Linux.Michael Cahill2015-03-311-0/+3
| * Add the rest of the col gap test case.Alex Gorrod2015-03-311-11/+20
| * Add a test case for a new bug in variable length column stores.Alex Gorrod2015-03-311-0/+39
|/
* Merge pull request #1833 from wiredtiger/column-store-perfAlex Gorrod2015-03-317-12/+276
|\
| * Merge branch 'develop' into column-store-perfMichael Cahill2015-03-305-343/+59
| |\
| * | error: 'rle_start' may be used uninitialized in this functionKeith Bostic2015-03-282-0/+4
| * | When we find a record in the slot's update skiplist, but then want toKeith Bostic2015-03-285-45/+83
| * | typoKeith Bostic2015-03-271-1/+1
| * | Basic test of variable-length column store tables with large namespace gaps.Keith Bostic2015-03-271-0/+84
| * | Cleanup, fix, simplify the cursor-insert-greater-than search, add aKeith Bostic2015-03-273-18/+75
| * | If we find an insert record, it's not necessarily the right one, we onlyKeith Bostic2015-03-271-1/+2
| * | whitespaceKeith Bostic2015-03-271-1/+1
| * | Bug in last commit -- we can't increment cbt->recno before searching forKeith Bostic2015-03-271-7/+7
| * | The gaps in column-store tables can be large enough we spend too muchKeith Bostic2015-03-271-4/+19
| * | There can be huge gaps in the variable-length column-store name spaceKeith Bostic2015-03-272-2/+66
* | | async_max_queue: collection statistic, aggregate doesn't apply, don'tKeith Bostic2015-03-304-25/+38
* | | Reinstate spelling words required for Linux, OS X.Michael Cahill2015-03-301-0/+31
| |/ |/|
* | Update the list of OK spelling words.Keith Bostic2015-03-281-328/+0
* | Spelling cleanup.Keith Bostic2015-03-285-16/+59
|/
* Merge pull request #1832 from wiredtiger/split-gen-paranoiaMichael Cahill2015-03-271-0/+3
|\
| * Revert previous change to split gen assertion.Alex Gorrod2015-03-271-1/+1
| * Strengthen split gen assertion pre review feedback.Alex Gorrod2015-03-271-1/+1
| * Add an assert to the split free method.Alex Gorrod2015-03-271-0/+3
* | Merge pull request #1828 from wiredtiger/split-generation-with-safeKeith Bostic2015-03-2613-64/+88
|\ \ | |/
| * Merge branch 'develop' into split-generation-with-safeKeith Bostic2015-03-260-0/+0
| |\ | |/ |/|
* | Merge pull request #1827 from markbenvenuto/win_zlib_compileKeith Bostic2015-03-261-1/+1
|\ \
| * | Use Standard C type uint64_t for zlibMark Benvenuto2015-03-261-1/+1
* | | Merge pull request #1829 from markbenvenuto/win_fix_sconsKeith Bostic2015-03-261-1/+1
|\ \ \
| * | | Revert "Make LZ4 default off in scons builds for now."Mark Benvenuto2015-03-261-1/+1
|/ / /
| | * Add a comment about why we have to lock down the child's page indexKeith Bostic2015-03-261-0/+5
| | * Revert "Make LZ4 default off in scons builds for now."Mark Benvenuto2015-03-261-1/+1
| | * Use Standard C type uint64_t for zlibMark Benvenuto2015-03-261-1/+1
| | * Rename __wt_btree_size_overflow to __wt_btree_lsm_size, "overflow" inKeith Bostic2015-03-262-6/+5
| | * __wt_btree_size_overflow uses the page's WT_PAGE_INDEX, wrap the callKeith Bostic2015-03-261-0/+2
| | * Instead of asserting split-generation is set in WT_INTL_FOREACH_BEGIN,Keith Bostic2015-03-2612-46/+64
| | * Remove safe version of the WT_INTL_FOREACH_BEGIN macro (it was only usedKeith Bostic2015-03-262-13/+13
| |/ |/|
* | The handle sweep code should handle busy returns.Alex Gorrod2015-03-261-1/+3
* | Fix missing fsync function on Windows.Alex Gorrod2015-03-261-0/+3
* | Merge branch 'master' into developAlex Gorrod2015-03-265-6/+92
|\ \