summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-14Cut release 1.5.0.1.5.0Michael Cahill
2013-03-14Fix Java support in s_releaseMichael Cahill
2013-03-14Install wiredtiger.jar when running "make install".Michael Cahill
2013-03-14Allow building release packages without SWIG.Michael Cahill
2013-03-14Fix spelling, make URIs consistent in the documentation.Michael Cahill
2013-03-13Merge pull request #478 from wiredtiger/txn-generationMichael Cahill
2013-03-13Fix typo in index format.Alex Gorrod
2013-03-12Merge pull request #477 from wiredtiger/btree-get-memsizeMichael Cahill
2013-03-13Push the btree overflow check into the inlined function.Michael Cahill
2013-03-13whitespaceMichael Cahill
2013-03-13Keep local state across {get,release}_snapshot calls so that the correct data...Michael Cahill
2013-03-13Fix error handling in __wt_btree_memsize, related tidy up.Alex Gorrod
2013-03-13Improve docs for 'type' and 'source' config keys to WT_SESSION::create.Michael Cahill
2013-03-13Back out an unrelated change to memory allocation.Michael Cahill
2013-03-13Avoid polling global transaction state if nothing has changed.Michael Cahill
2013-03-13Merge branch 'develop' into btree-get-memsizeAlex Gorrod
2013-03-13Ignore warnings when building the Python SWIG wrapper.Alex Gorrod
2013-03-13Stop accessing the btree child page size directly from LSM code.Alex Gorrod
2013-03-12A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGNKeith Bostic
2013-03-11Reorg cell unpacking code slightly to avoid recursion so it can be inlined (-...Michael Cahill
2013-03-10Merge pull request #452 from wiredtiger/default-configMichael Cahill
2013-03-11Keep the operation-specific config separate from the file config.Michael Cahill
2013-03-11Remove LSM configuration from file metadata.Michael Cahill
2013-03-11Merge branch 'develop' into default-configMichael Cahill
2013-03-08whitespaceKeith Bostic
2013-03-08Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell.Keith Bostic
2013-03-08Fix accounting for some WT_REF arrays.Michael Cahill
2013-03-08Anyone can check for obsolete values: we don't need a transaction running.Michael Cahill
2013-03-08Fix a leak of address memory.Michael Cahill
2013-03-07Merge pull request #472 from wiredtiger/fadviseMichael Cahill
2013-03-07Merge pull request #475 from wiredtiger/split-merge-memoryMichael Cahill
2013-03-07Merge branch 'develop' into fadviseKeith Bostic
2013-03-07Don't increment by offset, increment by size.Keith Bostic
2013-03-07Use the maxpagesize, not the allocsize, and be consistent with use ofKeith Bostic
2013-03-07Make the split percentage apply even when the resulting split page sizeKeith Bostic
2013-03-07Corret a comment.Keith Bostic
2013-03-07Make the "size" naming consistent, "inmem_" doesn't add anything.Keith Bostic
2013-03-07Include newly created split-merge page WT_ADDR and WT_IKEY structures inKeith Bostic
2013-03-07Fixes for the memory accounting of split-merge pages.Keith Bostic
2013-03-07Don't pass in both a session and a btree, the standard pattern is to getKeith Bostic
2013-03-07Look more carefully for merge candidates in LRU walks.Michael Cahill
2013-03-06Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic
2013-03-07Fix build after merging develop.Michael Cahill
2013-03-07Merge branch 'develop' into default-configMichael Cahill
2013-03-06Turn of file-mapping if the application configured a cache-size maximum.Keith Bostic
2013-03-06Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic
2013-03-05Merge branch 'develop' into fadviseKeith Bostic
2013-03-05Add a Community page at the top level.Keith Bostic
2013-03-05Don't overwrite the LSM configuration during when checking for existence.Michael Cahill
2013-03-04Don't mmap(2) the file if it's configured for direct I/O, the LinuxKeith Bostic