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