summaryrefslogtreecommitdiff
path: root/src/include/session.h
AgeCommit message (Expand)Author
2014-04-28Move the language private reference to the top of the structure, I endKeith Bostic
2014-04-28Log transactional operations immediately, so that the only pointers kept are ...Michael Cahill
2014-03-04Minor generalization of the fotxn structures so they're not limited toKeith Bostic
2014-02-26We can't clear the sessions fotxn memory as part of closing a session,Keith Bostic
2014-02-26Move the fotxn fields to the end of the WT_SESSION_IMPL structure for nowKeith Bostic
2014-02-25Add a WT_SESSION_IMPL structure that allows us to store memory and freeKeith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-10Merge pull request #792 from wiredtiger/compact-lsmMichael Cahill
2013-12-09Use a field in the session to avoid locking during close rather than setting ...Michael Cahill
2013-12-06Merge branch 'develop' into compact-lsmAlex Gorrod
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-11-30Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic
2013-11-18Merge branch 'develop' into java-auto-close2Don Anderson
2013-11-18Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson
2013-11-17Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic
2013-11-14Align session handles and lsm chunks on the cache line.Susan LoVerso
2013-11-10Now that compaction only operates on 10% of the file at a time, repeatedKeith Bostic
2013-11-09enhande/fix a few comments, conn->session_array no longer existsKeith Bostic
2013-11-06Move WT_HAZARD_INCR to the WT_SESSION_IMPL structure.Keith Bostic
2013-09-18Change dhandles to use a singly linked list. Fix bug in close toSusan LoVerso
2013-08-21Rewrite S2BT to avoid lots of "dereference of a null pointer" warnings from c...Michael Cahill
2013-06-20Remove logprint_buf and allocate one so it is aligned if necessary forSusan LoVerso
2013-05-27Update backup to use __wt_schema_worker. Stop LSM drops during backups.Alex Gorrod
2013-04-16Changes based on Alex's review.Michael Cahill
2013-03-26Minor fixes for data handles: fix loop termination in eviction, remove obsole...Michael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-01-01Merge branch 'develop' into dirty-disableKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-27Re-structure chunks of __bt_evict.c to make checkpoints outside of theKeith Bostic
2012-12-19Move WT_SESSION_IMPL into session.h, WT_CONNECTION_IMPL into connection.h.Keith Bostic