| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2402 Pad structures to avoid cache line sharing. (#3191) | Michael Cahill | 2016-12-15 | 1 | -1/+0 |
* | WT-2984 Keep sufficient history in the metadata for queries. (#3144) | Michael Cahill | 2016-11-14 | 1 | -1/+2 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -1/+1 |
* | WT-2838 Don't free session handles on close if leak memory is configured (#2953) | Keith Bostic | 2016-08-15 | 1 | -20/+11 |
* | SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829) | Michael Cahill | 2016-06-23 | 1 | -1/+2 |
* | WT-2560 Use a rwlock to protect transaction state, don't spin. | Michael Cahill | 2016-04-20 | 1 | -1/+1 |
* | Merge branch 'develop' into wt-2330 | Keith Bostic | 2016-03-18 | 1 | -4/+2 |
|\ |
|
| * | WT-2494: review calls to __wt_free, plus minor bug in an error path. | Keith Bostic | 2016-03-16 | 1 | -4/+2 |
* | | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-18 | 1 | -15/+7 |
|/ |
|
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2193 Use a separate session for flushing metadata. | Michael Cahill | 2015-11-03 | 1 | -0/+6 |
* | WT-2149 Track if the lookaside table is open when starting eviction workers. | Michael Cahill | 2015-10-07 | 1 | -3/+12 |
* | WT-2149 Fix the order of creation of the lookaside table. The lookaside tabl... | Michael Cahill | 2015-10-01 | 1 | -12/+15 |
* | WT-2149: open private lookaside cursors as part of creating an internal | Keith Bostic | 2015-09-30 | 1 | -1/+1 |
* | Boolean conversion pass over txn. | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | Boolean conversion pass over session. | Keith Bostic | 2015-09-24 | 1 | -1/+2 |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -1/+1 |
* | Consistently use "lookaside table", rather than "lookaside file". | Keith Bostic | 2015-08-26 | 1 | -1/+1 |
* | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-24 | 1 | -0/+1 |
|\ |
|
| * | Assert the WT_CONNECTION.page_lock, WT_CONNECTION.sessions, | Keith Bostic | 2015-08-22 | 1 | -0/+1 |
* | | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho... | Michael Cahill | 2015-08-13 | 1 | -2/+2 |
* | | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-12 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | WT-2037 Only write a checkpoint to the log on close if it wasn't | Susan LoVerso | 2015-08-10 | 1 | -1/+2 |
* | | Stop trying to drop the lookaside file on database close, for a couple | Keith Bostic | 2015-08-11 | 1 | -1/+1 |
* | | Move the __wt_sweep_destroy call to shut down the sweep server to before | Keith Bostic | 2015-08-03 | 1 | -1/+1 |
* | | Don't close the lookaside file until eviction is finished, I keep racing | Keith Bostic | 2015-07-24 | 1 | -1/+3 |
* | | WT-1967: creating a lookaside table to hold updates which are no longer | Keith Bostic | 2015-07-19 | 1 | -3/+2 |
|/ |
|
* | Merge branch 'develop' into named-snapshots | Michael Cahill | 2015-05-13 | 1 | -25/+21 |
|\ |
|
| * | Merge branch 'develop' into encryption-api | Keith Bostic | 2015-05-08 | 1 | -13/+11 |
| |\ |
|
| | * | Don't ignore the dummy session when freeing hash arrays -- I don't | Keith Bostic | 2015-05-08 | 1 | -12/+10 |
| | * | Add a "soft update" of the oldest ID from application threads in case evictio... | Michael Cahill | 2015-05-08 | 1 | -1/+1 |
| * | | Merge branch 'develop' into encryption-api | Keith Bostic | 2015-04-22 | 1 | -9/+8 |
| |\ \
| | |/ |
|
| | * | Run recovery earlier. WT-1897 | Susan LoVerso | 2015-04-21 | 1 | -9/+8 |
| * | | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-04-20 | 1 | -3/+1 |
| |\ \
| | |/ |
|
| | * | Shut down the eviction server before closing file handles to avoid a race. | Michael Cahill | 2015-04-20 | 1 | -3/+1 |
| * | | More plumbing. #1822 | Susan LoVerso | 2015-03-26 | 1 | -0/+1 |
| |/ |
|
* | | Add an initial implementation of named, in-memory snapshots. This implementa... | Michael Cahill | 2015-04-01 | 1 | -1/+1 |
|/ |
|
* | Pass __wt_close() a reference to the WT_FH memory, that way it gets | Keith Bostic | 2015-03-21 | 1 | -1/+1 |
* | Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bug | Keith Bostic | 2015-03-03 | 1 | -3/+0 |
|\ |
|
| * | Fix a bug in the reconfigure API related to shared cache quotas. | Alex Gorrod | 2015-03-03 | 1 | -3/+0 |
* | | Add paranoia to catch files opened during WT_CONNECTION::close | Michael Cahill | 2015-02-27 | 1 | -0/+3 |
|/ |
|
* | Switch the block and file-handle from TAILQ structures to SLIST | Keith Bostic | 2015-02-09 | 1 | -2/+2 |
* | Add log thread to fsync and close log files. #1560 | Susan LoVerso | 2015-01-15 | 1 | -1/+2 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Fix recovery if logging is turned off, changes are made and checkpointed, the... | Michael Cahill | 2014-12-30 | 1 | -1/+6 |
* | Call __wt_logmgr_destroy unconditionally. #1473 | Susan LoVerso | 2014-12-15 | 1 | -4/+5 |
* | Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439 | Susan LoVerso | 2014-12-08 | 1 | -2/+4 |
* | Add session dhandle hash lists. #1439 | Susan LoVerso | 2014-12-08 | 1 | -1/+8 |
* | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso | 2014-12-02 | 1 | -1/+1 |