summaryrefslogtreecommitdiff
path: root/src/include/btmem.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3715 Lookaside eviction tuning. (#3777)Michael Cahill2017-11-101-7/+8
* WT-3675 Fix the lookaside interactions with checkpoints. (#3776)Michael Cahill2017-11-021-2/+2
* WT-3652 Skip unnecessary lookaside reads / writes (#3764)Alex Gorrod2017-10-311-18/+17
* Revert "WT-3652 Skip unnecessary lookaside reads / writes. (#3744)" (#3763)Alex Gorrod2017-10-271-6/+0
* WT-3652 Skip unnecessary lookaside reads / writes. (#3744)Michael Cahill2017-10-271-0/+6
* WT-3616 format failed to report a stuck cache (#3745)Keith Bostic2017-10-201-2/+3
* WT-3646 Don't trigger eviction from checkpoints in write heavy workloads (#3726)Michael Cahill2017-10-121-0/+3
* WT-3435 Fix lookaside eviction with timestamps. (#3644)Michael Cahill2017-10-051-19/+47
* WT-3498 snapshot isolation failure with overflow records (#3591)Keith Bostic2017-08-181-6/+8
* WT-3502 Only keep 10 modify records between full updates (#3576)Keith Bostic2017-08-111-1/+1
* WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11Keith Bostic2017-07-311-8/+8
* WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic2017-07-281-9/+17
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-241-11/+20
* WT-3406 Reconciliation should ignore concurrent updates. (#3516)Michael Cahill2017-07-201-2/+2
* WT-3138 Enhance range of eviction server statistics available. (#3269)Alex Gorrod2017-07-141-0/+1
* WT-3402 Move cached overflow records to the update list. (#3493)Keith Bostic2017-07-041-32/+12
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-8/+14
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-15/+12
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-20/+17
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-17/+20
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-20/+17
* WT-3158 Fix structure layout on Windows. (#3416)Michael Cahill2017-05-111-1/+1
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-7/+11
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic2017-04-051-11/+6
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-8/+8
* WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-091-3/+5
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-54/+56
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-3/+0
* WT-3052 Improve search if index hint is wrong (#3166)Michael Cahill2016-12-071-1/+1
* WT-2954 Enable fast appends with small in-memory pages. (#3094)Michael Cahill2016-10-241-0/+2
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-0/+2
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-1/+1
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-3/+8
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-171-2/+3
* WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic2016-07-261-3/+12
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-9/+14
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-25/+23
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-8/+17
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-11/+5
* WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-0/+5
* WT-60: big endian supportKeith Bostic2016-01-261-1/+1
* Merge branch 'develop' into WT-60Keith Bostic2016-01-211-3/+12
|\
| * Merge pull request #2434 from wiredtiger/WT-2321Michael Cahill2016-01-201-2/+2
| |\
| | * WT-2321: race between eviction and worker threads on the eviction queueKeith Bostic2016-01-131-2/+2
| * | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-191-1/+1
| |\ \ | | |/
| * | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2015-12-311-1/+1
| |\ \
| * | | If we split a column-store page, instantiate missing records in the pageKeith Bostic2015-12-131-0/+9
| * | | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2015-12-121-1/+1
| |\ \ \
| * | | | WT-2247: turn on in-memory splits for fixed-length column-store pages.Keith Bostic2015-11-281-1/+1