summaryrefslogtreecommitdiff
path: root/src/include/cursor.h
AgeCommit message (Expand)Author
2014-09-18Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod
2014-08-15Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill
2014-07-31Make step-mode cursors the only log cursor type. #1106Susan LoVerso
2014-07-30Merge branch 'develop' into log-cursorSusan LoVerso
2014-07-29Merge branch 'develop' into log-cursorSusan LoVerso
2014-07-29Return real operation key/value information in step cursor. #1106Susan LoVerso
2014-07-28Merge the mid-level of the bulk code into the cursor level.Keith Bostic
2014-07-28Rename iterator->step. Remove txnid from key. #1106Susan LoVerso
2014-07-28Delete the bulk cursor's WT_BC_SKIP_SORT_CHECK flag, it's not needed.Keith Bostic
2014-07-25Add a cursor operation to skip the in-order key check in a row-store,Keith Bostic
2014-07-25Fix comment alignment.Keith Bostic
2014-07-23Make copy of log record for all log records. #1106.Susan LoVerso
2014-07-23Add iterator config type to log cursors. #1106Susan LoVerso
2014-07-21Merge branch 'develop' into log-cursorSusan LoVerso
2014-07-20Do tree-append tracking in the cursor instead of in the btree handle.Keith Bostic
2014-07-15Merge branch 'develop' into log-cursorSusan LoVerso
2014-07-15Add log cursors. #1106Susan LoVerso
2014-07-14Add a WT_STREQ macro for fast constant string equality checking.Michael Cahill
2014-06-25Change from using separate fields to define stat states to flags.Alex Gorrod
2014-06-16Add a new field to the WT_CURSOR_BTREE structure so we can pass back aKeith Bostic
2014-06-12Fix a couple of comments: the search functions no longer return writeKeith Bostic
2014-05-23Allow the metadata to be dumped, use "metadata:" consistently as the public U...Michael Cahill
2014-05-21Wrap json cursors as a type of dump cursor.Susan LoVerso
2014-05-08Merge branch 'develop' into json-dumpMichael Cahill
2014-05-07Tidy up related to metadata cursors.Alex Gorrod
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-05-02We're using in-cursor storage for our search keys, return a referenceKeith Bostic
2014-04-26Use per-cursor temporary memory to hold search keys during binary searchKeith Bostic
2014-04-09Add 'json' config option to cursor, to create JSON output.Don Anderson
2014-04-07Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-03-29Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic
2014-03-17Further implementation of metadata cursors.Alex Gorrod
2014-03-14Update the metadata cursor implementation.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-20Merge pull request #485 from wiredtiger/java-auto-close2Alex Gorrod
2013-11-19Give statistics' integer IDs separate namespaces.Keith Bostic
2013-11-18Add static initializer for WT_CURSOR.lang_private. refs #485.Don Anderson
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-12Quit allocating the statistics cursor's stat structures separately fromKeith Bostic
2013-10-12A different approach to aggregating checkpoint handle statistics; whenKeith Bostic
2013-10-11The stat "clear" function isn't correct for initialization because itKeith Bostic
2013-08-24The cursor's write-generation value is no longer used, it's only set andKeith Bostic
2013-08-20Fix logic in WT_CURSOR_NEEDVALUE: only copy values if they are not already in...Michael Cahill
2013-08-08Move data source truncate method into WT_DATA_SOURCE.Michael Cahill
2013-08-02Merge branch 'develop' into memrataKeith Bostic
2013-08-02Rename cursor flags KEY/VALUE_INT/EXT to clarify that they track whether the ...Michael Cahill
2013-08-01Revert to switching to the APP flags when making a copy of the key/value. Th...Michael Cahill
2013-08-01Merge branch 'develop' into memrataKeith Bostic
2013-07-31Restore the copy of the key/value as part of entering the API: the reason isKeith Bostic
2013-07-30Wrap the btree cursor operations with code that saves/restores the cursorKeith Bostic