| Age | Commit message (Expand) | Author |
| 2014-06-24 | Slightly shuffle some code in __wt_cache_full_check() to minimize the | Keith Bostic |
| 2014-06-20 | Merge pull request #1076 from wiredtiger/txn-sync | Michael Cahill |
| 2014-06-20 | Clarify that the transaction sync setting overrides the global setting. Add ... | Michael Cahill |
| 2014-06-19 | Split the global transaction_sync configuration into two parts: a sync method... | Michael Cahill |
| 2014-06-18 | Add per-txn sync configuration support. #1074 | Susan LoVerso |
| 2014-06-18 | Wait for ordinary LSM merges to quiesce before starting compaction, to avoid ... | Michael Cahill |
| 2014-06-18 | Cleanup: undo debugging changes to get this branch ready for review. | Michael Cahill |
| 2014-06-18 | Instead of having update operations set the highest update transaction in an ... | Michael Cahill |
| 2014-06-17 | Merge branch 'develop' into debug-lsm-dirty-after-checkpoint | Michael Cahill |
| 2014-06-17 | Check for overflow before attempting an LSM put. Also relax the assertions t... | Michael Cahill |
| 2014-06-17 | Fix the LSM readonly flag, only assert that files older than the current one ... | Michael Cahill |
| 2014-06-16 | Add a new field to the WT_CURSOR_BTREE structure so we can pass back a | Keith Bostic |
| 2014-06-16 | Merge branch 'develop' into debug-lsm-dirty-after-checkpoint | Michael Cahill |
| 2014-06-16 | Merge pull request #1071 from wiredtiger/invisible-updates | Michael Cahill |
| 2014-06-16 | Merge pull request #1063 from wiredtiger/lsm-compact-improvements | Alex Gorrod |
| 2014-06-14 | Fixes for WT_INSERT objects with invisible WT_UPDATE objects. For | Keith Bostic |
| 2014-06-14 | Change WT_CURSOR.next-random to handle insert lists where the updates | Keith Bostic |
| 2014-06-13 | Once we find an update object we can use, remember it and pass it into | Keith Bostic |
| 2014-06-13 | Flush all LSM chunks before compacting. | Michael Cahill |
| 2014-06-12 | Fix a couple of comments: the search functions no longer return write | Keith Bostic |
| 2014-06-12 | Don't rely on LSM merge threads updating a counter periodically to tell if co... | Michael Cahill |
| 2014-06-12 | Merge pull request #1057 from wiredtiger/lsm-snapshot-update-check-only | Alex Gorrod |
| 2014-06-12 | Wrap update_check in a public cursor call, so that session->dhandle is set co... | Michael Cahill |
| 2014-06-12 | Don't use a cursor flag for update checks: override the insert method instead... | Michael Cahill |
| 2014-06-11 | Move the WT_CBT_CONFLICT_CHECK flag from the btree-specific cursor | Keith Bostic |
| 2014-06-11 | Support snapshots in LSM via update checks, rather than actual updates. | Alex Gorrod |
| 2014-06-11 | Support snapshots in LSM via update checks, rather than actual updates. | Alex Gorrod |
| 2014-06-10 | When deepening the tree, don't free the newly created child pages until after | Keith Bostic |
| 2014-06-07 | Update a comment, sentence no longer needed. | Keith Bostic |
| 2014-06-06 | Add in a work around for the transaction visibility check in LSM. | Alex Gorrod |
| 2014-06-06 | Add code to help reproduce/debug an assertion in LSM. | Alex Gorrod |
| 2014-06-03 | In auto-commit operations, don't reset cursors if we are going to retry the o... | Michael Cahill |
| 2014-06-02 | Reset cursors on auto-commit failure, reference #672. | Keith Bostic |
| 2014-05-29 | Rename back to .basecfg. Update ordering in docs. #1010 | Susan LoVerso |
| 2014-05-28 | Fix reordering of configuration code. #1010 | Susan LoVerso |
| 2014-05-28 | Add an app_private field to the WT_ASYNC_OP handle. | Alex Gorrod |
| 2014-05-27 | Expose the private field with a macro. | Susan LoVerso |
| 2014-05-23 | spell, KNF. | Keith Bostic |
| 2014-05-23 | Change WT_METADATA_URI to "metadata:". | Michael Cahill |
| 2014-05-23 | Allow the metadata to be dumped, use "metadata:" consistently as the public U... | Michael Cahill |
| 2014-05-22 | Switch the order of arguments to WT_STRING_MATCH, then no cast is needed. | Keith Bostic |
| 2014-05-22 | Lint. | Susan LoVerso |
| 2014-05-22 | Merge branch 'develop' into json-dump | Susan LoVerso |
| 2014-05-22 | Consolidate the column init functions. | Susan LoVerso |
| 2014-05-22 | KNF. | Susan LoVerso |
| 2014-05-22 | Change WT_STRING_MATCH to cast its argument before doing pointer | Keith Bostic |
| 2014-05-21 | First attempt to add a sweep thread to close data handles only after | Keith Bostic |
| 2014-05-21 | Minor code movement and static function. | Susan LoVerso |
| 2014-05-21 | Tighten args and change some function names. | Susan LoVerso |
| 2014-05-21 | Wrap json cursors as a type of dump cursor. | Susan LoVerso |