summaryrefslogtreecommitdiff
path: root/src/reconcile
Commit message (Expand)AuthorAgeFilesLines
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+1
* WT-2210: enhance a comment, explain why we allocate raw compression structuresKeith Bostic2015-11-151-1/+4
* WT-2210: if we allocate raw structures for a row-store and then re-useKeith Bostic2015-11-151-3/+1
* Fix a couple of comments.Keith Bostic2015-11-011-4/+4
* WT-2191: semantic sugar, flip it so the common test (disk_image == NULL)Keith Bostic2015-10-311-14/+14
* WT-2191: Fix another problem in the in-memory changes, the list of savedKeith Bostic2015-10-311-4/+5
* Merge pull request #2279 from wiredtiger/wt-2191-in-memory-disk-imageMichael Cahill2015-10-311-50/+55
|\
| * Don't interpret in-memory configurations as doing update/restoreKeith Bostic2015-10-301-9/+10
| * WT-2191: the reconcilation disk images are no longer uniquely associated withKeith Bostic2015-10-301-41/+45
| * WT-2191: in-memory configuration means multi->supd_dsk can be set inKeith Bostic2015-10-301-3/+3
* | WT-2189 Reset the maximum transaction for each reconciliation.Michael Cahill2015-10-301-0/+1
|/
* WT-2178 review feedback:Alex Gorrod2015-10-291-6/+3
* Merge branch 'develop' into inmemKeith Bostic2015-10-281-8/+19
|\
| * WT-2140: At the end of reconciliation, discard all of the reconciliationKeith Bostic2015-10-231-6/+10
| * Merge branch 'develop' into wt2140Keith Bostic2015-10-231-0/+6
| |\
| | * Merge branch 'develop' into wt-2126-panic-on-failureKeith Bostic2015-10-191-36/+43
| | |\
| | * | WT-2126: instead of panicing on failure after moving the update chainsKeith Bostic2015-10-121-0/+6
| * | | Merge branch 'develop' into wt2140Keith Bostic2015-10-231-36/+43
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'develop' into wt2140Keith Bostic2015-10-121-75/+38
| |\ \ \ | | | |/ | | |/|
| * | | WT-2140: discard additional resources in WT_SESSION.reset.Keith Bostic2015-09-271-3/+4
* | | | WT-2178 Have eviction only discard empty pages for in memory workloads.Alex Gorrod2015-10-281-1/+1
* | | | Lint.Alex Gorrod2015-10-271-1/+1
* | | | Cleanup flags: don't check the connection-wide in-memory flag everywhere.Michael Cahill2015-10-211-6/+5
* | | | Don't write btree pages for in-memory databases.Michael Cahill2015-10-211-5/+12
| |_|/ |/| |
* | | Import a minor cleanup from Amazon's branch, split out the code to displayKeith Bostic2015-10-191-36/+43
| |/ |/|
* | Merge branch 'develop' into wt-2108Keith Bostic2015-10-071-47/+30
|\ \
| * | WT-2157 If we give up trying to split a page, make sure it is written by the ...Michael Cahill2015-10-071-26/+11
| * | Merge branch 'develop' into split-fairerAlex Gorrod2015-10-011-19/+17
| |\ \
| | * \ Merge pull request #2219 from wiredtiger/wt2119Michael Cahill2015-09-281-17/+15
| | |\ \
| | | * | Now we have a flag if row-store internal pages have overflow keys, useKeith Bostic2015-09-251-8/+15
| | | * | Revert "WT-2119: We can't evict clean, multiblock row-store pages with overflow"Keith Bostic2015-09-251-9/+0
| | | |/
| | * | Boolean conversion pass over include.Keith Bostic2015-09-271-2/+2
| | |/
| * | WT-2131 Switch all WT_PAGE_RECONCILIATION locks to fair locks.Alex Gorrod2015-09-281-8/+2
| * | WT-2131 Add a new fair-lock type.Alex Gorrod2015-09-281-2/+2
| * | Merge branch 'develop' into split-fairerAlex Gorrod2015-09-251-0/+9
| |\ \ | | |/
| * | Merge branch 'develop' into split-fairerAlex Gorrod2015-09-251-65/+65
| |\ \
| * | | WT-2131 Switch to using a lock to control page splits.Alex Gorrod2015-09-241-2/+8
* | | | Merge branch 'develop' into wt-2108Keith Bostic2015-09-271-293/+348
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into wt2119Michael Cahill2015-09-251-65/+65
| |\ \ \ | | | |/ | | |/|
| | * | Boolean conversion pass over reconcile.Keith Bostic2015-09-241-64/+64
| | * | Boolean conversion pass for include.Keith Bostic2015-09-241-1/+1
| | |/
| * | WT-2119: We can't evict clean, multiblock row-store pages with overflowKeith Bostic2015-09-241-0/+9
| |/
| * Merge branch 'develop' into more-boolMichael Cahill2015-09-241-148/+188
| |\
| | * whitespaceKeith Bostic2015-09-221-2/+2
| | * Give CHILD_RELEASE/CHILD_RELEASE_ERR a WT_ prefix for consistency.Keith Bostic2015-09-221-17/+15
| | * Convert the child-modify state return to an enum for simplicity/clarity.Keith Bostic2015-09-221-152/+173
| | * Add minor wording to a comment.Keith Bostic2015-09-221-5/+10
| | * WT-2115 Simplify checking for deleted child pages in reconciliation, fix logi...Michael Cahill2015-09-211-24/+35
| | * imported patch WT-2115Michael Cahill2015-09-211-3/+6
| * | Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-10/+10