summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.5.0.1.5.0Michael Cahill2013-03-146-9/+72
* Fix Java support in s_releaseMichael Cahill2013-03-142-7/+10
* Install wiredtiger.jar when running "make install".Michael Cahill2013-03-141-3/+5
* Allow building release packages without SWIG.Michael Cahill2013-03-141-9/+1
* Fix spelling, make URIs consistent in the documentation.Michael Cahill2013-03-144-18/+18
* Merge pull request #478 from wiredtiger/txn-generationMichael Cahill2013-03-135-39/+43
|\
| * Keep local state across {get,release}_snapshot calls so that the correct data...Michael Cahill2013-03-134-14/+15
| * Back out an unrelated change to memory allocation.Michael Cahill2013-03-131-4/+3
| * Avoid polling global transaction state if nothing has changed.Michael Cahill2013-03-133-31/+35
* | Fix typo in index format.Alex Gorrod2013-03-131-1/+1
* | Merge pull request #477 from wiredtiger/btree-get-memsizeMichael Cahill2013-03-126-58/+49
|\ \
| * | Push the btree overflow check into the inlined function.Michael Cahill2013-03-133-19/+11
| * | whitespaceMichael Cahill2013-03-131-7/+7
| * | Fix error handling in __wt_btree_memsize, related tidy up.Alex Gorrod2013-03-135-30/+31
| * | Merge branch 'develop' into btree-get-memsizeAlex Gorrod2013-03-131-9/+1
| |\ \
| * | | Stop accessing the btree child page size directly from LSM code.Alex Gorrod2013-03-134-39/+37
| | |/ | |/|
* | | Improve docs for 'type' and 'source' config keys to WT_SESSION::create.Michael Cahill2013-03-132-11/+22
| |/ |/|
* | Ignore warnings when building the Python SWIG wrapper.Alex Gorrod2013-03-131-9/+1
|/
* A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGNKeith Bostic2013-03-123-6/+5
* Reorg cell unpacking code slightly to avoid recursion so it can be inlined (-...Michael Cahill2013-03-111-7/+12
* Merge pull request #452 from wiredtiger/default-configMichael Cahill2013-03-1011-113/+151
|\
| * Keep the operation-specific config separate from the file config.Michael Cahill2013-03-113-38/+19
| * Remove LSM configuration from file metadata.Michael Cahill2013-03-112-17/+5
| * Merge branch 'develop' into default-configMichael Cahill2013-03-1132-242/+428
| |\ | |/ |/|
* | whitespaceKeith Bostic2013-03-081-1/+1
* | Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell.Keith Bostic2013-03-083-6/+4
* | Fix accounting for some WT_REF arrays.Michael Cahill2013-03-083-6/+4
* | Anyone can check for obsolete values: we don't need a transaction running.Michael Cahill2013-03-081-8/+1
* | Fix a leak of address memory.Michael Cahill2013-03-081-2/+1
* | Merge pull request #472 from wiredtiger/fadviseMichael Cahill2013-03-0717-55/+193
|\ \
| * \ Merge branch 'develop' into fadviseKeith Bostic2013-03-074-30/+35
| |\ \
| * | | Don't increment by offset, increment by size.Keith Bostic2013-03-071-1/+1
| * | | Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic2013-03-066-32/+46
| * | | Turn of file-mapping if the application configured a cache-size maximum.Keith Bostic2013-03-061-0/+7
| * | | Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic2013-03-0610-165/+88
| * | | Merge branch 'develop' into fadviseKeith Bostic2013-03-055-20/+51
| |\ \ \
| * | | | Don't mmap(2) the file if it's configured for direct I/O, the LinuxKeith Bostic2013-03-042-8/+22
| * | | | Add the new map file.Keith Bostic2013-03-041-0/+139
| * | | | Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-0417-51/+92
* | | | | Merge pull request #475 from wiredtiger/split-merge-memoryMichael Cahill2013-03-0712-143/+199
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use the maxpagesize, not the allocsize, and be consistent with use ofKeith Bostic2013-03-071-1/+1
| * | | | Make the split percentage apply even when the resulting split page sizeKeith Bostic2013-03-074-23/+42
| * | | | Corret a comment.Keith Bostic2013-03-071-3/+2
| * | | | Make the "size" naming consistent, "inmem_" doesn't add anything.Keith Bostic2013-03-071-10/+10
| * | | | Include newly created split-merge page WT_ADDR and WT_IKEY structures inKeith Bostic2013-03-077-20/+47
| * | | | Fixes for the memory accounting of split-merge pages.Keith Bostic2013-03-079-93/+104
|/ / / /
* | | | Don't pass in both a session and a btree, the standard pattern is to getKeith Bostic2013-03-073-6/+5
* | | | Look more carefully for merge candidates in LRU walks.Michael Cahill2013-03-071-24/+30
| |/ / |/| |
| | * Fix build after merging develop.Michael Cahill2013-03-071-1/+1
| | * Merge branch 'develop' into default-configMichael Cahill2013-03-07132-821/+5712
| | |\ | |_|/ |/| |