| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2984 Keep sufficient history in the metadata for queries. (#3144) | Michael Cahill | 2016-11-14 | 1 | -2/+2 |
* | WT-2948 simplify error handling by making __wt_epoch return never fail (#3080) | Keith Bostic | 2016-10-07 | 1 | -7/+4 |
* | WT-2859 Restructure statistics gathering macros (#3016) | Sulabh Mahajan | 2016-09-14 | 1 | -2/+2 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -15/+13 |
* | WT-2426 Lock all handles for checkpoints in one pass. | Michael Cahill | 2016-03-17 | 1 | -1/+1 |
* | WT-2423 Cleanup on error when opening a session handle. | Keith Bostic | 2016-02-23 | 1 | -39/+32 |
* | WT-2423 Cleanup on error when opening a session handle. | Alex Gorrod | 2016-02-23 | 1 | -22/+35 |
* | WT-2378 Always wait for the handle list lock. | Michael Cahill | 2016-02-03 | 1 | -2/+2 |
* | Merge branch 'develop' into WT-60 | Keith Bostic | 2016-01-26 | 1 | -5/+5 |
|\ |
|
| * | WT-2333 Make the "ret" variable explicit in lock macros. | Michael Cahill | 2016-01-22 | 1 | -5/+5 |
* | | WT-60: big endian support | Keith Bostic | 2016-01-14 | 1 | -2/+3 |
|/ |
|
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2220: call difftime() directly, let the compiler deal with casting | Keith Bostic | 2015-11-16 | 1 | -2/+2 |
* | WT-2220: don't assume time_t's are integers that support arithmetic | Keith Bostic | 2015-11-16 | 1 | -2/+3 |
* | WT-2207 Check for exclusive access when locking handles. | Michael Cahill | 2015-11-11 | 1 | -13/+23 |
* | WT-2207 Track whenever a session has a handle exclusive. | Michael Cahill | 2015-11-11 | 1 | -0/+5 |
* | SERVER-19954 Don't scan tracked handles during checkpoints. | Michael Cahill | 2015-10-12 | 1 | -8/+0 |
* | Boolean conversion pass over session. | Keith Bostic | 2015-09-24 | 1 | -3/+3 |
* | Boolean conversion pass over meta. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Merge branch 'develop' into more-bool | Michael Cahill | 2015-09-24 | 1 | -11/+33 |
|\ |
|
| * | Merge branch 'develop' into index-create-lsm3 | Don Anderson | 2015-09-13 | 1 | -54/+83 |
| |\ |
|
| * | | WT-147. Use reference count approach for tracking when to release | Don Anderson | 2015-08-02 | 1 | -21/+34 |
| * | | Merge branch 'develop' into index-create | Don Anderson | 2015-07-31 | 1 | -14/+8 |
| |\ \ |
|
| * | | | WT-147. An alternate approach to re-locking a btree that is already locked, | Don Anderson | 2015-06-11 | 1 | -2/+11 |
| * | | | Revert "For exclusive opens of data handles without 'special' flags, we allow" | Don Anderson | 2015-06-04 | 1 | -43/+16 |
| * | | | For exclusive opens of data handles without 'special' flags, we allow | Don Anderson | 2015-05-29 | 1 | -16/+43 |
* | | | | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -2/+2 |
* | | | | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -11/+11 |
| |_|/
|/| | |
|
* | | | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-14 | 1 | -46/+77 |
|\ \ \ |
|
| * | | | WT-2038 Immediately discard temporary handles from session caches. | Michael Cahill | 2015-08-14 | 1 | -46/+77 |
* | | | | Rename atomic functions from number of bytes to number of bits. | Keith Bostic | 2015-08-13 | 1 | -2/+2 |
* | | | | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-13 | 1 | -10/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho... | Michael Cahill | 2015-08-13 | 1 | -10/+8 |
| | |/
| |/| |
|
* | | | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 1 | -2/+2 |
|/ / |
|
* | | Flexelint and gcc think that dhandle can be used uninitialized (and I | Keith Bostic | 2015-06-18 | 1 | -10/+6 |
* | | KNF | Keith Bostic | 2015-05-28 | 1 | -1/+1 |
* | | Compress WT_RET followed by return(0) into a single return. | Keith Bostic | 2015-05-28 | 1 | -2/+1 |
* | | Compress WT_RET followed by return(0) into a single return. | Keith Bostic | 2015-05-28 | 1 | -2/+1 |
|/ |
|
* | Set the function's side effect first. | Keith Bostic | 2015-04-30 | 1 | -6/+5 |
* | Rename the locking macros: use "handle list" lock consistently, make the sess... | Michael Cahill | 2015-04-30 | 1 | -4/+4 |
* | Go back to acquiring the schema and handle list locks when opening handles --... | Michael Cahill | 2015-04-30 | 1 | -17/+29 |
* | Don't get the schema lock in order to close a handle found in the wrong state... | Michael Cahill | 2015-04-30 | 1 | -21/+1 |
* | Fix a deadlock: don't get the schema lock to close open handles, wrap bulk cu... | Michael Cahill | 2015-04-30 | 1 | -1/+4 |
* | Restructure handle locking so it all happens at the session level, avoid enta... | Michael Cahill | 2015-04-28 | 1 | -153/+220 |
* | If getting a handle lock only - don't propogate WT_NOTFOUND. | Alex Gorrod | 2015-04-27 | 1 | -1/+1 |
* | @keithbostic's review changes: sweep dead handles immediately, don't bother t... | Michael Cahill | 2015-04-27 | 1 | -5/+8 |
* | Only force discard handles from LSM trees. Other discard cases include old c... | Michael Cahill | 2015-04-27 | 1 | -3/+5 |
* | If we fail to get exclusive access to a handle that we're only opening for lo... | Michael Cahill | 2015-04-27 | 1 | -5/+6 |
* | Hold the handle list lock when marking a tree dead to prevent a tree dying du... | Michael Cahill | 2015-04-27 | 1 | -6/+6 |
* | Merge branch 'develop' into tree-discard-background | Michael Cahill | 2015-04-27 | 1 | -1/+9 |
|\ |
|