summaryrefslogtreecommitdiff
path: root/src/utilities
Commit message (Expand)AuthorAgeFilesLines
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-182-31/+33
* session.drop no longer deletes snapshots, remove support for the -s optionKeith Bostic2012-06-181-25/+4
* Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-164-4/+30
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-158-10/+10
* Rename all metadata functions to start with "__wt_meta".Michael Cahill2012-05-092-4/+4
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-071-4/+5
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-6/+4
* With the change to move the WiredTiger metadata configuration into theKeith Bostic2012-05-031-2/+21
* __wt_snapshot_list_get() takes a uri now, not a file name.Keith Bostic2012-05-031-5/+0
* Minor stylistic cleanup.Keith Bostic2012-05-031-3/+2
* Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic2012-05-031-24/+28
* use WT_DECL_RET.Keith Bostic2012-05-021-1/+2
* Add command line support to drop a snapshot.Keith Bostic2012-05-021-5/+30
* We were inconsistent in handling file/snapshot naming in the snapshotKeith Bostic2012-05-021-13/+28
* Switch naming of "schema file/table" to metadata file.Michael Cahill2012-04-273-43/+43
* Move all code dealing with the metadata table into meta/*.cMichael Cahill2012-04-271-2/+2
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-2615-38/+45
* whitespace/KNFKeith Bostic2012-04-231-4/+4
* Store the bytes required by each snapshot in the file's snapshotKeith Bostic2012-04-231-11/+17
* Merge branch 'develop' into snapshotKeith Bostic2012-04-161-12/+17
|\
| * All dump configuration should be valid for WT_SESSION->create.Michael Cahill2012-04-161-12/+17
* | Merge branch 'develop' into snapshotKeith Bostic2012-04-101-10/+12
|\ \ | |/
| * Don't worry about session.create for the table URI, only the individual fileKeith Bostic2012-04-101-10/+12
* | Merge branch 'develop' into snapshotKeith Bostic2012-04-101-14/+34
|\ \ | |/
| * The dump utility should only output configuration that can be passed toKeith Bostic2012-04-101-14/+34
* | Link up the API layer with named snapshots:Keith Bostic2012-04-091-6/+24
* | Add support for the -s (snapshot) and -v (everything) options to theKeith Bostic2012-04-031-11/+100
|/
* Typo in usage method for "wt write".Michael Cahill2012-03-281-1/+1
* WT_NOTFOUND is only returned by a cursor function that can't find aKeith Bostic2012-02-081-2/+2
* Have utilities work on more types of objects (e.g., "wt create colgroup:...").Michael Cahill2012-02-025-10/+29
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-023-3/+3
* More copyright cleanup.Keith Bostic2012-02-011-1/+1
* Fix uninitialized warnings with GCC 4.2.Michael Cahill2012-01-311-0/+3
* Make running "wt list" in an empty directory output nothing rather than failing.Michael Cahill2012-01-241-0/+7
* Update copyright notices to 2012.Keith Bostic2012-01-2221-61/+61
* We include the internal wiredtiger include file, we don't need anythingKeith Bostic2012-01-191-8/+0
* Rework statistics cursors (issue #135).Keith Bostic2012-01-191-44/+15
* WiredTiger includes must come before system includes. Otherwise off_t may no...Michael Cahill2012-01-191-2/+2
* Build out the SESSION->rename method, add the wt utility rename command.Keith Bostic2012-01-033-0/+66
* Add the SESSION->upgrade method.Keith Bostic2012-01-013-0/+69
* Move root addresses into the schema file and add support for theKeith Bostic2011-12-213-6/+4
* Add the wt write command.Keith Bostic2011-11-035-38/+158
* Don't pass a boolean to a function.Keith Bostic2011-11-031-1/+1
* Add the "wt list" command.Keith Bostic2011-10-274-8/+94
* Some systems don't configure 64-bit MIN/MAX #defines by default.Keith Bostic2011-10-222-10/+4
* Change load to call __wt_config_concat on the lists of configurationKeith Bostic2011-10-221-22/+32
* No reason to have almost all the #includes in util.h, but include wiredtiger.hKeith Bostic2011-10-1917-16/+2
* Add a copyright notice & command to the wt utility.Keith Bostic2011-10-193-0/+49
* Stop overloading the "overwrite" flag for column-store by adding theKeith Bostic2011-10-192-4/+17
* Add a "wt read" command.Keith Bostic2011-10-172-0/+138