summaryrefslogtreecommitdiff
path: root/src/cursor/cur_metadata.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-0/+1
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-1/+0
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-0/+1
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-2/+3
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-2/+2
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-1/+4
* WT-2840 clang analysis: garbage values (#2963)Keith Bostic2016-08-161-1/+2
* WT-2839 lint: Ignoring return value of function (#2962)Keith Bostic2016-08-151-11/+10
* WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson2016-08-151-58/+100
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-5/+6
* WT-2381: dump utility discards table configKeith Bostic2016-03-101-7/+9
* WT-2381: dump utility discards table configKeith Bostic2016-03-081-4/+52
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-16/+16
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-071-4/+17
|\
| * WT-2170 Application metadata cursors expect read-uncommitted semantics.Michael Cahill2015-10-301-4/+17
* | WT-2073: review comments, rename __wt_metadata_cursor toKeith Bostic2015-10-201-1/+1
* | WT-2073, document we're not using the cached session metadata cursorKeith Bostic2015-10-201-1/+5
|/
* WT-1980 Bug fix: return ordinary metadata cursor values.Michael Cahill2015-07-141-2/+2
* Implement @agorrod's review feedbackMichael Cahill2015-07-131-1/+2
* WT-1980 Rename data source for WT_SESSION::create metadata to "metadata:create".Michael Cahill2015-07-131-5/+5
* SERVER-19083 Provide an API to query metadata meaningful to WT_SESSION::create.Michael Cahill2015-07-081-20/+54
* Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-221-1/+1
* For now, just rename the WiredTiger function __wt_cursor_equals to beKeith Bostic2015-01-171-1/+1
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-2/+12
|\
| * Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-3/+3
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-0/+1
| |\
| * | Now that you can reconfigure cursors, configuring a cursor read-onlyKeith Bostic2014-12-221-1/+4
| * | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-2/+4
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-3/+10
* | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+1
* | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
| |_|/ |/| |
* | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
| |/ |/|
* | If standard cursor configuration (__wt_cursor_init) fails opening aKeith Bostic2014-12-151-1/+3
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* | Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-1/+1
|/
* Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
* __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-4/+4
* KNFKeith Bostic2014-08-281-5/+3
* Fix a comment.Keith Bostic2014-08-231-1/+1
* Fix error handling in metadata cursor. [#1094]Alex Gorrod2014-07-031-2/+1
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-20/+10
* Change WT_METADATA_URI to "metadata:".Michael Cahill2014-05-231-6/+5
* Allow the metadata to be dumped, use "metadata:" consistently as the public U...Michael Cahill2014-05-231-12/+15
* Switch the order of arguments to WT_STRING_MATCH, then no cast is needed.Keith Bostic2014-05-221-2/+2
* Change WT_STRING_MATCH to cast its argument before doing pointerKeith Bostic2014-05-221-1/+1
* Coverity #1212124 Resource leak.Keith Bostic2014-05-091-4/+9
* __wt_buf_set() can fail, wrap NEEDKEY/NEEDVALUE calls to it in WT_ERR.Keith Bostic2014-05-071-12/+11
* Minor cleanup: whitespace and comment.Michael Cahill2014-05-071-2/+2