| Commit message (Expand) | Author | Age | Files | Lines |
* | Another try at portably getting the IFS setting we need. | Michael Cahill | 2013-07-09 | 1 | -2/+4 |
* | Make IFS more portable: don't export, set explicitly and move to where it is ... | Michael Cahill | 2013-07-09 | 1 | -4/+1 |
* | Insulate scripts from user settings of IFS. | Michael Cahill | 2013-07-09 | 1 | -0/+4 |
* | typo | Keith Bostic | 2013-07-08 | 1 | -1/+1 |
* | The 'transactional' keyword is gone, remove uses of the | Keith Bostic | 2013-07-08 | 1 | -1/+0 |
* | Remove the 'transactional' keyword, we're always transactional. | Keith Bostic | 2013-07-08 | 1 | -3/+0 |
* | Building on a 9.1 FreeBSD release. | Keith Bostic | 2013-06-19 | 1 | -0/+8 |
* | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill | 2013-06-18 | 1 | -4/+7 |
* | Force the release date to be updated when cutting a release. | Michael Cahill | 2013-06-18 | 3 | -9/+40 |
* | minor lint, cleanup the new docs. | Keith Bostic | 2013-06-10 | 1 | -0/+3 |
* | Add two next extension functions, one to return a transaction ID, | Keith Bostic | 2013-06-10 | 1 | -0/+1 |
* | Fold some too-long lines. | Keith Bostic | 2013-06-06 | 1 | -7/+8 |
* | Merge pull request #568 from wiredtiger/64bit-txnids | Keith Bostic | 2013-06-06 | 1 | -1/+0 |
|\ |
|
| * | Change transaction IDs to 64-bits, remove code that deals with wrapping. | Michael Cahill | 2013-06-05 | 1 | -1/+0 |
* | | Change the default compression configuration to "uncompressed", | Keith Bostic | 2013-06-05 | 1 | -9/+7 |
* | | Make the "source" key to WT_SESSION::create undocumented. There are problems... | Michael Cahill | 2013-06-05 | 1 | -1/+1 |
|/ |
|
* | Add examples to the WiredTiger extension methods for accessing the | Keith Bostic | 2013-06-04 | 1 | -0/+2 |
* | update | Keith Bostic | 2013-06-04 | 1 | -0/+2 |
* | Make data-sources responsible for their own metadata entries. | Keith Bostic | 2013-06-04 | 1 | -1/+1 |
* | Clean up spelling errors. | Keith Bostic | 2013-06-03 | 1 | -0/+5 |
* | Add a version flag to connection verbose configuration. | Alex Gorrod | 2013-06-03 | 2 | -0/+2 |
* | Fix the check for orphaned pages in the docs, minor cleanup. | Michael Cahill | 2013-05-31 | 1 | -2/+3 |
* | Create a more general-purpose block-manager preload call and pre-load | Keith Bostic | 2013-05-28 | 2 | -1/+1 |
* | Merge branch 'develop' into warm-cache-compress | Keith Bostic | 2013-05-28 | 5 | -16/+26 |
|\ |
|
| * | Add an explicit enable setting to shared_cache configuration. | Alex Gorrod | 2013-05-28 | 1 | -0/+3 |
| * | Merge pull request #550 from wiredtiger/named-lsm-checkpoints | Michael Cahill | 2013-05-23 | 1 | -3/+4 |
| |\ |
|
| | * | LSM trees don't support named checkpoints: disallow attempts, add | Keith Bostic | 2013-05-23 | 1 | -3/+4 |
| * | | Change the default page allocation size from 512B to 4KB, change the | Keith Bostic | 2013-05-23 | 1 | -3/+3 |
| |/ |
|
| * | Update release doc packaging script. | Alex Gorrod | 2013-05-20 | 1 | -2/+2 |
| * | Relax the type configuration string checking, it can be any application | Keith Bostic | 2013-05-16 | 1 | -3/+2 |
| * | Fix a broken link in README. | Michael Cahill | 2013-05-16 | 1 | -2/+2 |
| * | Change file_extend syntax from file_extend=(type=[data,log],size=XXX) | Keith Bostic | 2013-05-14 | 1 | -12/+5 |
| * | Support for a new configuration option, file_extend, that extends the file | Keith Bostic | 2013-05-11 | 3 | -3/+17 |
* | | Preload internal pages into file system cache with compression. | Alex Gorrod | 2013-05-14 | 1 | -0/+1 |
|/ |
|
* | Shorten long lines to 80 column max. | Keith Bostic | 2013-05-11 | 1 | -7/+7 |
* | Add more warnings about direct I/O, put them all in one place. | Keith Bostic | 2013-05-11 | 1 | -8/+3 |
* | Increase the Linux default buffer alignment to 4KB, there are known cases | Keith Bostic | 2013-05-11 | 1 | -3/+2 |
* | Simplify quoting in config string examples, now that quotes are not reqired f... | Michael Cahill | 2013-05-08 | 1 | -3/+2 |
* | Merge branch 'develop' into app-forced-eviction | Alex Gorrod | 2013-05-07 | 6 | -51/+224 |
|\ |
|
| * | Document that direct_io=[data] (O_DIRECT for data files) implies that you | Keith Bostic | 2013-05-06 | 1 | -2/+9 |
| * | document that configuring statistics_log implies configuring statistics. | Keith Bostic | 2013-05-03 | 1 | -3/+3 |
| * | typo | Keith Bostic | 2013-05-01 | 1 | -1/+1 |
| * | Give the LSM tree its own data-source statistics structure back, move | Keith Bostic | 2013-05-01 | 1 | -1/+1 |
| * | Reverse the sense of the "scale" option, make it "no_scale" instead | Keith Bostic | 2013-04-30 | 2 | -169/+160 |
| * | Use more verbose names for the various statistics entry flags. | Keith Bostic | 2013-04-30 | 2 | -144/+149 |
| * | Add support for aggregating data-source statistics, currently only | Keith Bostic | 2013-04-30 | 2 | -140/+215 |
| * | typo, it's sys.stderr. | Keith Bostic | 2013-04-30 | 1 | -1/+2 |
| * | Add reminder comment about statistics heuristic text. #518 | Susan LoVerso | 2013-04-29 | 1 | -2/+8 |
| * | Add support for open-cursor count statistics in both the connection and | Keith Bostic | 2013-04-28 | 2 | -0/+9 |
| * | Add a script to update docs after cutting a release. | Alex Gorrod | 2013-04-26 | 1 | -0/+79 |