| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3207 Fix a leak if a checkpoint fails. (#3329) | Michael Cahill | 2017-03-13 | 1 | -1/+1 |
* | WT-3193 Close a race between verify and the eviction server (#3311) | Keith Bostic | 2017-02-28 | 1 | -7/+29 |
* | WT-3093 Reduce the size of WT_PAGE. (#3212) | Keith Bostic | 2016-12-23 | 1 | -4/+4 |
* | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic | 2016-09-06 | 1 | -1/+1 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -4/+4 |
* | WT-2671 dump more information about the file layout in verify debug mode (#2755) | Keith Bostic | 2016-06-09 | 1 | -20/+27 |
* | WT-2558: WT_PAGE structure is 72B, reduce to 64B. | Keith Bostic | 2016-04-17 | 1 | -7/+5 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-25 | 1 | -2/+2 |
* | WT-2426 Lock all handles for checkpoints in one pass. | Michael Cahill | 2016-03-17 | 1 | -1/+1 |
* | WT-2339: format post-rebalance verify failure | Keith Bostic | 2016-01-20 | 1 | -9/+20 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -15/+16 |
* | Convert the reconciliation structure's ints to bools. | Keith Bostic | 2015-09-22 | 1 | -1/+1 |
* | WT-2081: don't bother with a wrap-up verbose progress message, it | Keith Bostic | 2015-09-03 | 1 | -5/+1 |
* | WT-2081 Make verify progress reporting less verbose. | Alex Gorrod | 2015-09-03 | 1 | -3/+5 |
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 1 | -1/+1 |
* | Add the "strict" configuration option to WT_SESSION.verify, default | Keith Bostic | 2015-06-06 | 1 | -2/+2 |
* | Display internal/leaf page total counts with the tree shape. | Keith Bostic | 2015-05-21 | 1 | -2/+9 |
* | Another try at removing HAVE_DIAGNOSTIC requirement from the verify code | Keith Bostic | 2015-02-12 | 1 | -87/+75 |
* | Revert "Remove the requirement of a HAVE_DIAGNOSTIC build for the verify" | Keith Bostic | 2015-02-12 | 1 | -75/+91 |
* | Remove the requirement of a HAVE_DIAGNOSTIC build for the verify | Keith Bostic | 2015-02-12 | 1 | -91/+75 |
* | Add support for a new verify debug option, "dump_shape", that reports | Keith Bostic | 2015-02-12 | 1 | -12/+71 |
* | Row-store leaf pages can have parent references of type WT_CELL_ADDR_DEL. | Keith Bostic | 2015-02-02 | 1 | -1/+6 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -4/+4 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there... | Michael Cahill | 2014-12-18 | 1 | -1/+2 |
* | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic | 2014-10-02 | 1 | -1/+2 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -1/+1 |
* | The WT_INTL_FOREACH_BEGIN macro walks the page's index, and it could be | Keith Bostic | 2014-09-28 | 1 | -2/+2 |
* | Add flags to page release, respect WT_READ_NO_GEN to avoid forced eviction. | Michael Cahill | 2014-08-13 | 1 | -2/+2 |
* | Minor renaming, __wt_lex_compare_collator to __wt_compare, | Keith Bostic | 2014-08-11 | 1 | -2/+2 |
* | Replace the collator comparison #defines with inline functions, | Keith Bostic | 2014-08-10 | 1 | -3/+4 |
* | Rename __wt_bt_cache_XXX functions to be __wt_cache_XXX to match the | Keith Bostic | 2014-07-17 | 1 | -2/+1 |
* | Flag rename: | Keith Bostic | 2014-05-20 | 1 | -2/+2 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -4/+4 |
* | The disk header in a page is read-only: mark it const. | Michael Cahill | 2014-04-30 | 1 | -3/+3 |
* | Rename btree->{evict,root}_page -- they aren't WT_PAGEs any more. | Michael Cahill | 2014-04-03 | 1 | -2/+2 |
* | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic | 2014-04-01 | 1 | -28/+55 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -46/+51 |
* | Merge branch 'develop' into new-split | Keith Bostic | 2014-03-05 | 1 | -2/+2 |
|\ |
|
| * | Switch to using hazard references for walks through the cache. | Michael Cahill | 2014-02-27 | 1 | -2/+2 |
* | | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -7/+7 |
* | | It's dangerous to reach down into the WT_PAGE_INDEX structure (and doing | Keith Bostic | 2014-02-16 | 1 | -4/+4 |
* | | Replace eviction code to deepen the tree using split-merge pages with | Keith Bostic | 2014-02-16 | 1 | -3/+3 |
* | | Add pu_xxx_field #defines for the rest of the page-union fields. | Keith Bostic | 2014-02-05 | 1 | -5/+5 |
* | | Add a new level of indirection on internal pages so there's a way to | Keith Bostic | 2014-02-05 | 1 | -7/+7 |
* | | Replace the WT_PAGE's WT_REF pointer with a uint32_t hint of the slot | Keith Bostic | 2014-02-03 | 1 | -1/+1 |
|/ |
|
* | We no longer verify in-memory trees, only file trees, which means the | Keith Bostic | 2014-01-11 | 1 | -2/+2 |
* | Avoid memset in performance-critical code by keeping a zeroed static structur... | Michael Cahill | 2014-01-10 | 1 | -3/+4 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |