summaryrefslogtreecommitdiff
path: root/src/txn
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-9/+9
* WT-2039 Add error check and unit test for log records over 4Gb.sueloverso2015-09-281-1/+0
* WT-2101 Don't update the logging ckpt_lsn on clean shutdown.Michael Cahill2015-09-281-2/+6
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-284-392/+26
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-191-6/+6
* Merge pull request #2119 from wiredtiger/tailq-simplifysueloverso2015-08-141-3/+1
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-0/+369
* WT-2021: Fix a race when getting a transaction ID.Alex Gorrod2015-08-061-16/+14
* Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill2015-08-043-37/+47
* Merge pull request #2068 from wiredtiger/txn-oldest-updateAlex Gorrod2015-08-041-1/+15
* WT-1982 Fix a window where reconciliation could go back in transaction time.Alex Gorrod2015-07-022-64/+72
* SERVER-18875 Don't keep deleted pages during a checkpoint. Sync transaction ...Michael Cahill2015-06-292-26/+21
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-292-10/+10
* WT-1907 Improve performance of transaction refreshMichael Cahill2015-06-291-83/+124
* Fixes for cherry-pick merge failures.Michael Cahill2015-05-292-3/+3
* Merge pull request #1995 from wiredtiger/skip-checkpointMichael Cahill2015-05-292-6/+25
* Merge pull request #2000 from wiredtiger/auto-txn-logsyncMichael Cahill2015-05-291-3/+6
* Fixes for macro name changes after cherry picking.Michael Cahill2015-05-251-1/+1
* Handle ENOENT from log_scan in callers. WT-1936Susan LoVerso2015-05-251-5/+12
* Merge pull request #1969 from wiredtiger/fsync-before-validateAlex Gorrod2015-05-251-5/+5
* If we're closing a dirty tree in order to verify it (or any other exclusive o...Michael Cahill2015-05-141-1/+9
* Backport fixes for SERVER-18316.Susan LoVerso2015-05-131-8/+21
* Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill2015-04-271-3/+3
* Remove unnecessary error labels, fixing SERVER-17948 along the way.Keith Bostic2015-04-251-12/+10
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-04-252-2/+6
* Set checkpoint LSN to existing log record. #1700Susan LoVerso2015-04-251-2/+2
* txn/txn_log.c:224: warning: declaration of 'sync' shadows a global declarationMichael Cahill2015-03-261-3/+4
* Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-261-1/+1
|\
| * Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-1/+1
* | When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-262-4/+7
* | Always go through meta tracking when closing a dirty file, to ensure the meta...Michael Cahill2015-03-241-7/+15
* | Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-241-11/+23
|/
* Merge pull request #1746 from wiredtiger/checkpoint-id-per-fileMichael Cahill2015-03-182-9/+132
|\
| * Implement review feedback.Alex Gorrod2015-03-172-10/+11
| * Self review of checkpoint ID change.Alex Gorrod2015-03-172-86/+70
| * Add a new statistic tracking range of IDs pinned by a transaction.Alex Gorrod2015-03-161-0/+5
| * Clear the dhandle in checkpoint when we need it to be NULL.Alex Gorrod2015-03-131-0/+2
| * Fix visibility checks in checkpoint ID optimization code.Alex Gorrod2015-03-132-5/+25
| * Don't dereference a NULL btree, update the oldest ID if thereAlex Gorrod2015-03-131-3/+1
| * Only skip the checkpoint transaction ID, don't skip all none IDs.Alex Gorrod2015-03-131-2/+4
| * Fixup the check for checkpoint_id and oldest_id in txn_refresh.Alex Gorrod2015-03-131-1/+4
| * Ensure saved checkpoint_id is cleared on error.Alex Gorrod2015-03-121-0/+3
| * Add some more messages to checkpoint verbose.Alex Gorrod2015-03-121-0/+77
| * Ensure a checkpoint has a transaction ID before sharing it globally.Alex Gorrod2015-03-121-0/+2
| * Update visibility check to know about checkpoints.Alex Gorrod2015-03-111-6/+9
| * Add a global checkpoint generation and track it per data handle.Alex Gorrod2015-03-111-0/+23
* | Use SCNxxx #defines in sscanf() calls, not PRIxxx.Keith Bostic2015-03-131-2/+5
|/
* Add a little more commentary, remove unnecessary else.Keith Bostic2015-03-051-5/+7
* Revert some of the change: have a fast-discard path for trees marked clean, b...Michael Cahill2015-03-051-2/+7
* Remove the special "discard" path for trees marked clean: always go through e...Michael Cahill2015-03-051-1/+1