summaryrefslogtreecommitdiff
path: root/src/include/cursor.i
Commit message (Expand)AuthorAgeFilesLines
* WT-2316: WT_CURSOR.prev out-of-order returns, fix a split race.Keith Bostic2016-01-111-1/+5
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Fix a few comments around cursor in-use count support.Keith Bostic2015-11-271-2/+2
* WT-2243 Only clear btree cursor flags associated with position.Michael Cahill2015-11-261-5/+1
* WT-2243 Don't keep transaction IDs pinned for reading from checkpoints.Michael Cahill2015-11-261-3/+11
* WT-1315. Changed names of macros and inline functions to be more clearDon Anderson2015-11-101-4/+4
* WT-1315. Added support for join cursors:Don Anderson2015-11-031-0/+64
* Boolean conversion pass for include.Keith Bostic2015-09-241-1/+1
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-2/+2
* Review WiredTiger code base for places where "recno" is set to 0 orKeith Bostic2015-08-261-1/+1
* Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-2/+2
* WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-2/+2
* Clear the cursor insert stack on every operation.Michael Cahill2015-08-051-0/+6
* Split __wt_cache_full_check into two parts, a set of inline checks andKeith Bostic2015-06-081-1/+1
* Merge __wt_eviction_check, __wt_cache_full_check and __wt_cache_waitKeith Bostic2015-06-051-1/+1
* Always clear the cursor's page reference after releasing the page,Keith Bostic2015-05-221-5/+9
* A WT_CURSOR.next operation followed by a WT_CURSOR.search has the sameKeith Bostic2015-04-151-8/+9
* When row-search builds keys during leaf-page search, the last key builtKeith Bostic2015-04-141-9/+8
* Fix read-uncommitted cache checks: look at whether a transaction ID is pinned...Michael Cahill2015-03-091-10/+2
* CID 44223: __cursor_leave() can't return an error, which meansKeith Bostic2015-02-111-4/+2
* whitespaceMichael Cahill2015-02-041-2/+2
* Take more care to clear dhandle->timeofdeath: we sometimes seem to be sweepin...Michael Cahill2015-02-041-1/+4
* Defer the cache full check from begin_transaction until the first operation t...Michael Cahill2015-01-141-0/+12
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Sweep old handles more aggressively:Michael Cahill2014-12-091-0/+32
* Check whether to evict pages with many deletes where:Michael Cahill2014-12-081-0/+9
* Release snapshots on transaction commit, check if a new snapshot is required ...Michael Cahill2014-10-291-4/+2
* Add flags to page release, respect WT_READ_NO_GEN to avoid forced eviction.Michael Cahill2014-08-131-1/+1
* Clean up __cursor_pos_clear: only clear the fields we need to clear andKeith Bostic2014-07-171-12/+12
* Rename __cursor_search_clear __cursor_pos_clear; it's the code thatKeith Bostic2014-07-171-14/+13
* Encode the location/length of simple values in the WT_ROW pointer, alongKeith Bostic2014-07-071-9/+11
* Merge pull request #1090 from wiredtiger/onpage-cellMichael Cahill2014-07-021-67/+56
|\
| * Minor code shuffling to simplify setup.Keith Bostic2014-07-011-7/+5
| * Convert row-store fast on-page key processing from per-page to per key.Keith Bostic2014-06-301-63/+54
* | Merge branch 'develop' into split-memory-managementMichael Cahill2014-06-251-8/+10
|\ \ | |/
| * Merge branch 'develop' into avoid-cell-unpackKeith Bostic2014-06-181-1/+6
| |\
| * | Experimental change to avoid unpacking cells in order to accessKeith Bostic2014-05-301-8/+10
* | | Free memory more aggressively after splits. Keep the list of allocated objec...Michael Cahill2014-06-201-1/+0
| |/ |/|
* | Fixes for WT_INSERT objects with invisible WT_UPDATE objects. ForKeith Bostic2014-06-141-1/+6
|/
* Change __wt_buf_grrow_worker to copy non-local data into place, thisKeith Bostic2014-04-291-19/+11
* Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic2014-04-281-3/+3
* Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic2014-03-291-5/+6
* Avoid unpacking the key cell multiple times when returning key/valueKeith Bostic2014-01-091-4/+13
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Avoid bouncing the session cursor count between zero and one when searching a...Michael Cahill2013-12-101-37/+58
* Move the cache full check to cursor enter, when there are no cursors positioned.Michael Cahill2013-11-151-9/+11
* Read-only workloads need a cache full check.Michael Cahill2013-11-151-4/+2
* Don't block the oldest reader in the system forever. Try harder to evict whe...Michael Cahill2013-11-081-1/+1
* There's magic code to handle overflow records that have been deleted butKeith Bostic2013-10-181-2/+1
* Comment: explain why we copy the prefix before growing the buffer.Michael Cahill2013-10-051-8/+13