summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2014.Keith Bostic2014-01-07378-439/+709
* Merge pull request #830 from wiredtiger/java-auto-close3Alex Gorrod2014-01-051-5/+5
|\
| * Fix errors that crash the Java VM when a cursor is explicitly closed.Don Anderson2013-12-281-5/+5
* | If we fail to open a data handle when the session already has a reference, do...Michael Cahill2014-01-021-1/+10
* | Don't abort if there is a checksum failure during verification or salvage: we...Michael Cahill2014-01-021-1/+6
* | WhitespaceSusan LoVerso2013-12-301-1/+1
* | Don't sweep this session's dhandle. #827Susan LoVerso2013-12-281-1/+2
* | Back off -s to 1Mb.Susan LoVerso2013-12-271-4/+5
* | Don't step off the end of the allocated buffer.Keith Bostic2013-12-271-2/+3
* | Minor restructuring, no real change.Keith Bostic2013-12-271-10/+7
* | Don't allocate more buffer memory than we need.Keith Bostic2013-12-271-1/+1
* | Read the padded rdup_len amount. #825.Susan LoVerso2013-12-271-1/+5
* | typoKeith Bostic2013-12-271-1/+1
|/
* Remove merge_sleep and add compact. #792Keith Bostic2013-12-241-1/+1
* If running in DIAGNOSTIC mode, drop core when there's a checksum error,Keith Bostic2013-12-241-1/+3
* Change the returned length of a cell from a uint32_t to a size_t.Keith Bostic2013-12-234-12/+13
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-2336-223/+216
* Defer the calculation of merge_min until opening an LSM tree. That maintains...Michael Cahill2013-12-232-4/+9
* Randomize when merges become aggressive to avoid multiple LSM trees operating...Michael Cahill2013-12-231-1/+6
* Missed on, use WT_PTRDIFF, not WT_PTRDIFF32 to store into a size_t.Keith Bostic2013-12-221-1/+1
* Change the length of an in-memory cell from a uint32_t to a size_t.Keith Bostic2013-12-221-8/+7
* More changes to move from using uint32_t to describe in-memory lengths,Keith Bostic2013-12-222-78/+79
* fix a comment.Keith Bostic2013-12-221-2/+2
* More uint32_t/size_t review, use WT_STORE_SIZE to cast a size_t toKeith Bostic2013-12-221-1/+1
* uint32_t/size_t review: __wt_raw_to_hex_mem() should take a size_tKeith Bostic2013-12-222-27/+31
* Don't check for a file with no data pages until we've truncated back toKeith Bostic2013-12-221-12/+12
* whitespace cleanup, no longer any need to cast a size_t to a uint32_tKeith Bostic2013-12-222-6/+3
* Rework uint32_t/size_t declarations, size_t is more appropriate for theKeith Bostic2013-12-221-5/+6
* Rework uint32_t/size_t declarations, size_t is correct in this case.Keith Bostic2013-12-221-4/+4
* error: assignment discards 'const' qualifier from pointer targetKeith Bostic2013-12-201-1/+1
* __open_directory_sync can sync the wrong directory if the applicationKeith Bostic2013-12-2011-33/+39
* Always check the value, it's big no matter what the store.Keith Bostic2013-12-201-6/+4
* Don't recreate the directory when exiting successfully.Keith Bostic2013-12-201-1/+1
* Don't leave random big files lying around.Keith Bostic2013-12-201-0/+2
* Replace WT_PTRDIFF32 with WT_PTRDIFF where we're storing into aKeith Bostic2013-12-204-9/+8
* Remove most uses of WT_STORE_SIZE, it was primarily used to convertKeith Bostic2013-12-207-16/+16
* Change the output line when larger than a GB value, so it's clear whenKeith Bostic2013-12-201-1/+5
* Remove WT_STORE_SIZE() cast of the size when incrementing/decrementingKeith Bostic2013-12-201-2/+2
* The returned size is a (size_t), not a (uint32_t).Keith Bostic2013-12-201-1/+1
* Break large reads/writes into 1GB chunks (FreeBSD has an INT_MAX limitKeith Bostic2013-12-202-18/+24
* Move the overflow tracking discard functionality from the general-Keith Bostic2013-12-203-21/+73
* The page memory footprint is increased when large keys are brought intoKeith Bostic2013-12-202-3/+3
* note if big key or data in outputKeith Bostic2013-12-201-2/+2
* updateKeith Bostic2013-12-201-0/+1
* More merge throttling tweaks: start with a lower throttling time and a lower ...Michael Cahill2013-12-202-22/+30
* Fix two bloom filter bugs, when bloom filters are huge.Alex Gorrod2013-12-201-2/+3
* Merge pull request #824 from wiredtiger/parallel-testMichael Cahill2013-12-19201-5520/+24339
|\
| * Update test/3rdparty with the packages required to run the test suite in para...Michael Cahill2013-12-20194-5490/+24281
| * Show a meaningful error if modules needed for testing in parallelDon Anderson2013-12-191-1/+8
| * Add '--parallel N' option to run.py. Using '--parallel' requiresDon Anderson2013-12-199-34/+55
|/