summaryrefslogtreecommitdiff
path: root/src/include/cursor.i
Commit message (Expand)AuthorAgeFilesLines
* WT-3281 stress test sanitizer failure (#3387)Keith Bostic2017-04-191-15/+35
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-24/+94
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-241-19/+6
* WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-141-24/+11
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-1/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+2
* WT-2730 Btree can incorrectly match key slots on new pages (#2848)Keith Bostic2016-07-061-2/+0
* WT-2730 column-store incorrectly matches key slots on new pages (#2847)Keith Bostic2016-07-041-1/+0
* WT-2665 Limit allocator fragmentation in WiredTiger (#2842)Keith Bostic2016-07-011-2/+2
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-1/+1
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-1/+1
* 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
| |/ |/|