| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the overflow lock, now that it is used for keys and values. | Michael Cahill | 2013-12-11 | 5 | -15/+15 |
* | typo | Michael Cahill | 2013-12-11 | 2 | -2/+2 |
* | Turns out truncation does delete without instantiating keys -- put | Keith Bostic | 2013-12-10 | 1 | -6/+12 |
* | I don't believe it's possible for a key/value pair to be deleted without | Keith Bostic | 2013-12-10 | 1 | -10/+7 |
* | Don't let reconciliation delete overflow keys out from under readers | Keith Bostic | 2013-12-10 | 2 | -3/+38 |
* | Avoid bouncing the session cursor count between zero and one when searching a... | Michael Cahill | 2013-12-10 | 1 | -3/+3 |
* | Deal with invisible updates on the append list: only use slots on the page if... | Michael Cahill | 2013-12-05 | 1 | -6/+21 |
* | Fix the test for cursor validity: we may be sitting on an insert with no visi... | Michael Cahill | 2013-12-05 | 1 | -5/+2 |
* | whitespace | Keith Bostic | 2013-12-03 | 1 | -2/+1 |
* | whitespace | Keith Bostic | 2013-12-03 | 1 | -3/+2 |
* | If the eviction server finds no candidates (which can happen after a compact ... | Michael Cahill | 2013-11-25 | 1 | -0/+7 |
* | Cleanup warnings from s_all. | Michael Cahill | 2013-11-21 | 2 | -4/+4 |
* | Merge branch 'develop' into fine-grained-durability | Alex Gorrod | 2013-11-18 | 7 | -88/+116 |
|\ |
|
| * | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -9/+22 |
| * | bt_huffman.c:310:22: error: 'lineno' may be used uninitialized in this | Keith Bostic | 2013-11-16 | 1 | -7/+7 |
| * | Changed my mind -- don't lock/unlock, use a barrier (the same way we do in | Keith Bostic | 2013-11-16 | 1 | -5/+4 |
| * | Don't do any work unless verbose/evictserver is actually configured. | Keith Bostic | 2013-11-16 | 1 | -10/+14 |
| * | Publish the clear of the checkpointing flag (the eviction server may | Keith Bostic | 2013-11-16 | 1 | -0/+7 |
| * | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic | 2013-11-16 | 1 | -5/+12 |
| * | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic | 2013-11-16 | 1 | -1/+6 |
| * | Forgot to initialize the address, otherwise we could use uninitialized | Keith Bostic | 2013-11-16 | 1 | -0/+2 |
| * | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic | 2013-11-16 | 1 | -1/+6 |
| * | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic | 2013-11-16 | 1 | -1/+4 |
| * | Coverity: Dereference before null check (REVERSE_INULL) | Keith Bostic | 2013-11-16 | 1 | -10/+8 |
| * | Coverity: Dereference before null check (REVERSE_INULL) | Keith Bostic | 2013-11-16 | 1 | -3/+2 |
| * | Don't test for NULL before calling free(), free handles NULL. | Keith Bostic | 2013-11-15 | 1 | -4/+2 |
| * | ID 1129074 (#1 of 1): Dereference before null check (REVERSE_INULL) | Keith Bostic | 2013-11-15 | 1 | -0/+2 |
| * | Make __cursor_fix_next, __cursor_fix_prev match, I left them different | Keith Bostic | 2013-11-15 | 1 | -7/+4 |
| * | Coverity: structurally dead code (UNREACHABLE) unreachable: Since the | Keith Bostic | 2013-11-15 | 2 | -46/+35 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-15 | 14 | -282/+400 |
|\ \
| |/ |
|
| * | Don't track overflow records when doing bulk loads, there's no possibility | Keith Bostic | 2013-11-14 | 1 | -3/+10 |
| * | whitespace | Keith Bostic | 2013-11-14 | 1 | -2/+1 |
| * | Ignore the return from __wt_mmap_discard(), we're not going to error | Keith Bostic | 2013-11-14 | 1 | -1/+2 |
| * | Don't allocate any space for static string. | Keith Bostic | 2013-11-14 | 1 | -2/+2 |
| * | Compact was causing split-merge pages to be evicted. Fix this in two places: | Michael Cahill | 2013-11-14 | 1 | -1/+2 |
| * | Fix a GCC warning (not a real issue): | Michael Cahill | 2013-11-14 | 1 | -0/+1 |
| * | Change compaction into one-pass over the cache, handling both in-memory and | Keith Bostic | 2013-11-13 | 4 | -157/+152 |
| * | Didn't compile before I pushed, sadness resulted. | Keith Bostic | 2013-11-13 | 1 | -2/+3 |
| * | Fix a path where we could return without releasing our page lock. | Keith Bostic | 2013-11-13 | 1 | -1/+2 |
| * | lint | Keith Bostic | 2013-11-13 | 1 | -13/+7 |
| * | Change compaction to not block checkpoints: during the part of compaction | Keith Bostic | 2013-11-13 | 2 | -38/+54 |
| * | whitespace | Keith Bostic | 2013-11-13 | 1 | -1/+1 |
| * | Review all of the calls to __wt_ref_info(), ensure they handle a | Keith Bostic | 2013-11-13 | 3 | -9/+8 |
| * | "hazard reference" -> "hazard pointer" | Keith Bostic | 2013-11-13 | 1 | -2/+2 |
| * | Merge branch 'develop' into page-leaf-cell | Keith Bostic | 2013-11-13 | 1 | -6/+5 |
| |\ |
|
| * | | Drive an error return from __wt_ref_info() to the surface. | Keith Bostic | 2013-11-12 | 6 | -10/+14 |
| * | | Compaction changes: fix a bug, we were skipping internal pages if they | Keith Bostic | 2013-11-12 | 7 | -50/+78 |
| * | | lint: break is unreachable after return. | Keith Bostic | 2013-11-12 | 1 | -3/+0 |
| * | | Enhance some comments -- explain why WT_CELL_ADDR_LEAF_NO isn't guaranteed | Keith Bostic | 2013-11-12 | 1 | -15/+20 |
| * | | Don't perform leaf-no-overflow cell type checks for row-store internal pages, | Keith Bostic | 2013-11-12 | 1 | -8/+11 |