summaryrefslogtreecommitdiff
path: root/src/session
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Coverity bugs:Michael Cahill2014-11-241-1/+1
* | Minor rename: __session_add_{btree -> dhandle}.Michael Cahill2014-11-241-4/+4
|/
* Fix some issues with the recent changes to handle locking:Michael Cahill2014-11-241-8/+23
* Avoid stalls with LSM trees when the cache is full.Michael Cahill2014-11-211-4/+4
* Cache all data handles in the session cache.Michael Cahill2014-11-201-5/+6
* Merge pull request #1380 from wiredtiger/checkpoint-concurrentcyMichael Cahill2014-11-192-41/+48
|\
| * Implement @keithbostic's review comments.Michael Cahill2014-11-181-23/+11
| * Fix use of the table lock, which prevents tables from being opened when parti...Michael Cahill2014-11-141-3/+6
| * Implement @agorrod's review comments.Michael Cahill2014-11-141-2/+1
| * Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-16/+10
| * Split the schema lock into a lock that prevents concurrent schema-changing op...Michael Cahill2014-11-132-37/+60
* | Review comments. #1183Susan LoVerso2014-11-181-2/+10
* | Merge branch 'develop' into incremental-backupSusan LoVerso2014-11-141-0/+1
|\ \ | |/
| * Move checkpoint timing code lower and only time full databaseSusan LoVerso2014-11-121-36/+0
| * Fix error wrapper usage. Change units to msecs. #1374Susan LoVerso2014-11-121-12/+10
| * Add checkpoint timer stats. #1374Susan LoVerso2014-11-121-0/+39
* | Add restriction and error checking for having run recovery. UpdateSusan LoVerso2014-11-141-1/+1
* | Merge branch 'develop' into incremental-backupSusan LoVerso2014-11-111-2/+3
|\ \ | |/
| * Don't reset session random number generations, applications that don'tKeith Bostic2014-11-111-2/+3
* | Support for incremental backup and supporting log-only backup cursors.Susan LoVerso2014-11-101-4/+9
|/
* Custom-extractor lint, whitespace, reference #1215.Keith Bostic2014-11-041-1/+1
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-11-041-8/+11
|\
| * Clarify the difference between handle locking in session_dhandle.c vs conn_dh...Michael Cahill2014-11-031-8/+11
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-292-28/+93
|\ \ | |/
| * Change read/write locks to no longer track if an exclusive lock wasKeith Bostic2014-10-281-23/+48
| * Merge branch 'develop' into readwrite-locksKeith Bostic2014-10-272-3/+41
| |\
| | * Push down the force-discard logic so we don't have to deal with already-close...Michael Cahill2014-10-271-1/+1
| | * Coverity CID 1249673: Structurally dead code (UNREACHABLE)Michael Cahill2014-10-271-2/+0
| | * Merge pull request #1310 from wiredtiger/mongo-fixesMichael Cahill2014-10-271-0/+5
| | |\
| | | * Add statistics to track open sessions and the range of transaction IDs that a...Michael Cahill2014-10-241-0/+5
| | * | Fix transaction ID logic (again), add session method entry / exit, add a docu...Michael Cahill2014-10-271-4/+8
| | * | Use TXNID_LT in preference to WT_MINMichael Cahill2014-10-271-5/+4