summaryrefslogtreecommitdiff
path: root/src/session
Commit message (Expand)AuthorAgeFilesLines
* WT-2112: Boolean conversion pass over include.Michael Cahill2015-09-301-1/+1
* WT-2112 Use bool in more placesMichael Cahill2015-09-292-10/+11
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-292-9/+10
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-292-8/+8
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-282-7/+8
* WT-2104 KNF in 3.0 unrelated to log_flush changes.Susan LoVerso2015-09-161-1/+2
* WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso2015-09-161-0/+36
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-191-3/+3
* WT-2038 Immediately discard temporary handles from session caches.Michael Cahill2015-08-141-44/+78
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-132-13/+11
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-041-1/+1
* Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill2015-08-041-3/+3
* Fix the "is dead" check for handles to not use WT_NOTFOUND: that is a valid r...Michael Cahill2015-05-251-5/+6
* Fix for force drop racing with handle opens in test/fops. (In WiredTiger 2.6...Michael Cahill2015-05-251-1/+15
* If getting a handle lock only - don't propogate WT_NOTFOUND.mongodb-3.0.3Alex Gorrod2015-04-271-1/+1
* Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill2015-04-271-41/+34
* Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod2015-04-251-1/+9
* Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-241-1/+1
* Merge branch 'develop' into truncate-ebusyAlex Gorrod2015-03-191-5/+10
|\
| * Update the session get btree check to figure out behavior.Alex Gorrod2015-03-191-9/+10
| * Update the session get btree busy check:Alex Gorrod2015-03-191-3/+9
* | Fix missing paren, enhance a comment.Keith Bostic2015-03-191-1/+3
* | Avoid EBUSY errors from truncate caused by checkpoints.Michael Cahill2015-03-191-1/+7
|/
* If the session-level attempt to lock a handle gets EBUSY, fall back to the sl...Michael Cahill2015-03-181-1/+7
* Add ability to configure sweep server timings via API.Alex Gorrod2015-03-121-2/+5
* Remove the code that merges child pages into internal pages as part ofKeith Bostic2015-03-061-3/+0
* Just open a cursor to force forward range truncates: don't dup and reset.Michael Cahill2015-02-231-7/+2
* If WT_SESSION.truncate isn't given a start cursor, instantiate one,Keith Bostic2015-02-201-9/+36
* I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic2015-02-181-8/+1
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-181-1/+24
|\
| * Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-1/+24
* | Don't map WT_NOTFOUND to ENOENT unless a uri was specified, that's theKeith Bostic2015-02-131-1/+5
|/
* The size of the file is decreasing each time, so compacting 10 times,Keith Bostic2015-01-191-4/+6
* Defer the cache full check from begin_transaction until the first operation t...Michael Cahill2015-01-141-7/+0
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-044-0/+4
* Add comments before getting the checkpoint lock.Michael Cahill2014-12-221-0/+3
* Avoid EBUSY returns to verify and salvage caused by checkpoints. The "fix" i...Michael Cahill2014-12-221-0/+6
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Add a WT_SESSION.app_private field for applications to use in callbacksKeith Bostic2014-12-101-0/+1
* Merge branch 'develop' into sweep-moreMichael Cahill2014-12-101-1/+1
|\
| * Merge branch 'develop' into force-dropAlex Gorrod2014-12-102-5/+26
| |\
| * | SESSION->drop with "force" of nonexistant index/colgroup should be silent.Don Anderson2014-12-091-1/+1
* | | Sweep old handles more aggressively:Michael Cahill2014-12-091-58/+6
| |/ |/|
* | Refer to a dhandle hash slot as a bucket.Alex Gorrod2014-12-091-9/+9
* | TAILQ back to SLIST. #1439Susan LoVerso2014-12-082-11/+13
* | Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439Susan LoVerso2014-12-082-5/+11
* | Add session dhandle hash lists. #1439Susan LoVerso2014-12-082-6/+19
* | Convert the session dhandle list to a queue.Alex Gorrod2014-12-052-8/+8
|/
* Merge branch 'develop' into sweep-eviction-improvementsMichael Cahill2014-11-241-1/+1
|\