summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #2091 from wiredtiger/intl-page-emptyAlex Gorrod2015-08-042-16/+52
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-0418-44/+108
* Merge pull request #2085 from wiredtiger/wt-2015-block-destroy-failureAlex Gorrod2015-08-041-5/+10
* Merge pull request #2086 from wiredtiger/wt-2020-checksum-error-messagesDon Anderson2015-08-041-8/+16
* Merge pull request #2082 from wiredtiger/evict-thread-stableMichael Cahill2015-08-041-25/+0
* Merge pull request #2080 from wiredtiger/rec-max-txn-logicAlex Gorrod2015-08-041-0/+3
* Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill2015-08-0412-70/+77
* Merge pull request #2078 from wiredtiger/union_packingMichael Cahill2015-08-042-2/+4
* Merge pull request #2076 from wiredtiger/WT-1989-warningAlex Gorrod2015-08-042-5/+4
* Merge pull request #2069 from wiredtiger/rewrite-err-use-after-freeAlex Gorrod2015-08-042-6/+8
* Merge pull request #2071 from wiredtiger/page-refp-cleanupMichael Cahill2015-08-0413-102/+112
* Merge pull request #2066 from wiredtiger/meta-track-postcommitAlex Gorrod2015-08-041-31/+69
* Merge pull request #2068 from wiredtiger/txn-oldest-updateAlex Gorrod2015-08-041-1/+15
* WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso2015-08-0311-220/+143
* whitespaceMichael Cahill2015-08-031-7/+7
* lsm/lsm_cursor.c: return after a jump to the error label or a jump toKeith Bostic2015-08-031-1/+1
* Merge pull request #2070 from wiredtiger/verify-no-panicKeith Bostic2015-07-245-74/+107
* WT-1989 Bump slot pool up to 128.mongodb-3.0.5Susan LoVerso2015-07-131-1/+1
* WT-1969 Improve slot hints when traversing trees.Keith Bostic2015-07-131-0/+12
* WT-1924 Ensure the metadata is flushed when closing an LSM bulk cursor.Alex Gorrod2015-07-035-11/+44
* WT-1922 Add support for bulk load in LSM trees. Also referencesAlex Gorrod2015-07-036-38/+205
* WT-1982 Fix a window where reconciliation could go back in transaction time.Alex Gorrod2015-07-029-85/+129
* SERVER-18838 During drops, don't remove files until the metadata is durable.Alex Gorrod2015-06-293-4/+32
* SERVER-18875 Don't keep deleted pages during a checkpoint. Sync transaction ...Michael Cahill2015-06-296-42/+84
* Cherry pick naming fixups.Michael Cahill2015-06-294-26/+26
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-298-17/+20
* WT-1907 Improve performance of transaction refreshMichael Cahill2015-06-295-98/+136
* WT-1975 Wait for sync_lsn of earlier log files to complete for forced sync.Michael Cahill2015-06-292-0/+16
* WT-1969 allow the root page to deepen regardless of how pages split.Keith Bostic2015-06-292-18/+5