summaryrefslogtreecommitdiff
path: root/src/btree/bt_curprev.c
Commit message (Expand)AuthorAgeFilesLines
* Don't do an append test regardless if searching the tree, but moreKeith Bostic2014-05-081-1/+1
* Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic2014-03-291-29/+35
* Merge branch 'develop' into new-splitKeith Bostic2014-03-051-4/+4
|\
| * Fix a warning from using a variable called "truncate":Michael Cahill2014-03-051-2/+2
| * [mq]: evict-walk-reviewMichael Cahill2014-03-051-4/+4
* | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.Keith Bostic2014-02-241-6/+6
* | Add pu_xxx_field #defines for the rest of the page-union fields.Keith Bostic2014-02-051-3/+3
* | Add a new level of indirection on internal pages so there's a way toKeith Bostic2014-02-051-6/+6
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Make __cursor_fix_next, __cursor_fix_prev match, I left them differentKeith Bostic2013-11-151-7/+4
* Coverity: structurally dead code (UNREACHABLE) unreachable: Since theKeith Bostic2013-11-151-23/+19
* Merge branch 'develop' into statistics-splitKeith Bostic2013-10-211-19/+4
|\
| * There's magic code to handle overflow records that have been deleted butKeith Bostic2013-10-181-19/+4
* | API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-2/+2
* | Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-2/+2
|/
* The cursor's write-generation value is no longer used, it's only set andKeith Bostic2013-08-241-15/+0
* Wrap the btree cursor operations with code that saves/restores the cursorKeith Bostic2013-07-301-2/+2
* Change "short" data items from 127B or less to be 63B or less, and use theKeith Bostic2013-07-191-1/+1
* Turn off Huffman encoding for keys on row-store internal pages.Keith Bostic2013-07-131-2/+2
* Remove support for prefix-compression on row-store internal pages.Keith Bostic2013-07-131-1/+1
* Add a connection-level statistic for btree cursor ops and an LSMKeith Bostic2013-04-231-0/+2
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-7/+6
|\
| * Configure the walk routine to not return internal pages (we addedKeith Bostic2013-02-281-7/+6
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-19/+29
|\ \ | |/
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
| * We have a panic function: make a failure to clear a hazard pointerKeith Bostic2012-12-121-2/+2
| * Push further down the "data-source" path: rename WT_BSTAT_XXX toKeith Bostic2012-12-061-1/+1
| * Review the statistics: rename the statistics names for consistency andKeith Bostic2012-12-051-1/+1
| * Don't automatically fail inserts if the write generation check fails: compare...Michael Cahill2012-11-161-2/+6
| * The __wt_cell_unpack_copy function copies the key/value sometimes butKeith Bostic2012-10-111-27/+16
| * Correctly handle errors other than WT_RESTART from __wt_cell_unpack_copy().Keith Bostic2012-10-111-2/+3
| * Support for deleting overflow values in variable-length column-stores.Keith Bostic2012-10-071-2/+16
| * Add consistent restart handling to all of the cursor functions, whetherKeith Bostic2012-09-301-2/+4
* | Merge branch 'develop' into data-handlesMichael Cahill2012-09-281-0/+1
|\ \ | |/
| * Clear the cursor position in next, prev and reset, now that we no longer clea...Michael Cahill2012-09-281-0/+1
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-2/+2
|/
* Another fixed-length column-store implicit record fix: if the earliestKeith Bostic2012-08-271-6/+32
* Another run at fixed-length column-store recno tracking.Keith Bostic2012-08-271-4/+14
* I went the wrong way: it's going to be too painful to reset the underlyingKeith Bostic2012-08-261-1/+1
* If we do a search on a fixed-length object, and land on an implicitKeith Bostic2012-08-261-1/+1
* Now that we're using the cursor routines to set up for deletion,Keith Bostic2012-08-231-4/+9
* Now that we're using cursor search to modify records (session.truncate),Keith Bostic2012-08-231-5/+7
* Merge branch 'develop' into truncateKeith Bostic2012-08-221-1/+1
|\
| * When returning a row, only use visible WT_UPDATEs.Michael Cahill2012-08-221-1/+1
* | Flip the tree-walk default operation from "prev" to "next", allKeith Bostic2012-08-191-1/+1
* | Next set of changes for fast-truncate: the ability to delete leaf pagesKeith Bostic2012-08-191-4/+9
|/
* Update the "column stores are non-transactional" comments in next/prevKeith Bostic2012-08-091-3/+5
* Next set of changes for #247, fast-path session.truncate. The focus of thisKeith Bostic2012-07-241-29/+43
* Add WT_CURSOR_BTREE.row_iteration_slot and change the row-store cursorKeith Bostic2012-07-201-7/+8
* __wt_search_insert() calls the application's collation routine, whichKeith Bostic2012-07-141-6/+7