summaryrefslogtreecommitdiff
path: root/src/cursor/cur_std.c
AgeCommit message (Expand)Author
2014-09-25Merge branch 'develop' into json-loadDon Anderson
2014-09-23Code cleanup per agorrod's review, including putting JSON load utilityDon Anderson
2014-09-19Merge branch 'develop' into json-loadAlex Gorrod
2014-09-18Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod
2014-09-16KNFKeith Bostic
2014-09-16__wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic
2014-08-06Add JSON loading to cursors and wt load utility. refs #740.Don Anderson
2014-08-01Coverity CID 1229478Keith Bostic
2014-07-28Copy the va args for packing the value. #1106Susan LoVerso
2014-07-14Add a WT_STREQ macro for fast constant string equality checking.Michael Cahill
2014-07-12Apparently, WT_CURSOR_RAW_OK is a lot more subtle than I realized --Keith Bostic
2014-07-12Inline strcmp calls in the standard cursor functions, clang, at least onKeith Bostic
2014-06-27I can never remember which version of API_END has the return call andKeith Bostic
2014-05-27Check dump cursor for JSON flag early in the call stack #1031Susan LoVerso
2014-05-22Allow dump on index cursors.Susan LoVerso
2014-05-21Wrap json cursors as a type of dump cursor.Susan LoVerso
2014-05-08Merge branch 'develop' into json-dumpMichael Cahill
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-23Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-23Merge branch 'develop' into json-dumpMichael Cahill
2014-04-23Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill
2014-04-17cleanup, move config values into dist/api_data.pyMichael Cahill
2014-04-15Fixed assertion for JSON. refs #740.Don Anderson
2014-04-15Use dump=json as config option for json cursor.Don Anderson
2014-04-09Add 'json' config option to cursor, to create JSON output.Don Anderson
2014-04-09Use an underlying cursor for async op keys/values.Susan LoVerso
2014-04-09Revert "Begin some refactoring of cursor key/value manipulation."Susan LoVerso
2014-04-09Revert "More key/value refactoring."Susan LoVerso
2014-04-08More key/value refactoring.Susan LoVerso
2014-04-08Begin some refactoring of cursor key/value manipulation.Susan LoVerso
2014-04-07Minor fixes for metadata cursors.Michael Cahill
2014-03-17Further implementation of metadata cursors.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-23Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic
2013-12-20Remove most uses of WT_STORE_SIZE, it was primarily used to convertKeith Bostic
2013-12-04Add a fast path for getting bitmap values from a cursor.Michael Cahill
2013-12-03Fix __wt_cursor_close so it can decrement the data handle cursor count statis...Michael Cahill
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-10-24Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-08-09Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-08-08Move data source truncate method into WT_DATA_SOURCE.Michael Cahill
2013-08-05Merge branch 'develop' into fine-grained-durabilityMichael 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-01Do the comparison before the remove, merging #611 makes keys unavailableKeith Bostic
2013-08-01Merge branch 'develop' into memrataKeith Bostic
2013-07-30Wrap the btree cursor operations with code that saves/restores the cursorKeith Bostic