summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.31.6.3Alex Gorrod2013-07-124-5/+18
* Destroy locks on exit from test/format.Alex Gorrod2013-07-121-1/+7
* Fix a comment.Keith Bostic2013-07-111-3/+2
* Fix a race manipulating file descriptors in the test suite. Always close the...Michael Cahill2013-07-112-15/+20
* Document that setting LC_ALL=C is a good idea when pre-sorting keys forKeith Bostic2013-07-091-0/+6
* Update is like insert, once an update is done, bulk-load is noKeith Bostic2013-07-091-6/+6
* whitespaceKeith Bostic2013-07-091-1/+1
* Update test/format max page configuration calculation to make it less likelyAlex Gorrod2013-07-091-11/+17
* Another try at portably getting the IFS setting we need.Michael Cahill2013-07-093-4/+9
* Make IFS more portable: don't export, set explicitly and move to where it is ...Michael Cahill2013-07-093-12/+3
* Install the Python module as part of "make install".Michael Cahill2013-07-091-2/+6
* Insulate scripts from user settings of IFS.Michael Cahill2013-07-093-0/+12
* typoKeith Bostic2013-07-082-2/+2
* Now the 'transactional' keyword is gone, remove uses it in the test suite.Keith Bostic2013-07-085-8/+5
* The 'transactional' keyword is gone, remove uses of theKeith Bostic2013-07-086-34/+9
* Remove the 'transactional' keyword, we're always transactional.Keith Bostic2013-07-083-7/+1
* Remove "first_id" from the page modify structure. This should have been remo...Michael Cahill2013-07-086-36/+11
* Dual-license under either GPLv2 or GPLv3.Keith Bostic2013-07-033-15/+19
* Building on a 9.1 FreeBSD release.Keith Bostic2013-06-192-1/+9
* Update Doxygen script file to be compatible with Doxygen 1.8.4Alex Gorrod2013-06-191-17/+1
* Merge pull request #512 from wiredtiger/overwriteMichael Cahill2013-06-1820-121/+217
|\
| * typoMichael Cahill2013-06-191-1/+1
| * Minor edit to the upgrade wording for the overwrite API change.Michael Cahill2013-06-191-18/+18
| * Add an upgrading section on the new overwrite configuration semantics.Keith Bostic2013-06-181-0/+32
| * Check all of the combinations of record exist/not-exist and overwriteKeith Bostic2013-06-181-24/+92
| * cursor/cur_std.c: In function ‘__cursor_runtime_config’:Keith Bostic2013-06-182-2/+0
| * If overwrite is the default, do the cheap test first, testing to see ifKeith Bostic2013-06-181-4/+2
| * typoMichael Cahill2013-06-181-2/+0
| * whitespaceMichael Cahill2013-06-181-1/+2
| * Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill2013-06-1819-93/+94
|/
* Force the release date to be updated when cutting a release.Michael Cahill2013-06-183-9/+40
* Bump develop release version.Alex Gorrod2013-06-184-7/+7
* Cut release 1.6.21.6.2Alex Gorrod2013-06-182-3/+31
* Update extension API names from txn_XX to transaction_XX.Alex Gorrod2013-06-185-24/+26
* Fix a compiler warning in test/format.Alex Gorrod2013-06-181-2/+2
* Don't increment the data handle reference count if locking the handle fails.Michael Cahill2013-06-111-2/+3
* examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not usedMichael Cahill2013-06-111-0/+1
* Transaction ID extension methods need a real session handle.Michael Cahill2013-06-111-2/+2
* Merge pull request #576 from wiredtiger/memrataKeith Bostic2013-06-108-137/+319
|\
| * Upgrade to KVS version 4.2.Keith Bostic2013-06-101-2/+3
| * minor lint, cleanup the new docs.Keith Bostic2013-06-104-8/+13
| * Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+35
| * Review/rework all of the error handling for the top-level sessionKeith Bostic2013-06-101-136/+224
| * Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-105-0/+53
|/
* Add some more structure to the data-source cursor-create example.Keith Bostic2013-06-101-5/+56
* Memrata says don't support KVS_O_SCAN, remove a KVS_O_RECLAIM use IKeith Bostic2013-06-091-3/+0
* more lint, unused variables.Keith Bostic2013-06-091-11/+1
* remove unused variableKeith Bostic2013-06-091-1/+1
* Merge pull request #575 from wiredtiger/memrata-txnKeith Bostic2013-06-091-404/+218
|\
| * Upgrade to using KVS namespaces instead of imposing our own namespacesKeith Bostic2013-06-091-285/+117