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