summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-12Cut release 1.6.31.6.3Alex Gorrod
2013-07-12Destroy locks on exit from test/format.Alex Gorrod
2013-07-11Fix a comment.Keith Bostic
2013-07-11Fix a race manipulating file descriptors in the test suite. Always close the...Michael Cahill
2013-07-09Document that setting LC_ALL=C is a good idea when pre-sorting keys forKeith Bostic
2013-07-09Update is like insert, once an update is done, bulk-load is noKeith Bostic
2013-07-09whitespaceKeith Bostic
2013-07-09Update test/format max page configuration calculation to make it less likelyAlex Gorrod
2013-07-09Another try at portably getting the IFS setting we need.Michael Cahill
2013-07-09Make IFS more portable: don't export, set explicitly and move to where it is ...Michael Cahill
2013-07-09Install the Python module as part of "make install".Michael Cahill
2013-07-09Insulate scripts from user settings of IFS.Michael Cahill
2013-07-08typoKeith Bostic
2013-07-08Now the 'transactional' keyword is gone, remove uses it in the test suite.Keith Bostic
2013-07-08The 'transactional' keyword is gone, remove uses of theKeith Bostic
2013-07-08Remove the 'transactional' keyword, we're always transactional.Keith Bostic
2013-07-08Remove "first_id" from the page modify structure. This should have been remo...Michael Cahill
2013-07-03Dual-license under either GPLv2 or GPLv3.Keith Bostic
2013-06-19Building on a 9.1 FreeBSD release.Keith Bostic
2013-06-19Update Doxygen script file to be compatible with Doxygen 1.8.4Alex Gorrod
2013-06-18Merge pull request #512 from wiredtiger/overwriteMichael Cahill
2013-06-19typoMichael Cahill
2013-06-19Minor edit to the upgrade wording for the overwrite API change.Michael Cahill
2013-06-18Add an upgrading section on the new overwrite configuration semantics.Keith Bostic
2013-06-18Check all of the combinations of record exist/not-exist and overwriteKeith Bostic
2013-06-18cursor/cur_std.c: In function ‘__cursor_runtime_config’:Keith Bostic
2013-06-18If overwrite is the default, do the cheap test first, testing to see ifKeith Bostic
2013-06-18typoMichael Cahill
2013-06-18whitespaceMichael Cahill
2013-06-18Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill
2013-06-18Force the release date to be updated when cutting a release.Michael Cahill
2013-06-18Bump develop release version.Alex Gorrod
2013-06-18Cut release 1.6.21.6.2Alex Gorrod
2013-06-18Update extension API names from txn_XX to transaction_XX.Alex Gorrod
2013-06-18Fix a compiler warning in test/format.Alex Gorrod
2013-06-11Don't increment the data handle reference count if locking the handle fails.Michael Cahill
2013-06-11examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not usedMichael Cahill
2013-06-11Transaction ID extension methods need a real session handle.Michael Cahill
2013-06-10Merge pull request #576 from wiredtiger/memrataKeith Bostic
2013-06-10Upgrade to KVS version 4.2.Keith Bostic
2013-06-10minor lint, cleanup the new docs.Keith Bostic
2013-06-10Add two next extension functions, one to return a transaction ID,Keith Bostic
2013-06-10Review/rework all of the error handling for the top-level sessionKeith Bostic
2013-06-10Add two next extension functions, one to return a transaction ID,Keith Bostic
2013-06-10Add some more structure to the data-source cursor-create example.Keith Bostic
2013-06-09Memrata says don't support KVS_O_SCAN, remove a KVS_O_RECLAIM use IKeith Bostic
2013-06-09more lint, unused variables.Keith Bostic
2013-06-09remove unused variableKeith Bostic
2013-06-09Merge pull request #575 from wiredtiger/memrata-txnKeith Bostic
2013-06-09Upgrade to using KVS namespaces instead of imposing our own namespacesKeith Bostic