summaryrefslogtreecommitdiff
path: root/src/include/misc.h
AgeCommit message (Expand)Author
2014-01-10Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) preventKeith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-06Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic
2013-11-06Get rid of ENTRY_SIZE (it's not in the right namespace, and it's only usedKeith Bostic
2013-11-06Move WT_HAZARD_INCR to the WT_SESSION_IMPL structure.Keith Bostic
2013-11-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-01Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod
2013-08-27Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-08-26For now, fix the comment to match the code. Ref #644.Keith Bostic
2013-08-13Update dist/log.py to generate code to read and write log records.Michael Cahill
2013-07-31Restore the copy of the key/value as part of entering the API: the reason isKeith Bostic
2013-07-29Overwrite pages when they're free'd, in diagnostic mode, hopefully thatKeith Bostic
2013-07-25Go back to using WT_CLEAR on WT_ITEM. Sue's measurements says it's no slower...Michael Cahill
2013-07-20The row-search function calls into underlying key functions that don'tKeith Bostic
2013-06-17Merge branch 'develop' into loggingSusan LoVerso
2013-05-31whitespaceMichael Cahill
2013-05-31imported patch realloc_defMichael Cahill
2013-05-30Add __wt_dirlist and use it to open to the end of the last log.Susan LoVerso
2013-05-28Merge branch 'develop' into hot-backupAlex Gorrod
2013-05-28Add an explicit enable setting to shared_cache configuration.Alex Gorrod
2013-05-26Add WT_PREFIX_MATCH_LEN, a version of WT_PREFIX_MATCH that doesn't goKeith Bostic
2013-05-09Start logging implementationSusan LoVerso
2013-04-10Remove case-insensitivity code when checking configuration strings.Keith Bostic
2013-03-12A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGNKeith Bostic
2013-03-08Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell.Keith Bostic
2013-02-18whitespaceMichael Cahill
2013-02-16Fix shared cache so that reserve size is always initialized properly.Alex Gorrod
2013-02-07Fix the non-diagnostic build.Michael Cahill
2013-02-06Remove support for the no-cache configuration, revert back to maintainingKeith Bostic
2013-01-26In order to mmap read-only checkpoints, we need a place to store aKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-17Move the tree-walk function flags into the flag-generating structure.Keith Bostic
2012-12-17Remove HAVE_VERBOSE and most of the verbose convenience macros, verboseKeith Bostic
2012-12-14Make the tree build without HAVE_VERBOSE.Keith Bostic
2012-12-06Change hazard reference to hazard pointer, plus a few minor doc edits.Susan LoVerso
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-11-29Remove statistics that were added for debugging.Alex Gorrod
2012-10-16Add support for online compaction, ref #248. This is an initial commit,Keith Bostic
2012-09-25Update hazard references, so the active array grows as needed.Alex Gorrod
2012-08-19Flip the tree-walk default operation from "prev" to "next", allKeith Bostic
2012-08-19Next set of changes for fast-truncate: the ability to delete leaf pagesKeith Bostic
2012-08-07Merge pull request #288 from wiredtiger/config-check-optMichael Cahill
2012-08-07Whitespace cleanups, no semantic changes.Keith Bostic
2012-08-07Optimize the configuration checking code.Alex Gorrod
2012-07-31Add the ability to access unnamed checkpoints, issue #271.Keith Bostic
2012-05-28Add a small macro that overwrites and free's a structure, for structuresKeith Bostic
2012-05-24Track from where scratch buffers were allocated in DIAGNOSTIC mode.Keith Bostic
2012-05-23Give __wt_calloc_def and __wt_free symbolic argument names.Keith Bostic