summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for 1.2.2 to the landing pag.1.2.2Michael Cahill2012-06-201-1/+1
* Cut bugfix release 1.2.2.Michael Cahill2012-06-205-6/+25
* Fix a case where checkpoints could self-deadlock trying to reenter the connec...Michael Cahill2012-06-203-11/+33
* Fix two bugs with snapshot isolation:Michael Cahill2012-06-203-7/+30
* When checking the value of the "isolation" key, don't assume it is NUL termin...Michael Cahill2012-06-205-5/+31
* Handle checkpoints immediately during close operations: the btree handle will...Michael Cahill2012-06-201-1/+7
* Defer making free pages available until the end of a checkpoint, in case it f...Michael Cahill2012-06-203-6/+42
* src/txn/txn.c:243:29: error: 'txn_global' may be used uninitialized in this f...Michael Cahill2012-06-201-1/+2
* Fix __wt_conn_btree_apply to acquire handles correctly,Michael Cahill2012-06-206-22/+40
* src/conn/conn_api.c:375:22: error: variable 'conn' set but not used.Michael Cahill2012-06-201-1/+1
* Added tag 1.2.1 for changeset 9046bcab74ebMichael Cahill2012-06-151-0/+1
* Bump version to 1.2.1.1.2.1Michael Cahill2012-06-155-6/+20
* Allocate "desc" buffers in heap memory so that they are correctly aligned.Michael Cahill2011-12-231-12/+23
* Avoid a deadlock between eviction and checkpoint on the connection spinlock.Michael Cahill2012-06-081-2/+6
* Initialize the snapshot-avail list after cleaning it out, else we'll try andKeith Bostic2012-06-061-0/+7
* The nlpo2 and ispo2 functions came from net postings, put the files intoKeith Bostic2012-06-051-2/+22
* Add an upgrading page.Keith Bostic2012-06-053-1/+11
* lint (unused variable)Keith Bostic2012-06-051-1/+0
* __wt_block_off_remove_overlap() allocates memory and so can fail inKeith Bostic2012-06-051-18/+21
* fix comment typoKeith Bostic2012-06-051-1/+1
* Minor re-work of extent lists (no real change, just associate betterKeith Bostic2012-06-055-39/+77
* Merge the verbose write-offset/cksum information with the page-typeKeith Bostic2012-06-052-2/+2
* Added tag 1.2.0 for changeset 12cf1d5546dfMichael Cahill2012-06-041-0/+1
* Bump the version to 1.2.0.1.2.0Michael Cahill2012-06-046-10/+39
* lint:Michael Cahill2012-06-041-0/+1
* lint:Michael Cahill2012-06-041-2/+1
* Fix races in table-level schema operations.Michael Cahill2012-06-0413-71/+90
* Add tests for table-level operations to test/fops.Michael Cahill2012-06-044-30/+38
* Drop the eviction lock while waiting for LRU eviction to drain: avoid a deadl...Michael Cahill2012-06-041-9/+8
* meta/meta_track.c:54:39: error: 'sub_off' may be used uninitialized in this f...Michael Cahill2012-06-021-3/+1
* Fix locking for create operations: hold the handle lock until all cleanup is ...Michael Cahill2012-06-013-15/+24
* Deal with extending the meta tracking array during a sub-transaction.Michael Cahill2012-06-011-2/+8
* GCC 4.6 objects to setting "noreturn" on __wt_assert in non-diagnostic mode.Michael Cahill2012-06-012-3/+2
* Add test/fops and test/thread to "make check".Michael Cahill2012-06-014-15/+11
* Add handle locking to create and drop operations to avoid races.Michael Cahill2012-06-0114-135/+198
* Simplify the regular expression in s_style for non-GNU grep.Michael Cahill2012-06-014-5/+12
* More extensive transaction testing, plus some related bug fixes.Michael Cahill2012-05-313-29/+82
* Don't output a summary of scenarios: it confuses recursive tests.Michael Cahill2012-05-312-6/+6
* Add macros so we don't read the WT_ROW->key field multiple times, it canKeith Bostic2012-05-3010-56/+62
* typo, add missing braces.Keith Bostic2012-05-301-2/+2
* Minor semantic sugar to make the on-page cell initialization the same in allKeith Bostic2012-05-301-2/+3
* Fix a bug where we attempted to print a NULL pointer.Keith Bostic2012-05-301-1/+1
* Update a comment.Keith Bostic2012-05-301-13/+18
* comment.Keith Bostic2012-05-301-2/+2
* Don't build the landing page in an ordinary doc build.Michael Cahill2012-05-302-6/+8
* comment: __snapshot_sort no longer calculates a size.Michael Cahill2012-05-301-2/+1
* __wt_conn_btree_open_lock can't fail, change to a void return.Michael Cahill2012-05-303-7/+6
* Generated files should not be under revision control.Michael Cahill2012-05-301-545/+0
* The error handling code depends on pointer wraparound never happening;Keith Bostic2012-05-291-16/+32
* Add WT_TRK_JUST_ADDED to the list of track flags we display.Keith Bostic2012-05-291-9/+21