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
/
txn
Age
Commit message (
Expand
)
Author
2014-01-18
test/format runs, now.
Keith Bostic
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-09
We've already read the shared state, use the local copies.
Michael Cahill
2013-12-07
comment spelling / wording
Michael Cahill
2013-12-06
If we have an out-of-cache read-only workload, don't fight for transaction st...
Michael Cahill
2013-12-04
Rename refcnt and usecnt, add a comment to clarify their purpose.
Keith Bostic
2013-12-03
whitespace
Keith Bostic
2013-12-03
Don't bump the scan count if we can use a cached transactional snapshot.
Michael Cahill
2013-11-30
When a hot backup blocks a checkpoint, make it clear to the application
Keith Bostic
2013-11-26
Merge branch 'develop' into wtperf-745
Keith Bostic
2013-11-26
Merge branch 'develop' into wtperf-745
Keith Bostic
2013-11-27
Log the file ID in file sync operations, not the URI.
Michael Cahill
2013-11-26
Fix printlog of file_sync record.
Susan LoVerso
2013-11-24
Add a connection statistic when checkpoint is running so statlog will
Keith Bostic
2013-11-22
Coverity detected a copy-paste error.
Michael Cahill
2013-11-22
clang lint:
Michael Cahill
2013-11-21
Lint
Susan LoVerso
2013-11-21
Lint
Susan LoVerso
2013-11-21
Lint.
Susan LoVerso
2013-11-21
lint: Warning 534: Ignoring return value of function
Keith Bostic
2013-11-21
Switch log_printf to use a log record in the same format as transactional ope...
Michael Cahill
2013-11-21
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-20
More LSM optimizations:
Michael Cahill
2013-11-15
Only truncate the current log file during the recovery scan.
Michael Cahill
2013-11-12
Fixes based on Sue's review feedback.
Michael Cahill
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-08
Don't block the oldest reader in the system forever. Try harder to evict whe...
Michael Cahill
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-07
Give in-memory splits a chance to work. Stall if we're waiting on the oldest...
Michael Cahill
2013-11-07
Create a special isolation level for eviction.
Michael Cahill
2013-11-05
Create a Python pass for source code style checking (to eventually replace s_...
Michael Cahill
2013-11-05
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-01
Fix compiler warnings with GCC 4.7.2 on Ubuntu.
Alex Gorrod
2013-10-24
Fix recovery of column store truncates: there is no "mode" field in that case...
Michael Cahill
2013-10-24
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-10-23
Log a checkpoint if recovery modifies anything. Also set the checkpoint LSN ...
Michael Cahill
2013-10-23
Truncate logs in the second pass, when we know the checkpoint LSN we are star...
Michael Cahill
2013-10-23
Log a checkpoint during a clean shutdown, use that LSN to limit recovery.
Michael Cahill
2013-10-22
Remove checkpoint handle code from __checkpoint_worker(), its callers
Keith Bostic
2013-10-22
Bound the start LSN during recovery to the available log files.
Michael Cahill
2013-10-22
Fix various problems with recovery and log archiving:
Michael Cahill
2013-10-22
Fix setting the checkpoint LSN for log archive.
Michael Cahill
2013-10-22
Include the transaction ID in commit log records.
Michael Cahill
2013-10-17
Fix some compiler warnings.
Alex Gorrod
2013-10-17
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-10-11
Rework the statistics logging code to aggregate information from any
Keith Bostic
2013-10-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-10-05
Cleanup the transaction state after a checkpoint.
Michael Cahill
2013-10-05
Only futz with isolation in the top-level checkpoint code.
Michael Cahill
2013-10-04
Add another explicit bump of the oldest ID for LSM.
Michael Cahill
[next]