summaryrefslogtreecommitdiff
path: root/src/include/connection.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3363 Add a test to confirm if operations block waiting for checkpoints to ...David Hows2017-06-271-0/+6
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-071-1/+9
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-15/+0
* WT-3263 Allow recovery log file archiving on clean shutdown. (#3384)sueloverso2017-04-191-3/+4
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic2017-04-051-5/+4
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-2/+2
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-141-1/+1
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-1/+5
* WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso2017-01-201-1/+0
* WT-3105 Create all eviction sessions initially to avoid deadlock. (#3237)sueloverso2017-01-101-1/+1
* WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-281-2/+12
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-1/+1
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-6/+0
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-1/+1
* WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-011-1/+1
* WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-261-1/+2
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-7/+1
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-0/+6
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-3/+2
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-0/+4
* WT-2885 __wt_checkpoint_signal lint (#3015)Keith Bostic2016-09-021-1/+1
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-9/+5
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-1/+0
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-081-0/+1
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-011-1/+0
* WT-2598: in-memory FS needs fast lookup on file names (#2709)Keith Bostic2016-05-021-14/+0
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-16/+10
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-3/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-1/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-30/+18
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-1/+31
* WT-2428 Add a "json" mode to statistics logging.Michael Cahill2016-02-251-3/+4
* Merge branch 'develop' into WT-2346Michael Cahill2016-02-111-0/+1
|\
| * WT-60: big endian supportKeith Bostic2016-01-141-0/+1
* | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-0/+1
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2281: Dynamically query OS for VM page sizeMark Benvenuto2015-12-141-0/+1
* SERVER-21585 Clean up LAS based on the current count of inserted records.Michael Cahill2015-11-231-2/+1
* Convert the sweep configuration values from u_int to uint64_t:Keith Bostic2015-11-161-7/+7
* WT-2220: don't assume time_t's are integers that support arithmeticKeith Bostic2015-11-161-2/+2
* WT-2200 Change WiredTiger caching strategy on WindowsMark Benvenuto2015-11-051-1/+3
* WT-2193 Use a separate session for flushing metadata.Michael Cahill2015-11-031-0/+2
* WT-2170 Add turtle file lock.Susan LoVerso2015-10-141-0/+1
* Merge pull request #2234 from wiredtiger/wt-2149Alex Gorrod2015-10-021-1/+0
|\
| * WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-1/+0
* | Merge branch 'develop' into log-zeroMichael Cahill2015-10-011-7/+6
|\ \
| * | WT-2153 Fix bug. Now we always need to start the log_server thread.Susan LoVerso2015-09-301-3/+2
| |/
* | WT-2151 Add zero_fill config to manually zero out log files.Susan LoVerso2015-09-291-0/+1
|/