aboutsummaryrefslogtreecommitdiff
path: root/rwtransaction_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-181/+0
|
* Rename Transaction to Tx.Ben Johnson2014-03-081-20/+20
| | | | | I changed the Transaction/RWTransaction types to Tx/RWTx, respectively. This makes the naming more consistent with other packages such as database/sql. The txnid is changed to txid as well.
* Add benchmarks.Ben Johnson2014-03-041-0/+39
|
* Add bucket reclamation.Ben Johnson2014-02-271-0/+6
| | | | | After RWTransaction.DeleteBucket() is called, all pages related to the bucket are moved to the freelist for that transaction.
* Refactor Bucket.Ben Johnson2014-02-231-191/+21
|
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-0/+306
| | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-306/+0
|
* Check for sequence overflow.Ben Johnson2014-02-201-0/+15
|
* Add CreateBucketIfNotExists().Ben Johnson2014-02-161-0/+13
|
* Rename errors.Ben Johnson2014-02-161-11/+11
|
* Improve test coverage.Ben Johnson2014-02-151-10/+46
|
* Add bucket sequence.Ben Johnson2014-02-151-0/+26
|
* Add examples.Ben Johnson2014-02-141-2/+2
|
* API Documentation.Ben Johnson2014-02-131-6/+12
|
* Add freelist.Ben Johnson2014-02-101-4/+35
|
* Rebalance after deletion.Ben Johnson2014-02-081-0/+41
|
* Clean up.Ben Johnson2014-02-061-0/+1
|
* Fix multi-put transaction.Ben Johnson2014-02-061-1/+75
|
* Add RWTransaction.Put().Ben Johnson2014-02-011-0/+33
|
* Clean up API.Ben Johnson2014-01-311-20/+4
|
* Add RWTransaction.write().Ben Johnson2014-01-301-11/+9
|
* gofmtBen Johnson2014-01-301-9/+9
|
* Fix leaf/branch deserialization.Ben Johnson2014-01-301-0/+48