summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
| * The config-scan docs were mixed up, fix them.Keith Bostic2013-06-041-6/+7
| * Add a new extension function __wt_ext_config_strget that returns theKeith Bostic2013-06-046-11/+55
* | Have hot backup retry on EBUSY in test/format.Alex Gorrod2013-06-051-2/+8
|/
* Merge pull request #565 from wiredtiger/checkpoint-get-handlesMichael Cahill2013-06-032-10/+29
|\
| * Update checkpoint code to get and release handles, so that LSM cannotAlex Gorrod2013-06-042-10/+29
|/
* Give up trying to create enough slots for extended records, don't letKeith Bostic2013-06-032-6/+16
* Reorder the verbose version output, so the library version comes first.Michael Cahill2013-06-042-4/+5
* lint & compiler errors on FreeBSD.Keith Bostic2013-06-031-20/+28
* Clean up spelling errors.Keith Bostic2013-06-032-1/+6
* If the record allocation code can race with other threads, we can'tKeith Bostic2013-06-033-18/+76
* ../../../test/format/util.c:174:16: error: conversion to 'size_t' from 'int' ...Michael Cahill2013-06-041-2/+2
* Put all the recno-key allocation work in a single place.Keith Bostic2013-06-031-24/+21
* minor cleanup, put back in a key-copy I'd accidentally removed.Keith Bostic2013-06-031-1/+3
* Don't compile the dump code by default.Keith Bostic2013-06-031-0/+2
* Typo, was encoding the wrong master key value.Keith Bostic2013-06-031-4/+4