summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release 2.3.02.3.0Alex Gorrod2014-07-296-14/+14
* Sanity check the LevelDB configuration at build time, not runtime.Michael Cahill2014-07-292-6/+10
* Make the LevelDB API more resilient to invalid configurations. Also clean up...Michael Cahill2014-07-292-0/+8
* Add upgrading section to docs for 2.3.0 release.Alex Gorrod2014-07-291-0/+4
* Whitespace.Alex Gorrod2014-07-291-9/+9
* Merge pull request #1137 from wiredtiger/changelog-2.3.0Alex Gorrod2014-07-295-1/+99
|\
| * Add a page to the documentation describing how to use the LevelDB API.Michael Cahill2014-07-294-1/+58
| * Minor changelog edits.Michael Cahill2014-07-291-11/+9
| * Add details for query performance improvements to changelog.Alex Gorrod2014-07-291-1/+3
| * Add draft changelog notes for upcoming 2.3.0 release.Alex Gorrod2014-07-281-0/+41
* | Merge pull request #1123 from wiredtiger/force-log-ckptMichael Cahill2014-07-291-10/+8
|\ \ | |/ |/|
| * Fix type warning.Susan LoVerso2014-07-281-1/+1
| * Force a full database checkpoint at the end of recovery. #1115Susan LoVerso2014-07-281-8/+3
| * Force a checkpoint at the end of recovery so that the checkpoint LSNSusan LoVerso2014-07-171-11/+14
* | Update function naming to be consistent with our style.Alex Gorrod2014-07-281-3/+3
* | Swap out WT_ERR for WT_RET, there's no cleanup needed.Keith Bostic2014-07-251-1/+1
* | Remove unused temporary buffer.Keith Bostic2014-07-251-2/+0
* | I don't expect to ever drill a path so we don't need the WT_BTREE.ckpt field,Keith Bostic2014-07-251-4/+4
* | There's no need to test if the handle is non-NULL before callingKeith Bostic2014-07-251-2/+1
* | Fix comment alignment.Keith Bostic2014-07-251-7/+7
* | __wt_eviction_force_check() is only called from one place, there's noKeith Bostic2014-07-252-39/+39
* | Combine the not-modified and not-checkpoint code in one place rather thanKeith Bostic2014-07-251-24/+14
* | Touch elements in order (no real change).Keith Bostic2014-07-251-1/+1
* | Merge pull request #1126 from wiredtiger/bulk-checkpointMichael Cahill2014-07-243-55/+34
|\ \
| * | Switch from using the checkpoint lock to serialize bulk-load close andKeith Bostic2014-07-232-52/+31
| * | Revert "Switch from using the checkpoint lock to serialize bulk-load close and"Keith Bostic2014-07-235-79/+38
| * | Merge branch 'develop' into bulk-checkpointKeith Bostic2014-07-230-0/+0
| |\ \ | |/ / |/| |
* | | Don't initialize name_alloc twice.Keith Bostic2014-07-231-3/+3
| * | Switch from using the checkpoint lock to serialize bulk-load close andKeith Bostic2014-07-225-38/+79
|/ /
* | Add a compact to the evict-lsm job to reduce variability during the query phase.Michael Cahill2014-07-221-0/+1
* | Remove some initialization code that's no longer needed.Keith Bostic2014-07-201-2/+0
* | Don't release the page if called from the split code, it's referencedKeith Bostic2014-07-201-1/+2
* | Tiny variable name change for consistency.Keith Bostic2014-07-201-3/+3
* | Remove another few instructions from the read-only row-search code,Keith Bostic2014-07-201-6/+2
* | Do tree-append tracking in the cursor instead of in the btree handle.Keith Bostic2014-07-203-51/+58
* | Fix a search past the end of a skiplist: we need to set `cbt->ins` to the las...Michael Cahill2014-07-181-2/+4
* | Merge pull request #1121 from wiredtiger/row-search-slimMichael Cahill2014-07-189-134/+206
|\ \ | |/ |/|
| * Merge pull request #1122 from wiredtiger/row-search-slim-fast-append-firstMichael Cahill2014-07-181-30/+72
| |\
| | * Merge branch 'row-search-slim' into row-search-slim-fast-append-firstKeith Bostic2014-07-177-46/+51
| | |\ | | |/ | |/|
| * | Clean up __cursor_pos_clear: only clear the fields we need to clear andKeith Bostic2014-07-173-15/+24
| * | updateKeith Bostic2014-07-171-0/+1
| * | Rename __cursor_search_clear __cursor_pos_clear; it's the code thatKeith Bostic2014-07-176-31/+26
| | * Do the fast-append test before we search the leaf page.Keith Bostic2014-07-171-30/+72
| |/
| * Remove a comment that no longer applies (and even lint realizes it now).Keith Bostic2014-07-171-5/+0
| * Use "ins" instead of "ret_ins", it doesn't add any additional information.Keith Bostic2014-07-171-18/+18
| * Add a comment explaining the WT_BTREE.appending behavior.Keith Bostic2014-07-171-0/+14
| * Inline the fast-path insert-list append code and only call it when doingKeith Bostic2014-07-173-24/+54
| * Don't call the insert list search routine unless there's an insert listKeith Bostic2014-07-173-13/+10
| * Some minor code-shuffling in the leaf page row-search code toKeith Bostic2014-07-172-39/+28
* | Move connection config out to a macro.Susan LoVerso2014-07-171-3/+3
|/