summaryrefslogtreecommitdiff
path: root/src/include/session.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-171-1/+1
* WT-2394 Gather handles for compact at the beginning.Keith Bostic2016-02-231-1/+1
* WT-2394 Gather handles for compact at the beginning.Michael Cahill2016-02-231-1/+14
* WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-4/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-301-3/+4
|\
| * Remove WT_SESSION.compaction, replaced by WT_SESSION.compact_state.Keith Bostic2015-12-161-2/+0
| * WT-2290: when re-writing a multi-block page for compaction, withKeith Bostic2015-12-161-1/+4
* | WT-2073: cache a metadata WT_CURSOR in the WT_SESSION, rather than aKeith Bostic2015-10-201-6/+6
|/
* Boolean conversion pass over include.Keith Bostic2015-09-271-1/+1
* Consistently use "lookaside table", rather than "lookaside file".Keith Bostic2015-08-261-2/+2
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-131-6/+6
|\
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-6/+6
* | Add a new flag, WT_SESSION_EVICTION_WORKER, set for eviction-workerKeith Bostic2015-07-311-0/+5
|/
* SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-1/+1
* whitespaceKeith Bostic2015-06-041-2/+2
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-2/+2
* Add a background transaction sync mechanism. WT-1908Susan LoVerso2015-05-051-0/+1
* Remove the pthread-mutex-logging spinlock type, it's no longer used.Keith Bostic2015-04-131-1/+0
* Add ability to configure sweep server timings via API.Alex Gorrod2015-03-121-2/+0
* Remove the code that merges child pages into internal pages as part ofKeith Bostic2015-03-061-4/+0
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-0/+2
* Struct alignment and packing for MSVCMark Benvenuto2015-01-151-2/+2
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-0/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Switch to stashing the metadata dhandle, not the btree.Alex Gorrod2014-12-121-1/+1
* Use dhandle hash lists in more places. Adjust sweep timings. #1460Susan LoVerso2014-12-111-2/+2
* Move the session handle hash tables so they aren't cleared on close.Alex Gorrod2014-12-091-5/+14
* Update comments to make the dhhash structures clearer.Alex Gorrod2014-12-091-0/+6
* TAILQ back to SLIST. #1439Susan LoVerso2014-12-081-6/+6
* Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439Susan LoVerso2014-12-081-0/+1
* Add session dhandle hash lists. #1439Susan LoVerso2014-12-081-0/+3
* Convert the session dhandle list to a queue.Alex Gorrod2014-12-051-2/+2
* Another change suggested by @keithbostic: we don't need a separate "busy" fla...Michael Cahill2014-11-181-1/+0
* Finish checkpoint locking: gather data handles in the first pass, then walk t...Michael Cahill2014-11-141-1/+6
* Don't reset session random number generations, applications that don'tKeith Bostic2014-11-111-9/+21
* Coverity doesn't like session->name staying set to track the last operation, ...Michael Cahill2014-10-201-1/+1
* Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-0/+1
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-131-0/+2
* Get rid of WT_SESSION.skip_schema_lock, it's no longer used anywhere.Keith Bostic2014-09-071-2/+0
* Instead of keeping a list of file URIs for checkpoint to flush,Keith Bostic2014-07-311-1/+5
* Don't hold the checkpoint lock when flushing leaf pages during close orKeith Bostic2014-07-251-0/+1
* Merge branch 'develop' into eviction-under-loadAlex Gorrod2014-07-021-16/+18
|\
| * Fix a comment typo.Keith Bostic2014-07-011-1/+1
| * Merge branch 'develop' into split-memory-managementKeith Bostic2014-07-011-4/+5
| |\
| * | Cleanup based on Alex's feedback.Michael Cahill2014-07-011-12/+12
| * | Use a split generation number to determine when memory replaced by a split ca...Michael Cahill2014-06-251-7/+7
| * | Free memory more aggressively after splits. Keep the list of allocated objec...Michael Cahill2014-06-201-1/+3
* | | Merge branch 'eviction-under-load' into eviction-statsAlex Gorrod2014-07-021-3/+4
|\ \ \
| * \ \ Merge branch 'develop' into eviction-under-loadAlex Gorrod2014-07-021-3/+4
| |\ \ \ | | | |/ | | |/|