| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2955 Add statistics tracking the amount of time threads spend waiting for ... | Keith Bostic | 2016-10-13 | 1 | -1/+5 |
* | WT-2859 Restructure statistics gathering macros (#3016) | Sulabh Mahajan | 2016-09-14 | 1 | -9/+2 |
* | WT-2541 Add stats showing active readers and writers (#2793) | David Hows | 2016-06-20 | 1 | -0/+4 |
* | WT-2671 dump more information about the file layout in verify debug mode (#2755) | Keith Bostic | 2016-06-09 | 1 | -0/+1 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-26 | 1 | -0/+1 |
* | WT-2378 Add WT_WITH_LOCK_WAIT to s_define.list | Susan LoVerso | 2016-02-04 | 1 | -0/+1 |
* | WT-2372 - Formatting fixes, new defines in s_define | David Hows | 2016-02-02 | 1 | -0/+1 |
* | WT-60: big endian support | Keith Bostic | 2016-01-14 | 1 | -0/+1 |
* | WT-1315 Fix a few script warnings about unused functions / macros. | Michael Cahill | 2015-11-19 | 1 | -0/+1 |
* | WT-2220: WT_TIMEDIFF_US doesn't appear in core WiredTiger, don't | Keith Bostic | 2015-11-17 | 1 | -2/+3 |
* | Cleanup some script warnings. | Michael Cahill | 2015-10-19 | 1 | -0/+1 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -11/+4 |
* | Generalize the error-OK macros to support any error value. | Keith Bostic | 2015-09-15 | 1 | -0/+3 |
* | WT-2094 Remove unused stats. | Susan LoVerso | 2015-09-09 | 1 | -0/+1 |
* | Lint. Warning 568: non-negative quantity is never less than zero. | Susan LoVerso | 2015-08-27 | 1 | -0/+1 |
* | WT-2031 Fix merge conflict. | Susan LoVerso | 2015-08-25 | 1 | -15/+0 |
* | Merge branch 'develop' into log-slot-revamp | Susan LoVerso | 2015-08-24 | 1 | -15/+10 |
|\ |
|
| * | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-18 | 1 | -10/+5 |
| |\ |
|
| | * | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -10/+5 |
| * | | Clean up #defines now that msvc.h is converted. | Keith Bostic | 2015-08-13 | 1 | -16/+2 |
| |/ |
|
* | | Merge branch 'develop' into log-slot-revamp | Susan LoVerso | 2015-08-13 | 1 | -60/+0 |
|\ \
| |/ |
|
| * | The list of queue.h #defines we don't use was incorrect -- quit | Keith Bostic | 2015-08-13 | 1 | -60/+0 |
* | | WT-2031 Add "unused" defines to list. Clean up a comment. | Susan LoVerso | 2015-08-11 | 1 | -0/+6 |
|/ |
|
* | An experimental change: replace the WT_ATOMIC_FETCH_ADD8 calls to | Keith Bostic | 2015-08-02 | 1 | -1/+1 |
* | Remove the WT_ATOMIC_CAS_VAL family of macros: use the true / false versions ... | Michael Cahill | 2015-05-20 | 1 | -4/+0 |
* | Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger. | Michael Cahill | 2015-05-11 | 1 | -1/+0 |
* | Rename the locking macros: use "handle list" lock consistently, make the sess... | Michael Cahill | 2015-04-30 | 1 | -0/+1 |
* | Remove the pthread-mutex-logging spinlock type, it's no longer used. | Keith Bostic | 2015-04-13 | 1 | -1/+0 |
* | Add overflow key/value counts to the statistics code, reference #1520, #1703. | Keith Bostic | 2015-03-02 | 1 | -0/+1 |
* | update | Keith Bostic | 2015-02-02 | 1 | -1/+0 |
* | Update the list of unused #defines, simplify the typedef script a bit. | Keith Bostic | 2015-02-02 | 1 | -0/+4 |
* | update unused defines | Michael Cahill | 2014-12-30 | 1 | -2/+0 |
* | Drop the handle lock while waiting for the eviction server to clear walks. O... | Michael Cahill | 2014-11-14 | 1 | -0/+1 |
* | Change the API to not repeatedly call __wt_panic() after the panic flag | Keith Bostic | 2014-11-07 | 1 | -0/+1 |
* | We'd grant write locks to 2 waiting writers simultaneously if the | Keith Bostic | 2014-10-27 | 1 | -1/+1 |
* | Replace the POSIX read/write lock code with our own implementation so | Keith Bostic | 2014-10-24 | 1 | -0/+4 |
* | Prefix the WT_ATOMIC_XXX macros with underscores, it's a mistake for | Keith Bostic | 2014-10-24 | 1 | -4/+5 |
* | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204. | Keith Bostic | 2014-10-17 | 1 | -0/+1 |
* | Update. | Keith Bostic | 2014-10-13 | 1 | -10/+1 |
* | add config validation for Windows config | Mark Benvenuto | 2014-10-13 | 1 | -1/+1 |
* | Update Windows configuration file to match current autoconf version. | Keith Bostic | 2014-10-09 | 1 | -11/+0 |
* | Add list of Win32 #defines we don't use, from the Win32 config file. | Keith Bostic | 2014-10-09 | 1 | -0/+21 |
* | We don't yet need anything other than single-byte versions of the | Keith Bostic | 2014-10-04 | 1 | -21/+18 |
* | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic | 2014-10-04 | 1 | -1/+21 |
* | Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care of | Susan LoVerso | 2014-09-03 | 1 | -1/+0 |
* | Add all possible statistics operations (DECRV and ATOMIC flavors) | Michael Cahill | 2014-06-25 | 1 | -0/+10 |
* | Switch log_printf to use a log record in the same format as transactional ope... | Michael Cahill | 2013-11-21 | 1 | -1/+0 |
* | Cleanup warnings from s_all. | Michael Cahill | 2013-11-21 | 1 | -0/+1 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-21 | 1 | -0/+2 |
|\ |
|
| * | Clean up warnings from s_all. | Michael Cahill | 2013-11-21 | 1 | -0/+2 |