summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.31.6.3Alex Gorrod2013-07-121-3/+3
* Fix a comment.Keith Bostic2013-07-111-3/+2
* Document that setting LC_ALL=C is a good idea when pre-sorting keys forKeith Bostic2013-07-091-0/+6
* Update is like insert, once an update is done, bulk-load is noKeith Bostic2013-07-091-6/+6
* typoKeith Bostic2013-07-081-1/+1
* The 'transactional' keyword is gone, remove uses of theKeith Bostic2013-07-085-33/+9
* Remove the 'transactional' keyword, we're always transactional.Keith Bostic2013-07-082-4/+1
* Remove "first_id" from the page modify structure. This should have been remo...Michael Cahill2013-07-086-36/+11
* Dual-license under either GPLv2 or GPLv3.Keith Bostic2013-07-032-10/+14
* Update Doxygen script file to be compatible with Doxygen 1.8.4Alex Gorrod2013-06-191-17/+1
* typoMichael Cahill2013-06-191-1/+1
* Minor edit to the upgrade wording for the overwrite API change.Michael Cahill2013-06-191-18/+18
* Add an upgrading section on the new overwrite configuration semantics.Keith Bostic2013-06-181-0/+32
* cursor/cur_std.c: In function ‘__cursor_runtime_config’:Keith Bostic2013-06-182-2/+0
* If overwrite is the default, do the cheap test first, testing to see ifKeith Bostic2013-06-181-4/+2
* typoMichael Cahill2013-06-181-2/+0
* whitespaceMichael Cahill2013-06-181-1/+2
* Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill2013-06-1814-68/+66
* Cut release 1.6.21.6.2Alex Gorrod2013-06-181-3/+3
* Update extension API names from txn_XX to transaction_XX.Alex Gorrod2013-06-184-20/+21
* Don't increment the data handle reference count if locking the handle fails.Michael Cahill2013-06-111-2/+3
* minor lint, cleanup the new docs.Keith Bostic2013-06-101-2/+3
* Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+35
* Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-103-0/+34
* fix a commentKeith Bostic2013-06-071-2/+2
* Rename WT_CONNECTION.metadata_lock to WT_CONNECTION.checkpoint_lock.Keith Bostic2013-06-076-21/+16
* 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
* 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
* whitespace, fix a comment.Keith Bostic2013-06-062-2/+2
* Merge pull request #568 from wiredtiger/64bit-txnidsKeith Bostic2013-06-069-121/+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-059-120/+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
* | Change the default compression configuration to "uncompressed",Keith Bostic2013-06-053-22/+30
* | __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-052-5/+7
|/
* Add examples to the WiredTiger extension methods for accessing theKeith Bostic2013-06-041-3/+12
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-0417-48/+49
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-0410-111/+200
* whitespaceKeith Bostic2013-06-041-1/+1
* Memory leak, found by inspetion -- free the returned value fromKeith Bostic2013-06-041-0/+1
* lintKeith Bostic2013-06-041-1/+2