summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.21.6.2Alex Gorrod2013-06-182-3/+31
* Update extension API names from txn_XX to transaction_XX.Alex Gorrod2013-06-185-24/+26
* Fix a compiler warning in test/format.Alex Gorrod2013-06-181-2/+2
* Don't increment the data handle reference count if locking the handle fails.Michael Cahill2013-06-111-2/+3
* examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not usedMichael Cahill2013-06-111-0/+1
* Transaction ID extension methods need a real session handle.Michael Cahill2013-06-111-2/+2
* Merge pull request #576 from wiredtiger/memrataKeith Bostic2013-06-108-137/+319
|\
| * Upgrade to KVS version 4.2.Keith Bostic2013-06-101-2/+3
| * minor lint, cleanup the new docs.Keith Bostic2013-06-104-8/+13
| * Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+35
| * Review/rework all of the error handling for the top-level sessionKeith Bostic2013-06-101-136/+224
| * Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-105-0/+53
|/
* Add some more structure to the data-source cursor-create example.Keith Bostic2013-06-101-5/+56
* Memrata says don't support KVS_O_SCAN, remove a KVS_O_RECLAIM use IKeith Bostic2013-06-091-3/+0
* more lint, unused variables.Keith Bostic2013-06-091-11/+1
* remove unused variableKeith Bostic2013-06-091-1/+1
* Merge pull request #575 from wiredtiger/memrata-txnKeith Bostic2013-06-091-404/+218
|\
| * Upgrade to using KVS namespaces instead of imposing our own namespacesKeith Bostic2013-06-091-285/+117
| * Rename uri_source to be wt_source, I think it's a bit cleaner thanKeith Bostic2013-06-091-125/+122
| * Port to version 4.1 of the KVS library: lots of option changes, we canKeith Bostic2013-06-091-30/+15
|/
* fix a commentKeith Bostic2013-06-071-2/+2
* Rename WT_CONNECTION.metadata_lock to WT_CONNECTION.checkpoint_lock.Keith Bostic2013-06-076-21/+16
* Fix tests broken by fa40839097a97349f2831ba4a8d6f611c1e8e27d,Keith Bostic2013-06-073-7/+6
* Restore support for the wiredtiger_open() error_prefix configurationKeith Bostic2013-06-074-14/+42
* The extension code needs to know what a transaction ID looks like,Keith Bostic2013-06-077-40/+35
* typoMichael Cahill2013-06-071-4/+4
* Use read-uncommitted isolation for LSM worker sessions: they are always deali...Michael Cahill2013-06-071-3/+11
* Make hot backups configurable in test/format.Alex Gorrod2013-06-072-1/+6
* Fix two issues with concurrent updates to skip lists.Michael Cahill2013-06-072-5/+13
* Fix a comment, txn IDs are 64-bit now.Keith Bostic2013-06-061-2/+1
* The data-source cursor should have a reference to the session.Keith Bostic2013-06-061-0/+1
* Fold some too-long lines.Keith Bostic2013-06-061-7/+8
* whitespace, fix a comment.Keith Bostic2013-06-062-2/+2
* Merge pull request #568 from wiredtiger/64bit-txnidsKeith Bostic2013-06-0610-122/+58
|\
| * whitespaceKeith Bostic2013-06-061-2/+1
| * Back out one part of the previous change: new snapshot transactions should ge...Michael Cahill2013-06-051-1/+1
| * Change transaction IDs to 64-bits, remove code that deals with wrapping.Michael Cahill2013-06-0510-121/+58
* | Update spelling list.Keith Bostic2013-06-061-2/+2
* | Don't manually pre-populate the cache in LSM.Alex Gorrod2013-06-061-8/+5
* | Improve error handling when creating bloom filters in LSM.Alex Gorrod2013-06-061-4/+12
* | Make closing and reopening the session much less common for single-threaded r...Michael Cahill2013-06-061-2/+3
* | Change the default compression configuration to "uncompressed",Keith Bostic2013-06-054-31/+37
* | __create_file() doesn't need to check for a duplicate-key-error on insert,Keith Bostic2013-06-051-5/+1
* | Make the "source" key to WT_SESSION::create undocumented. There are problems...Michael Cahill2013-06-053-6/+8
|/
* Merge pull request #567 from wiredtiger/metadata-moveMichael Cahill2013-06-0526-387/+526
|\
| * Add examples to the WiredTiger extension methods for accessing theKeith Bostic2013-06-043-3/+104
| * lintKeith Bostic2013-06-041-4/+4
| * updateKeith Bostic2013-06-041-0/+2
| * Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-0418-50/+51
| * Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-0412-346/+334