summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Be lazy about allocating auto-commit transactions.Michael Cahill2012-09-241-0/+1
* Merge branch 'develop' into skipsKeith Bostic2012-09-214-4/+9
|\
| * Merge pull request #331 from wiredtiger/autocommitMichael Cahill2012-09-202-1/+4
| |\
| | * Add autocommit to WT_SESSION::truncate.Michael Cahill2012-09-211-0/+3
| | * Implement auto-commit of transactions at the API.Michael Cahill2012-09-191-1/+1
| * | Clarify that only newly created objects may be bulk-loaded, emptyKeith Bostic2012-09-201-3/+4
| * | Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic2012-09-201-0/+1
| |/
* | Support large row-store reconciliation dictionaries: add a skiplistKeith Bostic2012-09-211-3/+3
|/
* updateKeith Bostic2012-09-171-0/+1
* updateKeith Bostic2012-09-171-0/+3
* Clean up some comments, whitespace.Michael Cahill2012-09-141-1/+2
* Add configuration for LSM chunk size, bloom bit and hash counts.Alex Gorrod2012-09-141-1/+12
* Add a verbose type for lsm. Convert debug print statements to verboseAlex Gorrod2012-09-141-0/+2
* Merge branch 'develop' into lsmAlex Gorrod2012-09-142-1/+3
|\
| * Having a next-random cursor open could block transactions or checkpointsKeith Bostic2012-09-131-0/+1
| * Document how "next_random" cursors really work.Keith Bostic2012-09-131-1/+2
* | Merge branch 'develop' into lsmMichael Cahill2012-09-122-0/+6
|\ \ | |/
| * Merge branch 'develop' into dictionaryAlex Gorrod2012-09-121-1/+1
| |\
| * | Configuration doesn't currently support a minimum value for a configurationKeith Bostic2012-09-091-1/+1
| * | Add support for row-store leaf page value dictionaries, using the newKeith Bostic2012-09-092-0/+6
* | | Merge branch 'develop' into lsm. Some manual conflict resolution.Alex Gorrod2012-09-111-1/+1
|\ \ \ | | |/ | |/|
| * | Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-1/+1
| |/
* | Add Bloom filters to LSM chunks after merges.Michael Cahill2012-09-071-0/+1
* | Merge branch 'develop' into lsmMichael Cahill2012-09-071-1/+1
|\ \ | |/
| * script typoMichael Cahill2012-09-071-1/+1
* | Merge branch 'develop' into lsmMichael Cahill2012-09-072-2/+9
|\ \ | |/
| * Merge branch 'develop' into truncateKeith Bostic2012-08-302-0/+2
| |\
| * | make the tab character test match the other test patternsKeith Bostic2012-08-261-3/+8
| * | Don't show all of the tab characters in the test scripts, just list theKeith Bostic2012-08-261-1/+1
| * | Merge branch 'develop' into truncateKeith Bostic2012-08-231-0/+2
| |\ \
| * | | Next set of changes for fast-truncate: the ability to delete leaf pagesKeith Bostic2012-08-181-0/+2
* | | | Merge branch 'develop' into lsmMichael Cahill2012-08-302-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Add bloom filter implementation and test.Alex Gorrod2012-08-292-0/+2
| | |/ | |/|
* | | Merge branch 'develop' into lsmMichael Cahill2012-08-271-0/+1
|\ \ \ | |/ /
| * | update with lsm strings.Keith Bostic2012-08-221-0/+2
| |/
* | Implement reading and writing of LSM metadata.Michael Cahill2012-08-231-0/+1
* | Merge branch 'develop' into lsmMichael Cahill2012-08-225-4/+36
|\ \ | |/
| * Insulate s_typedef from locale-specific sorting.Michael Cahill2012-08-161-0/+4
| * We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-152-4/+2
| * Merge pull request #299 from wiredtiger/hash-funcKeith Bostic2012-08-152-0/+30
| |\
| | * Update the added hash functions. Split FNV and City hashes into separate file...Alex Gorrod2012-08-153-15/+2
| | * Add 64 bit FNV and Google City Hash function implementations, along with test...Alex Gorrod2012-08-143-0/+43
* | | Merge branch 'develop' into lsmMichael Cahill2012-08-151-1/+1
|\ \ \ | |/ /
| * | Fix links on the "command line utility" page.Michael Cahill2012-08-151-1/+1
| |/
* | Add support for major merges (that is, merging a set of chunks including theMichael Cahill2012-08-131-0/+1
* | Merge branch 'develop' into lsm.Michael Cahill2012-08-132-14/+19
|\ \ | |/
| * Add conn.open_session method support for the isolation configurationKeith Bostic2012-08-081-12/+13
| * Merge branch 'develop' into read-committedKeith Bostic2012-08-082-17/+29
| |\
| * | Add support for read-committed isolation.Michael Cahill2012-08-082-10/+14
* | | Merge branch 'develop' into lsmMichael Cahill2012-08-082-17/+29
|\ \ \ | | |/ | |/|