summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-2910-100/+101
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-2812-133/+189
* WT-2052: Fix the atomic size_t type functions for MSVC.Keith Bostic2015-09-181-1/+1
* WT-2105: If a corrupted WT_CELL_VALUE_COPY cell has an offset largerKeith Bostic2015-09-182-16/+18
* WT-2052: OS X clang compiler warnings.Michael Cahill2015-09-174-35/+80
* WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso2015-09-164-77/+92
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-1912-211/+231
* WT-2038 Immediately discard temporary handles from session caches.Michael Cahill2015-08-141-1/+5
* WT-2038 Count and report the total number of data handlesMichael Cahill2015-08-143-79/+85
* WT-1481 Fix and clarify some sweep statistics.Michael Cahill2015-08-142-86/+89
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-137-39/+37
* WT-2036 Make handle sweeps more robustMichael Cahill2015-08-101-0/+1
* WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod2015-08-101-4/+6
* 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
* SERVER-19751 Retry pthread_create on EAGAIN or EINTR.Keith Bostic2015-08-061-1/+1
* WT-2025 Assert that cursors are positioned for insertsKeith Bostic2015-08-062-16/+21
* WT-2025 SERVER-19573 Change row-store inserts to avoid page locking.Michael Cahill2015-08-061-36/+73
* Cleanup, fix LSM cursor assertion order.Michael Cahill2015-08-042-4/+4
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-045-5/+15
* Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill2015-08-042-14/+14
* Merge pull request #2078 from wiredtiger/union_packingMichael Cahill2015-08-041-1/+3
* Merge pull request #2076 from wiredtiger/WT-1989-warningAlex Gorrod2015-08-041-1/+1
* Merge pull request #2069 from wiredtiger/rewrite-err-use-after-freeAlex Gorrod2015-08-041-1/+1
* Merge pull request #2071 from wiredtiger/page-refp-cleanupMichael Cahill2015-08-042-62/+15
* WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso2015-08-034-89/+85
* whitespaceMichael Cahill2015-08-031-7/+7
* Merge pull request #2070 from wiredtiger/verify-no-panicKeith Bostic2015-07-241-3/+3
* WT-1989 Bump slot pool up to 128.mongodb-3.0.5Susan LoVerso2015-07-131-1/+1
* WT-1922 Add support for bulk load in LSM trees. Also referencesAlex Gorrod2015-07-032-8/+13
* WT-1982 Fix a window where reconciliation could go back in transaction time.Alex Gorrod2015-07-023-18/+22
* SERVER-18838 During drops, don't remove files until the metadata is durable.Alex Gorrod2015-06-291-0/+1
* SERVER-18875 Don't keep deleted pages during a checkpoint. Sync transaction ...Michael Cahill2015-06-293-12/+51
* Cherry pick naming fixups.Michael Cahill2015-06-291-4/+4
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-291-1/+1
* WT-1907 Improve performance of transaction refreshMichael Cahill2015-06-293-14/+11
* WT-1969 allow the root page to deepen regardless of how pages split.Keith Bostic2015-06-291-4/+3
* SERVER-18829 Have pages start in the middle of the LRU queue for eviction.Alex Gorrod2015-06-292-3/+18
* SERVER-17078 Move the statistics=(size) support into the block manager.Michael Cahill2015-06-291-0/+1
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-293-2/+8
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-292-2/+5
* Fixes for cherry-pick merge failures.Michael Cahill2015-05-292-40/+2
* Merge pull request #1995 from wiredtiger/skip-checkpointMichael Cahill2015-05-292-2/+4
* Merge pull request #2000 from wiredtiger/auto-txn-logsyncMichael Cahill2015-05-291-0/+38
* Fixes for macro name changes after cherry picking.Michael Cahill2015-05-251-1/+1
* Always clear the cursor's page reference after releasing the page,Keith Bostic2015-05-251-5/+9
* Merge pull request #1986 from wiredtiger/txn-oldest-idAlex Gorrod2015-05-251-7/+22
* Merge pull request #1981 from wiredtiger/page-release-cleanupMichael Cahill2015-05-251-7/+7
* Merge pull request #1979 from wiredtiger/log-slot-volatileAlex Gorrod2015-05-251-1/+4
* Merge pull request #1946 from wiredtiger/checkpoint-rewriteAlex Gorrod2015-05-251-1/+3