summaryrefslogtreecommitdiff
path: root/src/cursor/cur_std.c
Commit message (Expand)AuthorAgeFilesLines
...
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-4/+2
* Check dump cursor for JSON flag early in the call stack #1031Susan LoVerso2014-05-271-9/+0
* Allow dump on index cursors.Susan LoVerso2014-05-221-3/+8
* Wrap json cursors as a type of dump cursor.Susan LoVerso2014-05-211-63/+13
* Merge branch 'develop' into json-dumpMichael Cahill2014-05-081-14/+58
|\
| * Merge branch 'develop' into metadata-cursorsAlex Gorrod2014-05-061-9/+30
| |\
| | * Merge branch 'develop' into asyncSusan LoVerso2014-04-291-4/+4
| | |\
| | * | Use an underlying cursor for async op keys/values.Susan LoVerso2014-04-091-9/+30
| | * | Revert "Begin some refactoring of cursor key/value manipulation."Susan LoVerso2014-04-091-22/+271
| | * | Revert "More key/value refactoring."Susan LoVerso2014-04-091-7/+1
| | * | More key/value refactoring.Susan LoVerso2014-04-081-1/+7
| | * | Begin some refactoring of cursor key/value manipulation.Susan LoVerso2014-04-081-271/+22
| * | | Merge branch 'develop' into metadata-cursorsMichael Cahill2014-04-231-4/+4
| |\ \ \ | | | |/ | | |/|
| * | | Minor fixes for metadata cursors.Michael Cahill2014-04-071-1/+1
| * | | Further implementation of metadata cursors.Alex Gorrod2014-03-171-0/+25
| | |/ | |/|
* | | Merge branch 'develop' into json-dumpMichael Cahill2014-04-231-4/+4
|\ \ \ | | |/ | |/|
| * | Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill2014-04-231-4/+4
| |/
* | cleanup, move config values into dist/api_data.pyMichael Cahill2014-04-171-1/+1
* | Fixed assertion for JSON. refs #740.Don Anderson2014-04-151-6/+6
* | Use dump=json as config option for json cursor.Don Anderson2014-04-151-14/+15
* | Add 'json' config option to cursor, to create JSON output.Don Anderson2014-04-091-5/+67
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-231-1/+1
* Remove most uses of WT_STORE_SIZE, it was primarily used to convertKeith Bostic2013-12-201-2/+2
* Add a fast path for getting bitmap values from a cursor.Michael Cahill2013-12-041-2/+5
* Fix __wt_cursor_close so it can decrement the data handle cursor count statis...Michael Cahill2013-12-031-4/+1
* Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-1/+1
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-241-4/+4
|\
| * API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-4/+4
| * Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-4/+4
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-091-25/+20
|\ \ | |/
| * Move data source truncate method into WT_DATA_SOURCE.Michael Cahill2013-08-081-36/+0
| * Merge branch 'develop' into memrataKeith Bostic2013-08-021-4/+4
| |\
| * | Do the comparison before the remove, merging #611 makes keys unavailableKeith Bostic2013-08-011-1/+1
| * | Merge branch 'develop' into memrataKeith Bostic2013-08-011-3/+9
| |\ \
| * | | Back out parts of the changes for 3c48d71c7f and b132281c11 weren'tKeith Bostic2013-07-261-16/+9
| * | | Part of the last change ("Copy the key out of the cursor we're duplicating,Keith Bostic2013-07-251-25/+18
| * | | Add data-sources to the list of URIs for which we can duplicate cursors.Keith Bostic2013-07-251-0/+12
| * | | Smash the cursor structure when we discard it (in diagnostic mode)..Keith Bostic2013-07-251-1/+1
| * | | Add support for data-source cursor-range truncation. It's messy becauseKeith Bostic2013-07-241-0/+33
* | | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-051-7/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Rename cursor flags KEY/VALUE_INT/EXT to clarify that they track whether the ...Michael Cahill2013-08-021-4/+4
| | |/ | |/|
| * | Wrap the btree cursor operations with code that saves/restores the cursorKeith Bostic2013-07-301-3/+9
| |/
* | Add support for recovery of remove operations and column stores.Michael Cahill2013-07-261-0/+38
|/
* cursor/cur_std.c: In function ‘__cursor_runtime_config’:Keith Bostic2013-06-181-1/+0
* Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill2013-06-181-12/+9
* Add support for open-cursor count statistics in both the connection andKeith Bostic2013-04-281-1/+7
* Back out commit 06172ba931d518828c2290d943e91fd1ba8e10ab.Keith Bostic2013-04-031-4/+0
* Make it an error to set a key in a cursor configured for "append".Keith Bostic2013-04-031-0/+4
* There's no way to reconfigure a cursor at run-time in the current system;Keith Bostic2013-04-031-0/+7