summaryrefslogtreecommitdiff
path: root/src/txn
Commit message (Expand)AuthorAgeFilesLines
* WT-2319 Add stats to measure count and duration of the sync calls made for lo...Sulabh Mahajan2016-06-081-0/+14
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-082-9/+13
* WT-2613 Add WT_UNUSED to a variable to fix Windows compilation. (#2717)David Hows2016-05-041-0/+3
* WT-2584: don't use periods in error messagesKeith Bostic2016-04-232-2/+2
* WT-2560 Spin on transaction locks.Michael Cahill2016-04-211-3/+20
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-202-122/+114
* WT-2534 Use atomic add when allocating transaction IDs.Michael Cahill2016-04-071-3/+4
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-221-9/+14
|\
| * WT-2506 Reorder to fix uninitialized variable warning.Michael Cahill2016-03-221-9/+9
| * WT-2502 __wt_free clears the pointer; don't do it again.Alex Gorrod2016-03-221-1/+0
| * WT-2502 Free local allocation.Susan LoVerso2016-03-211-0/+6
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-211-132/+179
|\ \ | |/
| * WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-132/+179
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-22/+23
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-183-17/+15
|\ \ | |/
| * WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-112-8/+8
| * WT-2454: checkpoint_sync=false does not prevent flushes/sync to diskKeith Bostic2016-03-091-9/+7
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-182-34/+33
|/
* WT-2420 Gather backup metadata in a single pass.Michael Cahill2016-02-231-2/+2
* WT-2349 Initial addition of readonly configuration option.Keith Bostic2016-02-171-3/+1
* Merge branch 'develop' into wt-2349-readonlySusan LoVerso2016-02-161-43/+22
|\
| * Merge branch 'develop' into WT-2346Michael Cahill2016-02-113-27/+27
| |\
| * | WT-2346 More review feedback.Michael Cahill2016-02-111-1/+12
| * | WT-2346 Review feedback: avoid locked handle on OOM.Michael Cahill2016-02-111-3/+4
| * | Merge branch 'develop' into WT-2346Michael Cahill2016-01-221-5/+6
| |\ \
| * | | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-57/+24
* | | | Merge branch 'develop' into wt-2349-readonlySusan LoVerso2016-02-111-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | WT-2374 Fix inconsistent comment.Susan LoVerso2016-02-091-1/+1
* | | | WT-2349 Add mis-matched configuration test. Fix a problem in recoverySusan LoVerso2016-02-091-0/+14
* | | | WT-2349 Fix readonly issues with logging and recovery.Susan LoVerso2016-02-091-1/+5
* | | | Merge branch 'develop' into wt-2349-readonlySusan LoVerso2016-02-041-2/+2
|\ \ \ \ | |/ / /
| * | | WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-031-2/+2
* | | | WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-1/+7
|/ / /
* | | Merge pull request #2436 from wiredtiger/WT-60Michael Cahill2016-02-011-2/+2
|\ \ \
| * \ \ Merge branch 'develop' into WT-60Keith Bostic2016-01-261-5/+6
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'develop' into WT-60Keith Bostic2016-01-211-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | WT-60: big endian supportKeith Bostic2016-01-141-2/+2
* | | | WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-292-6/+6
* | | | WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-252-22/+22
| |_|/ |/| |
* | | WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-5/+6
| |/ |/|
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-016-6/+6
|\ \ | |/
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-016-6/+6
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-012-9/+10
|\ \ | |/
| * Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-301-3/+4
| |\
| * | Review comment from Michael: I'd prefer a macro called WT_SESSION_META_DHANDLEKeith Bostic2015-12-101-2/+2
| * | Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-102-36/+66
| |\ \
| * \ \ Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-013-3/+14
| |\ \ \
| * \ \ \ Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-141-2/+5
| |\ \ \ \
| * | | | | Rework the metadata cursor change to transparently support openingKeith Bostic2015-11-071-4/+5
| * | | | | Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-071-7/+67
| |\ \ \ \ \