summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-03Cut release 1.4.01.4.0Alex Gorrod
2012-12-03Rename our strtouq to __wt_strtouq so we don't export anything outsideAlex Gorrod
2012-12-03Fix a printf size_t from previous commit.Alex Gorrod
2012-12-03Fix a potential bug in dirty page tracking. Loosen constraints onAlex Gorrod
2012-12-02Try again: cast terabyte & petabyte to (uint64_t), that's how we'reKeith Bostic
2012-12-02terabyte and petabyte don't fit into 32-bit constants, gcc 4.6 complains.Keith Bostic
2012-12-01SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)Keith Bostic
2012-12-01Replace a call to ctime_r() with ctime() -- Solaris has a non-standardKeith Bostic
2012-11-30Use UINT_MAX instead of -1U, it makes lint happy.Keith Bostic
2012-11-30Use the final merge generation in verbose LSM output.Michael Cahill
2012-11-30Fix logic error in eviction loop.Michael Cahill
2012-11-29Merge pull request #385 from wiredtiger/trickleMichael Cahill
2012-11-30Clarify eviction_dirty_target documentation.Alex Gorrod
2012-11-30Fix a bug calculating the generation of an LSM merge.Michael Cahill
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-11-30Merge branch 'develop' into trickleAlex Gorrod
2012-11-30Add a mode to eviction that only chooses dirty pages, if weAlex Gorrod
2012-11-30Merge branch 'develop' into generationMichael Cahill
2012-11-30Merge branch 'develop' into trickleAlex Gorrod
2012-11-30Update dirty count checking to be a verbose message rather than anAlex Gorrod
2012-11-29The dump utility quit working on tables awhile back and we didn't haveKeith Bostic
2012-11-29Handle empty sources, that is, "source," or "source=," in the configKeith Bostic
2012-11-29Don't drop core if the line (a value) has no contents.Keith Bostic
2012-11-29Don't drop core if the line (a value) has no contents.Keith Bostic
2012-11-29Merge branch 'develop' into generationKeith Bostic
2012-11-29index_meta column_meta and format_meta, but format_meta also includesKeith Bostic
2012-11-29Remove statistics that were added for debugging.Alex Gorrod
2012-11-29whitespaceMichael Cahill
2012-11-29Account for pages that are dirty as they are read (e.g., internal pages with ...Michael Cahill
2012-11-28I introduced a memory leak: free the checkpoint structure's memory,Keith Bostic
2012-11-28Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existingKeith Bostic
2012-11-28Move the write-generation out of the block header and into the pageKeith Bostic
2012-11-28Merge branch 'develop' into trickle. Manual.Alex Gorrod
2012-11-28Fix tracking of dirty pages. Add statistics for dirty pages.Alex Gorrod
2012-11-27Incorporate reconciliation tracking items in page and cache memoryKeith Bostic
2012-11-27Add statistic to track bytes changed: for cursor.insert count key andKeith Bostic
2012-11-27And now, lint, which is why I started whacking on it.Keith Bostic
2012-11-27Typo in the last commit, size can't be modified in place.Keith Bostic
2012-11-27size_t/int, char/u_char lint.Keith Bostic
2012-11-27Arithmetic shift of a negative number is undefined by ISO/IEC 9899.Keith Bostic
2012-11-27Extent list block allocation was only half as big as it needs to be,Keith Bostic
2012-11-26Assert that the write buffer is aligned for direct I/O and large enoughKeith Bostic
2012-11-27Remove unused local variable.Alex Gorrod
2012-11-27Fix lint.Alex Gorrod
2012-11-26Michael says (and I agree): Compression shouldn't have to know about theKeith Bostic
2012-11-26Silently ignore WT_SESSION::compress_raw for file types and configurationsKeith Bostic
2012-11-25Merge branch 'develop' into rawKeith Bostic
2012-11-25We're using the WT_REC_SINGLE flag for two purposes ("called for eviction"Keith Bostic
2012-11-25Make the compaction trigger a configuration string.Keith Bostic
2012-11-25Clarify the huffman docs a bit, no real change.Keith Bostic