summaryrefslogtreecommitdiff
path: root/src/include/cursor.h
AgeCommit message (Expand)Author
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-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
2013-07-26Back out parts of the changes for 3c48d71c7f and b132281c11 weren'tKeith Bostic
2013-07-25Part of the last change ("Copy the key out of the cursor we're duplicating,Keith Bostic
2013-07-24Don't collapse the configuration strings before saving a copy for theKeith Bostic
2013-07-24Add support for data-source cursor-range truncation. It's messy becauseKeith Bostic
2013-07-23Write a WT_CURSOR.compare method for data-source cursors; this requiresKeith Bostic
2013-07-23Open table indices using the same configuration as was used to open theKeith Bostic
2013-07-09Replace the cursor commit/rollback functions with an extension API thatKeith Bostic
2013-07-05Create a WT_CURSOR_DATA_SOURCE structure so data-source cursors (almost)Keith Bostic
2013-07-04More transactional code for the Memrata device.Keith Bostic
2013-05-30Change hot-backup to acquire a handle on each underlying file object to ensureKeith Bostic
2013-05-27Update backup to use __wt_schema_worker. Stop LSM drops during backups.Alex Gorrod
2013-05-01Add WT_CURSOR_STATS to return a reference to a statistic cursor's stats,Keith Bostic
2013-04-05Declare the static cursor intialization code const, push it into textKeith Bostic
2013-04-03First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-01-08Create a #define that initializes a static WT_CURSOR and use it.Keith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-17Track when cursors refer to memory returned by WiredTiger, copy it if require...Michael Cahill
2012-12-04Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill
2012-11-16Don't automatically fail inserts if the write generation check fails: compare...Michael Cahill
2012-10-18Apply operations to column group and index data sources.Michael Cahill
2012-10-09Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill
2012-10-09After an auto-commit transaction, where the cursor may be reused, we need to ...Michael Cahill
2012-10-05Kludge to force-feed a bitmap into a bulk load.Michael Cahill
2012-10-03Add a fast path for setting fixed-length column store values.Michael Cahill