summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2012-09-24Be lazy about allocating auto-commit transactions.Michael Cahill
2012-09-21Merge branch 'develop' into skipsKeith Bostic
2012-09-21Support large row-store reconciliation dictionaries: add a skiplistKeith Bostic
2012-09-20Merge pull request #331 from wiredtiger/autocommitMichael Cahill
2012-09-21Add autocommit to WT_SESSION::truncate.Michael Cahill
2012-09-20Clarify that only newly created objects may be bulk-loaded, emptyKeith Bostic
2012-09-20Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic
2012-09-19Implement auto-commit of transactions at the API.Michael Cahill
2012-09-17updateKeith Bostic
2012-09-17updateKeith Bostic
2012-09-14Clean up some comments, whitespace.Michael Cahill
2012-09-14Add configuration for LSM chunk size, bloom bit and hash counts.Alex Gorrod
2012-09-14Add a verbose type for lsm. Convert debug print statements to verboseAlex Gorrod
2012-09-14Merge branch 'develop' into lsmAlex Gorrod
2012-09-13Having a next-random cursor open could block transactions or checkpointsKeith Bostic
2012-09-13Document how "next_random" cursors really work.Keith Bostic
2012-09-12Merge branch 'develop' into lsmMichael Cahill
2012-09-12Merge branch 'develop' into dictionaryAlex Gorrod
2012-09-11Merge branch 'develop' into lsm. Some manual conflict resolution.Alex Gorrod
2012-09-09Configuration doesn't currently support a minimum value for a configurationKeith Bostic
2012-09-09Add support for row-store leaf page value dictionaries, using the newKeith Bostic
2012-09-07Replace cursor.equals with cursor.compare (#314)Keith Bostic
2012-09-07Add Bloom filters to LSM chunks after merges.Michael Cahill
2012-09-07Merge branch 'develop' into lsmMichael Cahill
2012-09-07script typoMichael Cahill
2012-09-07Merge branch 'develop' into lsmMichael Cahill
2012-08-30Merge branch 'develop' into truncateKeith Bostic
2012-08-30Merge branch 'develop' into lsmMichael Cahill
2012-08-29Add bloom filter implementation and test.Alex Gorrod
2012-08-27Merge branch 'develop' into lsmMichael Cahill
2012-08-26make the tab character test match the other test patternsKeith Bostic
2012-08-26Don't show all of the tab characters in the test scripts, just list theKeith Bostic
2012-08-23Merge branch 'develop' into truncateKeith Bostic
2012-08-23Implement reading and writing of LSM metadata.Michael Cahill
2012-08-22update with lsm strings.Keith Bostic
2012-08-22Merge branch 'develop' into lsmMichael Cahill
2012-08-18Next set of changes for fast-truncate: the ability to delete leaf pagesKeith Bostic
2012-08-16Insulate s_typedef from locale-specific sorting.Michael Cahill
2012-08-15We're sending a mixed message -- remove the copyright notices from filesKeith Bostic
2012-08-15Merge pull request #299 from wiredtiger/hash-funcKeith Bostic
2012-08-15Merge branch 'develop' into lsmMichael Cahill
2012-08-15Fix links on the "command line utility" page.Michael Cahill
2012-08-15Update the added hash functions. Split FNV and City hashes into separate file...Alex Gorrod
2012-08-14Add 64 bit FNV and Google City Hash function implementations, along with test...Alex Gorrod
2012-08-13Add support for major merges (that is, merging a set of chunks including theMichael Cahill
2012-08-13Merge branch 'develop' into lsm.Michael Cahill
2012-08-08Add conn.open_session method support for the isolation configurationKeith Bostic
2012-08-08Merge branch 'develop' into read-committedKeith Bostic
2012-08-08Merge branch 'develop' into lsmMichael Cahill
2012-08-08LSM: switch the in-memory tree to disk (from level 0 to 1).Michael Cahill