summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.5.0.1.5.0Michael Cahill2013-03-141-0/+3
* 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
| * | 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-131-6/+12
|/
* 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
* 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-111-15/+3
* Merge branch 'develop' into default-configMichael Cahill2013-03-1128-238/+415
|\
| * 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-0713-51/+180
| |\
| | * 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-065-26/+37
| | * | 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-069-165/+80
| | * | 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-0413-45/+88
| * | | | 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-0783-755/+2141
|\ \ \ | |/ /
| * | Add a Community page at the top level.Keith Bostic2013-03-053-13/+37
| * | Don't overwrite the LSM configuration during when checking for existence.Michael Cahill2013-03-052-7/+14
| |/
| * Set a page's disk_txn when it is first modified: might as well get the latest...Michael Cahill2013-03-041-7/+8
| * Don't try to sync read-only files.Michael Cahill2013-03-044-16/+8
| * bt_evict.c:395:4: error: 'force_btree' may be used uninitialized in this func...Michael Cahill2013-03-041-17/+12
| * Merge pull request #469 from wiredtiger/checkpoint-perfMichael Cahill2013-03-0324-138/+318
| |\
| | * My last attempt to fix a race in forcing eviction didn't work, try again.Michael Cahill2013-03-022-16/+27