summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Another try at portably getting the IFS setting we need.Michael Cahill2013-07-091-2/+4
* Make IFS more portable: don't export, set explicitly and move to where it is ...Michael Cahill2013-07-091-4/+1
* Insulate scripts from user settings of IFS.Michael Cahill2013-07-091-0/+4
* typoKeith Bostic2013-07-081-1/+1
* The 'transactional' keyword is gone, remove uses of theKeith Bostic2013-07-081-1/+0
* Remove the 'transactional' keyword, we're always transactional.Keith Bostic2013-07-081-3/+0
* Building on a 9.1 FreeBSD release.Keith Bostic2013-06-191-0/+8
* Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill2013-06-181-4/+7
* Force the release date to be updated when cutting a release.Michael Cahill2013-06-183-9/+40
* minor lint, cleanup the new docs.Keith Bostic2013-06-101-0/+3
* Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+1
* Fold some too-long lines.Keith Bostic2013-06-061-7/+8
* Merge pull request #568 from wiredtiger/64bit-txnidsKeith Bostic2013-06-061-1/+0
|\
| * Change transaction IDs to 64-bits, remove code that deals with wrapping.Michael Cahill2013-06-051-1/+0
* | Change the default compression configuration to "uncompressed",Keith Bostic2013-06-051-9/+7
* | Make the "source" key to WT_SESSION::create undocumented. There are problems...Michael Cahill2013-06-051-1/+1
|/
* Add examples to the WiredTiger extension methods for accessing theKeith Bostic2013-06-041-0/+2
* updateKeith Bostic2013-06-041-0/+2
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-041-1/+1
* Clean up spelling errors.Keith Bostic2013-06-031-0/+5
* Add a version flag to connection verbose configuration.Alex Gorrod2013-06-032-0/+2
* Fix the check for orphaned pages in the docs, minor cleanup.Michael Cahill2013-05-311-2/+3
* Create a more general-purpose block-manager preload call and pre-loadKeith Bostic2013-05-282-1/+1
* Merge branch 'develop' into warm-cache-compressKeith Bostic2013-05-285-16/+26
|\
| * Add an explicit enable setting to shared_cache configuration.Alex Gorrod2013-05-281-0/+3
| * Merge pull request #550 from wiredtiger/named-lsm-checkpointsMichael Cahill2013-05-231-3/+4
| |\
| | * LSM trees don't support named checkpoints: disallow attempts, addKeith Bostic2013-05-231-3/+4
| * | Change the default page allocation size from 512B to 4KB, change theKeith Bostic2013-05-231-3/+3
| |/
| * Update release doc packaging script.Alex Gorrod2013-05-201-2/+2
| * Relax the type configuration string checking, it can be any applicationKeith Bostic2013-05-161-3/+2
| * Fix a broken link in README.Michael Cahill2013-05-161-2/+2
| * Change file_extend syntax from file_extend=(type=[data,log],size=XXX)Keith Bostic2013-05-141-12/+5
| * Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-113-3/+17
* | Preload internal pages into file system cache with compression.Alex Gorrod2013-05-141-0/+1
|/
* Shorten long lines to 80 column max.Keith Bostic2013-05-111-7/+7
* Add more warnings about direct I/O, put them all in one place.Keith Bostic2013-05-111-8/+3
* Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic2013-05-111-3/+2
* Simplify quoting in config string examples, now that quotes are not reqired f...Michael Cahill2013-05-081-3/+2
* Merge branch 'develop' into app-forced-evictionAlex Gorrod2013-05-076-51/+224
|\
| * Document that direct_io=[data] (O_DIRECT for data files) implies that youKeith Bostic2013-05-061-2/+9
| * document that configuring statistics_log implies configuring statistics.Keith Bostic2013-05-031-3/+3
| * typoKeith Bostic2013-05-011-1/+1
| * Give the LSM tree its own data-source statistics structure back, moveKeith Bostic2013-05-011-1/+1
| * Reverse the sense of the "scale" option, make it "no_scale" insteadKeith Bostic2013-04-302-169/+160
| * Use more verbose names for the various statistics entry flags.Keith Bostic2013-04-302-144/+149
| * Add support for aggregating data-source statistics, currently onlyKeith Bostic2013-04-302-140/+215
| * typo, it's sys.stderr.Keith Bostic2013-04-301-1/+2
| * Add reminder comment about statistics heuristic text. #518Susan LoVerso2013-04-291-2/+8
| * Add support for open-cursor count statistics in both the connection andKeith Bostic2013-04-282-0/+9
| * Add a script to update docs after cutting a release.Alex Gorrod2013-04-261-0/+79