summaryrefslogtreecommitdiff
path: root/src/session/session_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Defer the cache full check from begin_transaction until the first operation t...Michael Cahill2015-01-141-7/+0
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* 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
* Add a WT_SESSION.app_private field for applications to use in callbacksKeith Bostic2014-12-101-0/+1
* Merge branch 'develop' into force-dropAlex Gorrod2014-12-101-0/+14
|\
| * TAILQ back to SLIST. #1439Susan LoVerso2014-12-081-3/+3
| * Add table hash array. Rename to WT_HASH_ARRAY_SIZE #1439Susan LoVerso2014-12-081-2/+8
| * Add session dhandle hash lists. #1439Susan LoVerso2014-12-081-0/+8
| * Convert the session dhandle list to a queue.Alex Gorrod2014-12-051-1/+1
* | SESSION->drop with "force" of nonexistant index/colgroup should be silent.Don Anderson2014-12-091-1/+1
|/
* Merge pull request #1380 from wiredtiger/checkpoint-concurrentcyMichael Cahill2014-11-191-6/+9
|\
| * 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-131-10/+17
* | 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-10-291-2/+40
|\
| * 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
| * | Update transaction_range_pinned as per review comments.Alex Gorrod2014-10-271-10/+17
| * | Add a new WT_SESSION::transaction_range_pin method.Alex Gorrod2014-10-271-1/+26
| |/
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-0/+31
|\ \ | |/
| * Copy values into positioned cursors in transaction commit so that the oldest ...Michael Cahill2014-10-181-0/+29
| * Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-0/+2
* | Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
|/
* STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-1/+1
* When opening simple tables, the table code calls the cursor openKeith Bostic2014-09-221-1/+7
* Trivial simplification, we don't need a local variable.Keith Bostic2014-09-221-7/+2
* Return error from cursor open.Alex Gorrod2014-09-181-1/+1
* Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod2014-09-181-20/+32
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-131-0/+2