summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Switch the master object ID to a "real" ID that is encoded/decoded likeKeith Bostic2013-06-031-33/+32
* Reserve object IDs from 0 to 5 for future use.Keith Bostic2013-06-031-1/+6
* Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic2013-06-039-25/+23
* Implement session.drop.Keith Bostic2013-06-031-53/+115
* We have to remove the data-source entry from the metadata file duringKeith Bostic2013-06-031-4/+9
* Don't trust the extension code to give us something reasonable.Keith Bostic2013-06-031-1/+2
* We have to rename the data-source object in the metadata file as wellKeith Bostic2013-06-032-14/+32
* Implement session.rename.Keith Bostic2013-06-031-28/+95
* Implement session.truncate.Keith Bostic2013-06-031-13/+54
* I went too far on the last change -- we always have to create a checksKeith Bostic2013-06-031-43/+36
* __truncate_table has to call through __wt_schema_truncate, it can'tKeith Bostic2013-06-031-35/+13
* whitespaceKeith Bostic2013-06-031-1/+1
* Fix a core dump: handle adding configuration options to methods thatKeith Bostic2013-06-031-32/+43
* Add the kvs_dump() function back in (it only handles row-store, though).Keith Bostic2013-06-031-1/+48
* Every WiredTiger API that takes a URI must now configure kvs_devices.Keith Bostic2013-06-035-15/+39
* Memory leak: free the underlying WT_DATA_SOURCE structure on termination.Keith Bostic2013-06-031-0/+2
* Fix a memory leak, error handling cleanups.Keith Bostic2013-06-031-14/+16
* More namespace changes: we can now pass kvs_XXX options (includingKeith Bostic2013-06-031-235/+223
* Now that the memrata driver is storing the basic configuration (includingKeith Bostic2013-06-031-18/+1
* Make sure we add the slot of NULL's, otherwise the search for the methodKeith Bostic2013-06-031-2/+2
* Copy the entry filled with NULLs, otherwise the search for a matchingKeith Bostic2013-06-031-2/+2
* Basic changes to impose namespaces on top of the underlying KVS store:Keith Bostic2013-06-031-288/+691
* Add a version flag to connection verbose configuration.Alex Gorrod2013-06-037-18/+37
* fix a commentKeith Bostic2013-06-021-1/+1
* Use parenthesis to group x - y + z expression.Keith Bostic2013-05-311-1/+1
* Merge pull request #563 from wiredtiger/realloc_defKeith Bostic2013-05-3112-86/+53
|\
| * whitespaceMichael Cahill2013-05-312-7/+7
| * imported patch realloc_defMichael Cahill2013-05-3112-85/+52
* | Add section headings to the programming guide page.Michael Cahill2013-05-311-3/+14
* | Fix the check for orphaned pages in the docs, minor cleanup.Michael Cahill2013-05-313-17/+14
* | Bump the version on develop.Michael Cahill2013-05-314-7/+7
* | Cut release 1.6.11.6.1Alex Gorrod2013-05-316-10/+45