aboutsummaryrefslogtreecommitdiff
path: root/tx_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update cursor benchmark.Ben Johnson2014-04-041-15/+19
* Add Tx.OnCommit() handler.Ben Johnson2014-04-041-0/+28
* Add performance counters.Ben Johnson2014-04-021-2/+0
* Write freelist after each commit.Ben Johnson2014-03-311-1/+1
* Fix bucket reclamation.Ben Johnson2014-03-251-1/+1
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-46/+46
* Add ErrTxClosed error.Ben Johnson2014-03-231-0/+45
* Remove ease-of-use functions from the DB type.Ben Johnson2014-03-211-83/+138
* Skip long-running tests with go test -shortTommi Virtanen2014-03-131-0/+8
* Fix Cursor.Last() on empty buckets.Ben Johnson2014-03-131-6/+21
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-0/+437