| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few comments around cursor in-use count support. | Keith Bostic | 2015-11-27 | 1 | -2/+2 |
* | WT-2243 Only clear btree cursor flags associated with position. | Michael Cahill | 2015-11-26 | 1 | -5/+1 |
* | WT-2243 Don't keep transaction IDs pinned for reading from checkpoints. | Michael Cahill | 2015-11-26 | 1 | -3/+11 |
* | WT-1315. Changed names of macros and inline functions to be more clear | Don Anderson | 2015-11-10 | 1 | -4/+4 |
* | WT-1315. Added support for join cursors: | Don Anderson | 2015-11-03 | 1 | -0/+64 |
* | Boolean conversion pass for include. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -2/+2 |
* | Review WiredTiger code base for places where "recno" is set to 0 or | Keith Bostic | 2015-08-26 | 1 | -1/+1 |
* | Rename atomic functions from number of bytes to number of bits. | Keith Bostic | 2015-08-13 | 1 | -2/+2 |
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 1 | -2/+2 |
* | Clear the cursor insert stack on every operation. | Michael Cahill | 2015-08-05 | 1 | -0/+6 |
* | Split __wt_cache_full_check into two parts, a set of inline checks and | Keith Bostic | 2015-06-08 | 1 | -1/+1 |
* | Merge __wt_eviction_check, __wt_cache_full_check and __wt_cache_wait | Keith Bostic | 2015-06-05 | 1 | -1/+1 |
* | Always clear the cursor's page reference after releasing the page, | Keith Bostic | 2015-05-22 | 1 | -5/+9 |
* | A WT_CURSOR.next operation followed by a WT_CURSOR.search has the same | Keith Bostic | 2015-04-15 | 1 | -8/+9 |
* | When row-search builds keys during leaf-page search, the last key built | Keith Bostic | 2015-04-14 | 1 | -9/+8 |
* | Fix read-uncommitted cache checks: look at whether a transaction ID is pinned... | Michael Cahill | 2015-03-09 | 1 | -10/+2 |
* | CID 44223: __cursor_leave() can't return an error, which means | Keith Bostic | 2015-02-11 | 1 | -4/+2 |
* | whitespace | Michael Cahill | 2015-02-04 | 1 | -2/+2 |
* | Take more care to clear dhandle->timeofdeath: we sometimes seem to be sweepin... | Michael Cahill | 2015-02-04 | 1 | -1/+4 |
* | Defer the cache full check from begin_transaction until the first operation t... | Michael Cahill | 2015-01-14 | 1 | -0/+12 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Sweep old handles more aggressively: | Michael Cahill | 2014-12-09 | 1 | -0/+32 |
* | Check whether to evict pages with many deletes where: | Michael Cahill | 2014-12-08 | 1 | -0/+9 |
* | Release snapshots on transaction commit, check if a new snapshot is required ... | Michael Cahill | 2014-10-29 | 1 | -4/+2 |
* | Add flags to page release, respect WT_READ_NO_GEN to avoid forced eviction. | Michael Cahill | 2014-08-13 | 1 | -1/+1 |
* | Clean up __cursor_pos_clear: only clear the fields we need to clear and | Keith Bostic | 2014-07-17 | 1 | -12/+12 |
* | Rename __cursor_search_clear __cursor_pos_clear; it's the code that | Keith Bostic | 2014-07-17 | 1 | -14/+13 |
* | Encode the location/length of simple values in the WT_ROW pointer, along | Keith Bostic | 2014-07-07 | 1 | -9/+11 |
* | Merge pull request #1090 from wiredtiger/onpage-cell | Michael Cahill | 2014-07-02 | 1 | -67/+56 |
|\ |
|
| * | Minor code shuffling to simplify setup. | Keith Bostic | 2014-07-01 | 1 | -7/+5 |
| * | Convert row-store fast on-page key processing from per-page to per key. | Keith Bostic | 2014-06-30 | 1 | -63/+54 |
* | | Merge branch 'develop' into split-memory-management | Michael Cahill | 2014-06-25 | 1 | -8/+10 |
|\ \
| |/ |
|
| * | Merge branch 'develop' into avoid-cell-unpack | Keith Bostic | 2014-06-18 | 1 | -1/+6 |
| |\ |
|
| * | | Experimental change to avoid unpacking cells in order to access | Keith Bostic | 2014-05-30 | 1 | -8/+10 |
* | | | Free memory more aggressively after splits. Keep the list of allocated objec... | Michael Cahill | 2014-06-20 | 1 | -1/+0 |
| |/
|/| |
|
* | | Fixes for WT_INSERT objects with invisible WT_UPDATE objects. For | Keith Bostic | 2014-06-14 | 1 | -1/+6 |
|/ |
|
* | Change __wt_buf_grrow_worker to copy non-local data into place, this | Keith Bostic | 2014-04-29 | 1 | -19/+11 |
* | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic | 2014-04-28 | 1 | -3/+3 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -5/+6 |
* | Avoid unpacking the key cell multiple times when returning key/value | Keith Bostic | 2014-01-09 | 1 | -4/+13 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Avoid bouncing the session cursor count between zero and one when searching a... | Michael Cahill | 2013-12-10 | 1 | -37/+58 |
* | Move the cache full check to cursor enter, when there are no cursors positioned. | Michael Cahill | 2013-11-15 | 1 | -9/+11 |
* | Read-only workloads need a cache full check. | Michael Cahill | 2013-11-15 | 1 | -4/+2 |
* | Don't block the oldest reader in the system forever. Try harder to evict whe... | Michael Cahill | 2013-11-08 | 1 | -1/+1 |
* | There's magic code to handle overflow records that have been deleted but | Keith Bostic | 2013-10-18 | 1 | -2/+1 |
* | Comment: explain why we copy the prefix before growing the buffer. | Michael Cahill | 2013-10-05 | 1 | -8/+13 |
* | Fix a bug scanning through a memory-mapped file with overflow items (which is... | Michael Cahill | 2013-10-05 | 1 | -7/+6 |
* | minor cleanup, only assign to kb.{data,size} once. | Keith Bostic | 2013-10-04 | 1 | -6/+4 |