| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-25 | 1 | -18/+19 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-18 | 1 | -1/+1 |
* | Merge branch 'develop' into wt-2349-readonly | Susan LoVerso | 2016-02-16 | 1 | -14/+15 |
|\ |
|
| * | Merge branch 'develop' into WT-2346 | Michael Cahill | 2016-01-22 | 1 | -9/+10 |
| |\ |
|
| * | | WT-2346 Don't hold the schema lock during checkpoint I/O. | Michael Cahill | 2016-01-22 | 1 | -13/+14 |
* | | | WT-2349 Initial addition of readonly configuration option. | Susan LoVerso | 2016-02-04 | 1 | -7/+8 |
| |/
|/| |
|
* | | WT-2333 Add a "no_wait" mode to WT_SESSION::drop. | Michael Cahill | 2016-01-21 | 1 | -9/+10 |
|/ |
|
* | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2016-01-19 | 1 | -9/+11 |
|\ |
|
| * | WT-2314: review comments, integrate the notfound-ok and restart-ok | Keith Bostic | 2016-01-04 | 1 | -9/+11 |
* | | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds the | Keith Bostic | 2015-12-17 | 1 | -10/+11 |
|/ |
|
* | WT-2262 Have random sampling walk the tree so it isn't biased in skewed trees. | Michael Cahill | 2015-12-04 | 1 | -2/+3 |
* | WT-2199 Fix transaction sync inconsistency. | Susan LoVerso | 2015-11-11 | 1 | -0/+1 |
* | WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE, | Keith Bostic | 2015-11-09 | 1 | -4/+0 |
* | Merge branch 'develop' into inmem | Alex Gorrod | 2015-10-29 | 1 | -7/+8 |
|\ |
|
| * | SERVER-21027 Don't instatiate empty pages during tree walks. | Michael Cahill | 2015-10-22 | 1 | -7/+8 |
* | | Cleanup flags: don't check the connection-wide in-memory flag everywhere. | Michael Cahill | 2015-10-21 | 1 | -3/+4 |
* | | Add support for an undocumented "in_memory" mode to wiredtiger_open. | Michael Cahill | 2015-10-20 | 1 | -12/+13 |
|/ |
|
* | WT-2170 Add turtle file lock. | Susan LoVerso | 2015-10-14 | 1 | -9/+10 |
* | WT-2149 Track if the lookaside table is open when starting eviction workers. | Michael Cahill | 2015-10-07 | 1 | -11/+12 |
* | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-27 | 1 | -10/+11 |
|\ |
|
| * | Merge branch 'develop' into log-slot-revamp | Michael Cahill | 2015-08-26 | 1 | -17/+15 |
| |\ |
|
| * | | WT-2031 Add slot lock macro to closing and manipulating the active slot. | Susan LoVerso | 2015-08-04 | 1 | -9/+10 |
* | | | Merge branch 'develop' into wt-1967-evict-any | Michael Cahill | 2015-08-26 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'develop' into wt-1822-encryption | Michael Cahill | 2015-08-26 | 1 | -16/+14 |
| |\ \ |
|
| * | | | WT-1822, WT-2051 | Keith Bostic | 2015-08-24 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-25 | 1 | -2/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | SERVER-19990 Don't assert on eviction of live updates from dead trees. | Michael Cahill | 2015-08-25 | 1 | -16/+14 |
| |/ |
|
* | | Only turn on the lookaside file support inside reconciliation when | Keith Bostic | 2015-08-05 | 1 | -2/+3 |
* | | Give the eviction server thread its own lookaside cursor, it may be our | Keith Bostic | 2015-08-04 | 1 | -7/+7 |
* | | Add a new flag, WT_SESSION_EVICTION_WORKER, set for eviction-worker | Keith Bostic | 2015-07-31 | 1 | -13/+14 |
* | | Rework __rec_txn_read to generalize the code that appends the current | Keith Bostic | 2015-07-27 | 1 | -2/+2 |
* | | Cherry-pick Michael's commit a2d0e2d: Disable all eviction (including | Keith Bostic | 2015-07-22 | 1 | -2/+2 |
* | | WT-1967: creating a lookaside table to hold updates which are no longer | Keith Bostic | 2015-07-19 | 1 | -14/+13 |
|/ |
|
* | Merge branch 'develop' into evict-clean | Alex Gorrod | 2015-06-05 | 1 | -14/+15 |
|\ |
|
| * | Split LSM verbose into two categories. | Alex Gorrod | 2015-06-02 | 1 | -14/+15 |
* | | Merge branch 'develop' into evict-clean | Keith Bostic | 2015-05-28 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Merge branch 'develop' into transaction-background | Susan LoVerso | 2015-05-27 | 1 | -1/+1 |
| |\ |
|
| * | | Add a background transaction sync mechanism. WT-1908 | Susan LoVerso | 2015-05-05 | 1 | -3/+4 |
* | | | Finish cleaning up the eviction flags: | Keith Bostic | 2015-05-27 | 1 | -3/+0 |
| |/
|/| |
|
* | | Skip writing log record on idle checkpoint. WT-1936 | Susan LoVerso | 2015-05-19 | 1 | -1/+1 |
|/ |
|
* | Fix the logic around in-memory splits: if we're trying one, don't allow any o... | Michael Cahill | 2015-05-05 | 1 | -1/+1 |
* | Merge pull request #1910 from wiredtiger/split_page_inmem_during_checkpoint | Alex Gorrod | 2015-05-04 | 1 | -0/+3 |
|\ |
|
| * | inmem_split_during_checkpoint | daveh86 | 2015-04-29 | 1 | -0/+3 |
* | | Rename the locking macros: use "handle list" lock consistently, make the sess... | Michael Cahill | 2015-04-30 | 1 | -12/+13 |
|/ |
|
* | Revert a change to split large in-memory pages. | Alex Gorrod | 2015-04-21 | 1 | -3/+0 |
* | Fix formatting for Pull 1890 | daveh86 | 2015-04-20 | 1 | -3/+3 |
* | Allow in-memory splits during checkpoints | daveh86 | 2015-04-20 | 1 | -0/+3 |
* | Revert "Flush files from the cache before closing as part of sweep." | Keith Bostic | 2015-04-13 | 1 | -4/+3 |
* | Possible approach to avoiding lockout when when sweeping files: before | Keith Bostic | 2015-04-11 | 1 | -3/+4 |
* | When we complete a schema-changing operation, make sure the metadata is stabl... | Michael Cahill | 2015-03-26 | 1 | -0/+1 |