summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-25Cut WiredTiger release 2.2.12.2.1Alex Gorrod
2014-06-25Merge pull request #1083 from wiredtiger/221-release-changelogMichael Cahill
2014-06-25Fix variable naming: it's called "enabled", not "sync_on_commit".Michael Cahill
2014-06-25minor reformat for markdown (in the documentation)Michael Cahill
2014-06-24Slightly shuffle some code in __wt_cache_full_check() to minimize theKeith Bostic
2014-06-24Add draft ChangeLog for 2.2.1 release.Alex Gorrod
2014-06-23Update Java example to catch WiredTiger exceptions.Alex Gorrod
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-19whitespaceKeith Bostic
2014-06-19Minor cleanup. Add enabled/none test case back in. #1074Susan LoVerso
2014-06-19Merge pull request #1077 from wiredtiger/lsm_lock_flagAlex Gorrod
2014-06-19Split the global transaction_sync configuration into two parts: a sync method...Michael Cahill
2014-06-19Fix a formatting problem with configuration defaults: sub-configurations of t...Michael Cahill
2014-06-19Revert name change of flag to WT_SESSION_NO_CACHE_CHECKAlex Gorrod
2014-06-18Replace WT_SESSION_NO_CACHE_CHECK with a more general-purpose flag,Keith Bostic
2014-06-19Merge pull request #1075 from wiredtiger/debug-lsm-dirty-after-checkpointAlex Gorrod
2014-06-18Add per-txn sync configuration support. #1074Susan LoVerso
2014-06-18Fix problems with reopening an LSM tree: don't set the primary chunk until we...Michael Cahill
2014-06-18Wait for ordinary LSM merges to quiesce before starting compaction, to avoid ...Michael Cahill
2014-06-18When flushing LSM chunks, only check switch_txn for in-memory chunks.Michael Cahill
2014-06-18Cleanup: undo debugging changes to get this branch ready for review.Michael Cahill
2014-06-18Merge branch 'develop' into debug-lsm-dirty-after-checkpointMichael Cahill
2014-06-18Instead of having update operations set the highest update transaction in an ...Michael Cahill
2014-06-17The split transaction ID may not be globally visible by the time weKeith Bostic
2014-06-17Add sentence about close event handler alternative.Susan LoVerso
2014-06-17Add sentence about waiting for worker threads.Susan LoVerso
2014-06-17Have wtperf script run 3 times and check for stability #1061Susan LoVerso
2014-06-17Wait until after the LSM tree state is updated (including getting an exclusiv...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 support for random isolation configurations, where each new sessionKeith Bostic
2014-06-16Add a new field to the WT_CURSOR_BTREE structure so we can pass back aKeith Bostic
2014-06-16Remove tab characters.Keith Bostic
2014-06-16Only set the read-only flag if a checkpoint completed successfullyMichael Cahill
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-15Add a comment.Keith Bostic
2014-06-15Flip the sense of the __cursor_invalid function to __cursor_validKeith Bostic
2014-06-15Add a slightly different test, where there are visible records in theKeith Bostic
2014-06-14Fixes for WT_INSERT objects with invisible WT_UPDATE objects. ForKeith Bostic
2014-06-14update a comment.Keith Bostic
2014-06-14Change WT_CURSOR.next-random to handle insert lists where the updatesKeith Bostic
2014-06-14Confirm WT_CURSOR.next_random works for both in-memory and on-diskKeith Bostic
2014-06-14Use self.reopen_conn() instead of rolling our own.Keith Bostic
2014-06-14When returning from WT_CURSOR.update, we previously called __wt_kv_returnKeith Bostic
2014-06-13Once we find an update object we can use, remember it and pass it intoKeith Bostic
2014-06-13Set split_pct by default in wtperf: we use a 4KB allocation size and a 4KB le...Michael Cahill