summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-18WT-2066 Update the oldest transaction ID from evictionMichael Cahill
2015-09-18WT-2042 Only try to evict tombstones that are visible to all readers.Keith Bostic
2015-09-18WT-2105: If a corrupted WT_CELL_VALUE_COPY cell has an offset largerKeith Bostic
2015-09-17WT-2052: OS X clang compiler warnings.Michael Cahill
2015-09-17SERVER-20159 Make all readers wait while the cache is full.Alex Gorrod
2015-09-17Merge pull request #2198 from wiredtiger/log-flush-3.0Michael Cahill
2015-09-16WT-2104 KNF in 3.0 unrelated to log_flush changes.Susan LoVerso
2015-09-16WT-2104 Add log_flush example usage in 3.0.Susan LoVerso
2015-09-16WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso
2015-08-26SERVER-20008 Acquire the handle list lock when clearing walks to avoid a race...Michael Cahill
2015-08-25SERVER-20008 Don't reset eviction walks when hitting a busy page.Alex Gorrod
2015-08-25WT-2045 Update a comment to match the failure.Keith Bostic
2015-08-25WT-2045: Avoid a potential deadlock in the eviction server.Keith Bostic
2015-08-20WT-2049 don't start format's RNG at the same place every time.Michael Cahill
2015-08-20Merge pull request #2130 from wiredtiger/random-initMichael Cahill
2015-08-19Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill
2015-08-19WT-2038 Fix cases where a tree could be discarded while marked as the next tr...mongodb-3.0.6Michael Cahill
2015-08-14WT-1481 Fix the count of open files.Michael Cahill
2015-08-14WT-2038 Immediately discard temporary handles from session caches.Michael Cahill
2015-08-14WT-2038 Count and report the total number of data handlesMichael Cahill
2015-08-14Merge pull request #2119 from wiredtiger/tailq-simplifysueloverso
2015-08-14WT-1481 Fix and clarify some sweep statistics.Michael Cahill
2015-08-13WT-2038 Use TAILQ for all lists.Michael Cahill
2015-08-11WT-2038 In the mongodb-3.0 branch, we need the handle list lock when expiring...Michael Cahill
2015-08-11WT-2038 Avoid long scans holding the handle list lock.Michael Cahill
2015-08-10WT-2036 Make handle sweeps more robustMichael Cahill
2015-08-10WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod
2015-08-06WT-2025 Pass simple arguments to compare-and-swap macrosMichael Cahill
2015-08-06WT-1938 Prefer the boolean version over __sync_val_compare_and_swap in GCC.Michael Cahill
2015-08-06WT-2021: Fix a race when getting a transaction ID.Alex Gorrod
2015-08-06SERVER-19751 Retry pthread_create on EAGAIN or EINTR.Keith Bostic
2015-08-06WT-2025 Assert that cursors are positioned for insertsKeith Bostic
2015-08-06WT-2025 SERVER-19573 Change row-store inserts to avoid page locking.Michael Cahill
2015-08-05Deal with rnd == NULL in test/format.Michael Cahill
2015-08-05Update test/format's use of the random number generator to match develop.Michael Cahill
2015-08-04WT-2002 MSVC compilers can't handle nested variadic macros. In other words, ...Keith Bostic
2015-08-04Cleanup, fix LSM cursor assertion order.Michael Cahill
2015-08-04Merge pull request #2091 from wiredtiger/intl-page-emptyAlex Gorrod
2015-08-04Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows
2015-08-04Merge pull request #2085 from wiredtiger/wt-2015-block-destroy-failureAlex Gorrod
2015-08-04Merge pull request #2086 from wiredtiger/wt-2020-checksum-error-messagesDon Anderson
2015-08-04Merge pull request #2082 from wiredtiger/evict-thread-stableMichael Cahill
2015-08-04Merge pull request #2080 from wiredtiger/rec-max-txn-logicAlex Gorrod
2015-08-04Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill
2015-08-04Merge pull request #2078 from wiredtiger/union_packingMichael Cahill
2015-08-04Merge pull request #2076 from wiredtiger/WT-1989-warningAlex Gorrod
2015-08-04Merge pull request #2069 from wiredtiger/rewrite-err-use-after-freeAlex Gorrod
2015-08-04Merge pull request #2071 from wiredtiger/page-refp-cleanupMichael Cahill
2015-08-04Merge pull request #2066 from wiredtiger/meta-track-postcommitAlex Gorrod
2015-08-04Merge pull request #2068 from wiredtiger/txn-oldest-updateAlex Gorrod