aboutsummaryrefslogtreecommitdiff
path: root/bucket.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #65 from benbjohnson/fix-tx-buckets-sort-orderBen Johnson2014-03-211-0/+6
|\ | | | | Fix Tx.Buckets() sort order.
| * Fix Tx.Buckets() sort order.Ben Johnson2014-03-131-0/+6
| | | | | | | | | | @tv42 reported an issue with bucket names returning incorrectly. Not sure if this fixes the issue but it is necessary anyway.
* | Fix Bucket.ForEach() comment.Ben Johnson2014-03-151-1/+2
|/
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-4/+3
|
* Rename Transaction to Tx.Ben Johnson2014-03-081-11/+11
| | | | | 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.
* Allow reads of unflushed nodes.Ben Johnson2014-03-011-1/+1
| | | | | This commit allows cursors to read updated values from within the RWTransaction.
* Refactor Bucket.Ben Johnson2014-02-231-7/+104
|
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-100/+5
| | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-5/+100
|
* Bucket stats.Ben Johnson2014-02-211-0/+29
|
* Add parallel usage test and race detector.Ben Johnson2014-02-151-1/+1
|
* Add bucket sequence.Ben Johnson2014-02-151-0/+1
|
* API Documentation.Ben Johnson2014-02-131-0/+5
|
* Add freelist.Ben Johnson2014-02-101-14/+0
|
* Clean up.Ben Johnson2014-02-091-0/+14
|
* Refactor node lookup.Ben Johnson2014-02-071-1/+1
|
* Add RWTransaction.Put().Ben Johnson2014-02-011-7/+2
|
* Clean up API.Ben Johnson2014-01-311-2/+0
|
* Add RWTransaction.write().Ben Johnson2014-01-301-0/+2
|
* gofmtBen Johnson2014-01-301-3/+3
|
* Fix leaf/branch deserialization.Ben Johnson2014-01-301-10/+8
|
* Add freelist page type.Ben Johnson2014-01-291-8/+0
|
* Intermediate.Ben Johnson2014-01-271-20/+23
|
* Initialize transaction/rwtransaction.Ben Johnson2014-01-261-0/+20
|
* TODOBen Johnson2014-01-241-22/+8
|
* Intermediate commit.Ben Johnson2014-01-211-1/+0
|
* Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.Ben Johnson2014-01-171-0/+1
|
* Add system buckets.Ben Johnson2014-01-141-1/+10
|
* Begin Transaction.Cursor().Ben Johnson2014-01-131-0/+4
|
* Initial db.open.Ben Johnson2014-01-111-8/+8
|
* DB.Open(), pages, and meta.Ben Johnson2014-01-101-12/+9
|
* Basic types.Ben Johnson2014-01-081-0/+21