summaryrefslogtreecommitdiff
path: root/src/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update the version labelMichael Cahill2015-11-191-1/+1
|
* Bump the WiredTiger version to 2.7.0 in preparation for a new release.Michael Cahill2015-11-191-2/+2
|
* Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-181-0/+7
|\ | | | | | | Also fix some type conversion warnings.
| * WT-2182: Add upgrading documentation re: statistics changeAlex Gorrod2015-11-171-0/+7
| |
* | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-172-15/+36
|\ \ | |/
| * Merge pull request #2293 from wiredtiger/cusors-ops-wordingKeith Bostic2015-11-162-15/+36
| |\ | | | | | | WT-2217: change WT_CURSOR.insert to clear "set" key/value on return
| | * WT-2217: change WT_CURSOR.insert to clear "set" key/value on succesfulKeith Bostic2015-11-152-16/+29
| | | | | | | | | | | | return.
| | * Wording changes to clarify when applications can discard memory passedKeith Bostic2015-11-061-14/+22
| | | | | | | | | | | | to set-key/set-value.
* | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-101-4/+15
|\ \ \ | |/ /
| * | WT-2200 Change WiredTiger caching strategy on WindowsMark Benvenuto2015-11-051-4/+15
| |/
* | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-041-0/+2
|\ \ | |/
| * Make new in-memory only error return undocumented.Alex Gorrod2015-10-301-3/+0
| |
| * WT-2178 When running in memory return an error if an operation wouldAlex Gorrod2015-10-221-0/+3
| | | | | | | | | | | | | | | | | | cause the cache size to be exceeded. This introduces a new WiredTiger error return code. This captures operations at the cursor boundary - that may be insufficient, it could be safer to catch this when allocating update structures. That check would lead to more complex internal error handling.
| * Update auto generated documentation.Alex Gorrod2015-10-201-0/+2
| |
* | WT-1315. Added doc for join cursors, including java doc.Don Anderson2015-11-035-0/+28
|/
* WT-2104 Update doc to mention transaction_sync method.Susan LoVerso2015-09-171-1/+4
|
* WT-2104 Write up commit and log_flush options.Susan LoVerso2015-09-162-5/+37
| | | | Also add large default value for transaction_sync.
* SERVER-20385: the original use case of WT_CURSOR.next(random) was toKeith Bostic2015-09-151-5/+0
| | | | | | | | | | | | | | | | return a point in the tree for splitting the tree, and for that reason, once we found a random page, we always returned the first key on that page in order to make the split easy. In MongoDB: first, $sample de-duplicates the keys WiredTiger returns, that is, it ignores keys it's already returned; second, $sample allows you to set the sample size. If you specify a sample size greater than the number of leaf pages in the table, the de-duplication code catches us because we can't return more unique keys than the number of leaf pages in the table. Remove the code that returns the first key of the page, always return as a random a key as we can.
* Minor cleanup of documentation changes.Michael Cahill2015-08-201-9/+6
|
* SERVER-18356 - Update documentationDavid Hows2015-08-191-0/+12
|
* WT-2032: WT_CURSOR.next configured with next_random=true, now works on treesKeith Bostic2015-08-061-10/+6
| | | | with just insert lists, update the documentation.
* Merge branch 'develop' into wtperf_truncateAlex Gorrod2015-07-222-4/+18
|\
| * Merge pull request #2049 from wiredtiger/config-cursorsMichael Cahill2015-07-132-4/+8
| |\ | | | | | | WT-1980 Provide an API to query metadata meaningful to WT_SESSION::create
| | * WT-1980 Rename data source for WT_SESSION::create metadata to "metadata:create".Michael Cahill2015-07-132-4/+8
| | |
| * | Don't talk about why eviction happens at all, it's not necessary here.Keith Bostic2015-07-081-11/+7
| | |
| * | WT-1988. Omitted eviction details from wording.Don Anderson2015-07-061-10/+4
| | |
| * | WT-1988. Added a doc subsection discussing the interation between cursors andDon Anderson2015-07-061-0/+20
| |/ | | | | | | eviction, and the need for using WT_CURSOR::reset.
* | Add the wtperf.dox file into commitDavid Hows2015-06-301-2/+2
|/
* Doc updates for sync on begin_transaction should be commit_transaction.Susan LoVerso2015-06-241-3/+3
|
* Add Named Snapshots to the "Advanced topics" listKeith Bostic2015-06-191-2/+3
| | | | | Move durability topics next to each other on the list Move log cursors to the end
* Add an upgrading note for the new WT_SESSION.verify strict configuration.Keith Bostic2015-06-081-0/+18
|
* Bump to 2.6.1 releaseAlex Gorrod2015-06-041-3/+3
|
* Editing of changelog.Alex Gorrod2015-06-041-2/+3
|
* Add draft changelog for 2.6.1 release.Alex Gorrod2015-06-031-0/+11
|
* Merge branch 'develop' into partial-loggingMichael Cahill2015-05-281-0/+21
|\
| * Extend support for dropping named snapshots.Alex Gorrod2015-05-201-3/+3
| | | | | | | | Make it possible to drop all snapshots, and specifically named snapshots.
| * Split named snapshot API into separate begin and drop methods.Alex Gorrod2015-05-201-2/+3
| | | | | | | | In preparation for extending drop functionality.
| * Merge branch 'develop' into named-snapshotsAlex Gorrod2015-05-202-14/+25
| |\
| * \ Merge branch 'develop' into named-snapshotsMichael Cahill2015-05-1313-81/+301
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: dist/api_data.py src/config/config_def.c src/include/config.h src/txn/txn.c
| * | | Update documentation for WT_SESSION::snapshot API.Alex Gorrod2015-04-091-7/+7
| | | |
| * | | Remove files I accidentally added in merge.Alex Gorrod2015-04-092-2218/+0
| | | |
| * | | Merge branch 'develop' into named-snapshotsAlex Gorrod2015-04-092-0/+2218
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/config/config_def.c
| * | | | Add an initial implementation of named, in-memory snapshots. This ↵Michael Cahill2015-04-011-0/+20
| |/ / / | | | | | | | | | | | | implementation is mainly intended to flesh out the API. It won't cope well with very large numbers of active snapshots, ignores some misuses of the interface and doesn't deal at all with the problem of converting snapshots to on-disk checkpoints.
* | | | Initial changes for per-table logging.Susan LoVerso2015-05-211-0/+2
| |_|/ |/| |
* | | Bump release version to 2.6.1 on develop branch.Alex Gorrod2015-05-151-6/+6
| | |
* | | Shuffle upgrading doc and spelling updates.Alex Gorrod2015-05-151-12/+19
| | |
* | | Call out the format-breaking change with LZ4 in boldMichael Cahill2015-05-151-2/+2
| | |
* | | Start fixing up the upgrading documentation.Alex Gorrod2015-05-131-4/+8
| |/ |/|
* | Merge branch 'develop' into encryption-apiMichael Cahill2015-05-121-0/+8
|\ \ | | | | | | | | | | | | Conflicts: ext/compressors/lz4/lz4_compress.c
| * \ Merge branch 'develop' into lz4-compress-destsizeKeith Bostic2015-05-111-1/+2
| |\ \