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