summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-24Lint - fixup spacing to make s_all happy.Alex Gorrod
2015-11-24Merge pull request #2271 from wiredtiger/reverse-split-fixAlex Gorrod
2015-11-24Merge pull request #2260 from wiredtiger/reverse-splitsAlex Gorrod
2015-10-22SERVER-21063 Avoid creating deep trees for append-only workloads.Michael Cahill
2015-10-06SERVER-20303 Require a minimum item count for in-memory splits.Keith Bostic
2015-10-06WT-2159: don't check the config twice on success.sueloverso
2015-10-02Complete SERVER-16902 backport: in-memory splits during checkpoints.mongodb-3.0.7Michael Cahill
2015-09-30Backport merge fixups.Michael Cahill
2015-09-30WT-2112: Boolean conversion pass over include.Michael Cahill
2015-09-29WT-2126: page split lockingMichael Cahill
2015-09-29WT-2112 Use bool in more placesMichael Cahill
2015-09-29WT-2122 Convert more expressions to use boolMichael Cahill
2015-09-29Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill
2015-09-28WT-2039 Add error check and unit test for log records over 4Gb.sueloverso
2015-09-28WT-2115 Don't skip truncated pages that are part of a checkpointKeith Bostic
2015-09-28WT-2101 Don't update the logging ckpt_lsn on clean shutdown.Michael Cahill
2015-09-28WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill
2015-09-18WT-2052: Fix the atomic size_t type functions for MSVC.Keith Bostic
2015-09-18WT-2064 Don't spin indefinitely waiting for the handle list lock in evictionsueloverso
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