summaryrefslogtreecommitdiff
path: root/src/include/cursor.i
AgeCommit message (Expand)Author
2014-04-29Change __wt_buf_grrow_worker to copy non-local data into place, thisKeith Bostic
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-03-29Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic
2014-01-09Avoid unpacking the key cell multiple times when returning key/valueKeith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-10Avoid bouncing the session cursor count between zero and one when searching a...Michael Cahill
2013-11-15Move the cache full check to cursor enter, when there are no cursors positioned.Michael Cahill
2013-11-15Read-only workloads need a cache full check.Michael Cahill
2013-11-08Don't block the oldest reader in the system forever. Try harder to evict whe...Michael Cahill
2013-10-18There's magic code to handle overflow records that have been deleted butKeith Bostic
2013-10-05Comment: explain why we copy the prefix before growing the buffer.Michael Cahill
2013-10-05Fix a bug scanning through a memory-mapped file with overflow items (which is...Michael Cahill
2013-10-04minor cleanup, only assign to kb.{data,size} once.Keith Bostic
2013-10-05Always cache the last key returned for use in scans. Otherwise, we can do hu...Michael Cahill
2013-09-12Fix a bug where a read-uncommitted scan was keeping the oldest transaction IDMichael Cahill
2013-08-24The cursor's write-generation value is no longer used, it's only set andKeith Bostic
2013-07-30Wrap the btree cursor operations with code that saves/restores the cursorKeith Bostic
2013-07-20We do data copies to the return WT_ITEM inside of __wt_row_leaf_key_copy()Keith Bostic
2013-07-20Clarify a comment, no other change.Keith Bostic
2013-07-19Change "short" data items from 127B or less to be 63B or less, and use theKeith Bostic
2013-07-13__wt_row_key_copy is only called on row-store leaf pages -- make thatKeith Bostic
2013-07-13Turn off Huffman encoding for keys on row-store internal pages.Keith Bostic
2013-07-13Remove support for prefix-compression on row-store internal pages.Keith Bostic
2013-05-15typoMichael Cahill
2013-05-15Fix ordering of application eviction so a session's read-committed transactio...Michael Cahill
2013-04-23Only evict a single page from __cursor_leave to avoid latency spikes.Alex Gorrod
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-22Fix retry logic in autocommit transactions, check for errors from __wt_cache_...Michael Cahill
2013-03-22Move the cache full check for autocommit transactions out of the rollback pat...Michael Cahill
2013-03-02Attempt to avoid test/format getting stuck: check if the cache is full beforeMichael Cahill
2013-03-01Fix a fat-fingered change: we always need to release our snapshot when the la...Michael Cahill
2013-02-18Don't check if the cache is full when resetting a cursor if a transaction is ...Michael Cahill
2013-02-06Remove support for the no-cache configuration, revert back to maintainingKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-19Don't clear the cursor APP flags until the key or value is update. Otherwise...Michael Cahill
2012-12-19whitespaceMichael Cahill
2012-12-19Feedback from Keith's review of the change to track whether cursors are point...Michael Cahill
2012-12-17Track when cursors refer to memory returned by WiredTiger, copy it if require...Michael Cahill
2012-12-12We have a panic function: make a failure to clear a hazard pointerKeith Bostic
2012-10-11The __wt_cell_unpack_copy function copies the key/value sometimes butKeith Bostic
2012-10-10imported patch cache-check-on-exitMichael Cahill
2012-09-28Merge branch 'develop' into data-handlesMichael Cahill
2012-09-28whitespaceKeith Bostic
2012-09-28Clear the cursor position in next, prev and reset, now that we no longer clea...Michael Cahill
2012-09-28Confirm that we can retry a deadlocked transaction with the same key/value pairMichael Cahill
2012-09-27Propagate eviction failures out to __wt_page_in_func:Michael Cahill
2012-09-27Merge branch 'develop' into data-handlesMichael Cahill
2012-09-18Replace session->btree with a data handle.Michael Cahill
2012-09-17Add partial support for no-cache files -- this works with two caveats:Keith Bostic