summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Complete SERVER-16902 backport: in-memory splits during checkpoints.mongodb-3.0.7Michael Cahill2015-10-021-0/+6
* Backport merge fixups.Michael Cahill2015-09-302-5/+5
* WT-2112: Boolean conversion pass over include.Michael Cahill2015-09-3025-99/+99
* WT-2126: page split lockingMichael Cahill2015-09-292-32/+107
* WT-2112 Use bool in more placesMichael Cahill2015-09-2999-811/+1204
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-2938-158/+169
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-2982-941/+1134
* WT-2039 Add error check and unit test for log records over 4Gb.sueloverso2015-09-283-2/+103
* WT-2115 Don't skip truncated pages that are part of a checkpointKeith Bostic2015-09-281-155/+190
* WT-2101 Don't update the logging ckpt_lsn on clean shutdown.Michael Cahill2015-09-282-4/+7
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-2838-680/+341
* WT-2052: Fix the atomic size_t type functions for MSVC.Keith Bostic2015-09-181-1/+1
* WT-2064 Don't spin indefinitely waiting for the handle list lock in evictionsueloverso2015-09-181-2/+22
* WT-2066 Update the oldest transaction ID from evictionMichael Cahill2015-09-181-8/+12
* WT-2042 Only try to evict tombstones that are visible to all readers.Keith Bostic2015-09-182-8/+16
* WT-2105: If a corrupted WT_CELL_VALUE_COPY cell has an offset largerKeith Bostic2015-09-183-19/+21
* WT-2052: OS X clang compiler warnings.Michael Cahill2015-09-174-35/+80
* SERVER-20159 Make all readers wait while the cache is full.Alex Gorrod2015-09-171-13/+0
* Merge pull request #2198 from wiredtiger/log-flush-3.0Michael Cahill2015-09-1714-79/+186
|\
| * WT-2104 KNF in 3.0 unrelated to log_flush changes.Susan LoVerso2015-09-162-2/+2
| * WT-2104 Add log_flush example usage in 3.0.Susan LoVerso2015-09-161-0/+1
| * WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso2015-09-1611-77/+183
|/
* SERVER-20008 Acquire the handle list lock when clearing walks to avoid a race...Michael Cahill2015-08-261-1/+3
* SERVER-20008 Don't reset eviction walks when hitting a busy page.Alex Gorrod2015-08-251-8/+9
* WT-2045 Update a comment to match the failure.Keith Bostic2015-08-251-0/+5
* WT-2045: Avoid a potential deadlock in the eviction server.Keith Bostic2015-08-251-3/+12
* WT-2049 don't start format's RNG at the same place every time.Michael Cahill2015-08-202-2/+11
* Merge pull request #2130 from wiredtiger/random-initMichael Cahill2015-08-201-2/+5
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-1940-337/+343
* WT-2038 Fix cases where a tree could be discarded while marked as the next tr...mongodb-3.0.6Michael Cahill2015-08-191-6/+6
* WT-1481 Fix the count of open files.Michael Cahill2015-08-141-1/+1
* WT-2038 Immediately discard temporary handles from session caches.Michael Cahill2015-08-143-68/+103
* WT-2038 Count and report the total number of data handlesMichael Cahill2015-08-148-81/+97
* Merge pull request #2119 from wiredtiger/tailq-simplifysueloverso2015-08-144-78/+15
* WT-1481 Fix and clarify some sweep statistics.Michael Cahill2015-08-147-125/+158
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-1326-103/+689
* WT-2038 In the mongodb-3.0 branch, we need the handle list lock when expiring...Michael Cahill2015-08-111-2/+3
* WT-2038 Avoid long scans holding the handle list lock.Michael Cahill2015-08-113-61/+68
* WT-2036 Make handle sweeps more robustMichael Cahill2015-08-102-68/+73
* WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod2015-08-105-8/+198
* WT-2025 Pass simple arguments to compare-and-swap macrosMichael Cahill2015-08-061-5/+12
* WT-1938 Prefer the boolean version over __sync_val_compare_and_swap in GCC.Michael Cahill2015-08-061-4/+11
* WT-2021: Fix a race when getting a transaction ID.Alex Gorrod2015-08-061-16/+14
* SERVER-19751 Retry pthread_create on EAGAIN or EINTR.Keith Bostic2015-08-062-3/+5
* WT-2025 Assert that cursors are positioned for insertsKeith Bostic2015-08-064-18/+23
* WT-2025 SERVER-19573 Change row-store inserts to avoid page locking.Michael Cahill2015-08-061-36/+73
* Deal with rnd == NULL in test/format.Michael Cahill2015-08-051-1/+8
* Update test/format's use of the random number generator to match develop.Michael Cahill2015-08-0512-87/+90
* WT-2002 MSVC compilers can't handle nested variadic macros. In other words, ...Keith Bostic2015-08-041-8/+13
* Cleanup, fix LSM cursor assertion order.Michael Cahill2015-08-046-11/+13