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