summaryrefslogtreecommitdiff
path: root/src/session/session_api.c
AgeCommit message (Expand)Author
2014-05-06Fix metadata cursor dup and search_near.Alex Gorrod
2014-04-23Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-23Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill
2014-04-07Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-03-14Update the metadata cursor implementation.Alex Gorrod
2014-02-26We can't clear the sessions fotxn memory as part of closing a session,Keith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-06Nits.Alex Gorrod
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-11-21Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill
2013-11-17Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic
2013-11-11If a big truncate fills the cache, there is no point retrying.Michael Cahill
2013-11-10Now that compaction only operates on 10% of the file at a time, repeatedKeith Bostic
2013-11-08Don't block the oldest reader in the system forever. Try harder to evict whe...Michael Cahill
2013-10-29Update comments around auto-close callbacks.Alex Gorrod
2013-10-28Ignoring return value of function '__wt_event_handler::handle_close'.Keith Bostic
2013-10-25Merge branch 'develop' into java-auto-closeAlex Gorrod
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-17Only free the hazard array during connection close.Michael Cahill
2013-10-15Merge branch 'develop' into lsm-bloom-newestMichael Cahill
2013-10-14Review %d format usage, fix where it should have been something else.Keith Bostic
2013-10-14Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-10-09Merge branch 'develop' into java-auto-closeMichael Cahill
2013-10-04Add another explicit bump of the oldest ID for LSM.Michael Cahill
2013-10-04Now that we aren't forcing oldest ID updates all the time, we need one in the...Michael Cahill
2013-09-18Change dhandles to use a singly linked list. Fix bug in close toSusan LoVerso
2013-09-02Create a "metadata" cursor.Keith Bostic
2013-08-15Merge branch 'develop' into java-auto-closeAlex Gorrod
2013-08-08Move data source truncate method into WT_DATA_SOURCE.Michael Cahill
2013-08-06Merge branch 'develop' into memrataKeith Bostic
2013-08-06session_api.c: function with return after a jump to an error labelKeith Bostic
2013-08-05session.compact calls checkpoint, which can't be called inside aKeith Bostic
2013-07-26Back out parts of the changes for 3c48d71c7f and b132281c11 weren'tKeith Bostic
2013-07-25Part of the last change ("Copy the key out of the cursor we're duplicating,Keith Bostic
2013-07-25Add data-sources to the list of URIs for which we can duplicate cursors.Keith Bostic
2013-07-24Add support for data-source cursor-range truncation. It's messy becauseKeith Bostic
2013-07-23Data sources may be enclosed in tables, so must respect the "owner"Keith Bostic
2013-07-17Merge branch 'develop' into loggingSusan LoVerso
2013-07-16Explicitly clear return references for connection, session and cursorKeith Bostic
2013-07-09Merge branch 'develop' into logging.Michael Cahill
2013-07-08The 'transactional' keyword is gone, remove uses of theKeith Bostic
2013-06-20Merge branch 'develop' into loggingMichael Cahill
2013-06-18Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill
2013-06-17Merge branch 'develop' into loggingSusan LoVerso
2013-06-06whitespace, fix a comment.Keith Bostic
2013-06-03Clean up a bunch of warnings and remove a bunch of prints.Susan LoVerso
2013-06-03Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic
2013-05-29Add flags to flags.py. Implement log_scan API. Some bug fixes.Susan LoVerso