aboutsummaryrefslogtreecommitdiff
path: root/db.go (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix Windows mmap sizing.Ben Johnson2014-07-101-1/+1
* | Add freelist cache.Ben Johnson2014-06-301-1/+1
|/
* Copy the free pages stats from the receiverMartin Kobetic2014-06-271-0/+4
* Minor fix.Ben Johnson2014-06-241-1/+1
* review tweaksMartin Kobetic2014-06-241-3/+3
* drop the *s guardMartin Kobetic2014-06-241-9/+1
* review tweaksMartin Kobetic2014-06-241-1/+5
* add some guards for nil pointersMartin Kobetic2014-06-241-2/+9
* copy receiver stats in Stats.Sub()Martin Kobetic2014-06-241-1/+2
* Add DefaultOptions variable.Ben Johnson2014-06-221-27/+8
* Add Open() options, flock timeout.Ben Johnson2014-06-211-2/+21
* split the freelist page count stats to free and pendingMartin Kobetic2014-06-201-1/+2
* Fix merge-split regression.Ben Johnson2014-06-181-0/+7
* fix up freelist stats naming and add FreeAllocMartin Kobetic2014-06-181-2/+3
* drop mergeStats and move freelist stats update to TxMartin Kobetic2014-06-171-11/+5
* add freelist stats to db statsMartin Kobetic2014-06-171-6/+16
* Fix deadlock on remmap.Ben Johnson2014-06-131-5/+9
* Add Windows support.Ben Johnson2014-06-121-15/+9
* Add Windows support.Ben Johnson2014-06-111-5/+9
* Add streaming check.Ben Johnson2014-05-281-18/+0
* Remove DB.Check(). Allow read-only Tx.Check().Ben Johnson2014-05-271-8/+0
* Merge pull request #169 from benbjohnson/allocationBen Johnson2014-05-211-1/+16
|\
| * Fix freelist allocation direction.Ben Johnson2014-05-191-1/+16
* | move Copy and CopyFile from DB to TxMartin Kobetic2014-05-211-60/+0
|/
* Change verbiage, fix node test.Ben Johnson2014-05-151-2/+2
* Add option to adjust fill percentage.Ben Johnson2014-05-151-1/+15
* Add strict mode.Ben Johnson2014-05-141-63/+17
* add asserts for detecting pgid high watermark overflowMartin Kobetic2014-05-091-0/+4
* Add inline bucket support.Ben Johnson2014-05-051-1/+5
* Consolidate code for clarity.Ben Johnson2014-05-051-0/+88
* wipSteven Normore2014-04-161-2/+7
* build c/cursor and running testsSteven Normore2014-04-161-0/+6
* Add nested buckets.Ben Johnson2014-04-111-46/+61
* Rename internal local Tx variables.Ben Johnson2014-04-041-4/+4
* Add meta page checksums.Ben Johnson2014-04-021-1/+1
* Add performance counters.Ben Johnson2014-04-021-44/+23
* Add advisory file locking.Ben Johnson2014-04-021-0/+12
* Consolidate file and metafile descriptors.Ben Johnson2014-04-021-17/+6
* Remove DB.Open() and only allow bolt.Open().Ben Johnson2014-03-311-25/+15
* Write freelist after each commit.Ben Johnson2014-03-311-2/+10
* Add DB.Check().Ben Johnson2014-03-291-0/+57
* Fix DB.Copy() meta lock and partial write checks.Ben Johnson2014-03-261-1/+12
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-18/+26
* Error refactoring.Ben Johnson2014-03-241-7/+18
* Re-add tests for write failuresTommi Virtanen2014-03-241-1/+14
* Resolve remaining errcheck warnings.Ben Johnson2014-03-241-10/+23
* Check errors from file close in DB.CopyFileTommi Virtanen2014-03-231-1/+5
* Mark Do()/With() transaction as managed.Ben Johnson2014-03-231-4/+19
* Fix db.munmap() to return an error.Ben Johnson2014-03-211-26/+36
* Remove ease-of-use functions from the DB type.Ben Johnson2014-03-211-129/+0