summaryrefslogtreecommitdiff
path: root/src/include/session.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-6/+6
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-041-2/+2
* 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
| |\ \ \ | | | |/ | | |/|
| | * | Make S2C_SAFE echo S2BT_SAFE, don't repeat the expression.Keith Bostic2014-06-261-6/+5
| | * | Change from using separate fields to define stat states to flags.Alex Gorrod2014-06-251-0/+2
| | |/
* | | Add statistics to track eviction server candidate list sizes.Alex Gorrod2014-06-271-2/+0
|/ /
* | Only threads that try to read pages when the cache is full should block for e...Michael Cahill2014-06-261-6/+2
|/
* Move the language private reference to the top of the structure, I endKeith Bostic2014-04-281-1/+2
* Log transactional operations immediately, so that the only pointers kept are ...Michael Cahill2014-04-281-2/+0
* Minor generalization of the fotxn structures so they're not limited toKeith Bostic2014-03-041-1/+2
* We can't clear the sessions fotxn memory as part of closing a session,Keith Bostic2014-02-261-8/+10
* Move the fotxn fields to the end of the WT_SESSION_IMPL structure for nowKeith Bostic2014-02-261-21/+21
* Add a WT_SESSION_IMPL structure that allows us to store memory and freeKeith Bostic2014-02-251-14/+28
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Merge pull request #792 from wiredtiger/compact-lsmMichael Cahill2013-12-101-0/+1
|\
| * Merge branch 'develop' into compact-lsmAlex Gorrod2013-12-061-0/+5
| |\
| * | Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod2013-12-061-0/+1
* | | Use a field in the session to avoid locking during close rather than setting ...Michael Cahill2013-12-091-0/+2
| |/ |/|
* | Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic2013-11-301-0/+5
|/
* Merge branch 'develop' into java-auto-close2Don Anderson2013-11-181-8/+15
|\