aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add some documentation on large index support (#1564870)James Ahlborn2008-04-164-2/+34
* fix access compatibility issue with writing small rows, limit data pages to 2...James Ahlborn2008-04-163-12/+12
* ditch some extraneous castsJames Ahlborn2008-04-161-2/+2
* clean up big index handling; get unit tests passingJames Ahlborn2008-04-154-56/+182
* put entry validation inline with entry readingJames Ahlborn2008-04-151-11/+9
* complete rework of large index support after realizing that my understanding ...James Ahlborn2008-04-142-286/+395
* tweak tostringJames Ahlborn2008-04-141-2/+4
* tweak tostringJames Ahlborn2008-04-141-1/+4
* allow autoflush to be modified for testsJames Ahlborn2008-04-131-3/+5
* add code to dump page cache to stringJames Ahlborn2008-04-102-1/+37
* initial (untested) code which supports page splittingJames Ahlborn2008-04-103-21/+332
* minor tweaksJames Ahlborn2008-04-102-12/+6
* continuing minor refactoringJames Ahlborn2008-04-081-30/+51
* more minor refactoringJames Ahlborn2008-04-082-41/+108
* add support for optionally enabling big index supportJames Ahlborn2008-04-074-10/+77
* make unit tests work for either index type; minor refactoringJames Ahlborn2008-04-072-77/+98
* move index pagetypes to the public type; some minor cleanupJames Ahlborn2008-04-072-17/+28
* flesh out some of the index page update operationsJames Ahlborn2008-04-062-57/+168
* initial code for implementing read/write multi-page index supportJames Ahlborn2008-04-064-13/+763
* refactor Index/SimpleIndex to move most of the add/remove entry handling logi...James Ahlborn2008-04-051-3/+0
* refactor Index/SimpleIndex to move most of the add/remove entry handling logi...James Ahlborn2008-04-052-126/+133
* refactor Index/SimpleIndex to move the Cursor handling back into IndexJames Ahlborn2008-04-052-281/+332
* add constants for movement booleansJames Ahlborn2008-04-052-19/+25
* clear nextPageNumber for held dataPageJames Ahlborn2008-04-031-2/+6
* more comment updatesJames Ahlborn2008-04-015-5/+5
* remove some old commentsJames Ahlborn2008-04-011-11/+0
* refactor Index into abstract base class with SimpleIndex implementation to al...James Ahlborn2008-04-014-533/+971
* update FAQJames Ahlborn2008-03-311-1/+1
* update FAQJames Ahlborn2008-03-311-6/+6
* add ByteUtil.getUnsignedShortJames Ahlborn2008-03-312-6/+35
* no need to be inner classJames Ahlborn2008-03-261-1/+1
* better max size calculationJames Ahlborn2008-03-251-5/+6
* add issue numberJames Ahlborn2008-03-251-1/+1
* redundant codeJames Ahlborn2008-03-241-1/+0
* Need to store auto-number values back into row so that indexes can beJames Ahlborn2008-03-245-31/+89
* update the bounds before updating the positionsJames Ahlborn2008-03-241-4/+3
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2008-03-211-4/+4
* [maven-release-plugin] prepare release rel_1_1_13James Ahlborn2008-03-211-4/+4
* truncate file before overwritingJames Ahlborn2008-03-211-0/+1
* prep for releaseJames Ahlborn2008-03-211-6/+6
* allow for TempBufferHolder which does not maintain reference (cleans up addRows)James Ahlborn2008-03-215-39/+91
* add TableBuilder utilityJames Ahlborn2008-03-201-10/+12
* add TableBuilder utilityJames Ahlborn2008-03-205-76/+115
* add test for uniqueEntryCount updatesJames Ahlborn2008-03-191-1/+54
* minor cleanupsJames Ahlborn2008-03-192-4/+2
* no need to sort entries, should already be sorted (but verify just to be para...James Ahlborn2008-03-181-8/+12
* clean up updating of the index uniqueEntryCountJames Ahlborn2008-03-182-21/+33
* remove unused importJames Ahlborn2008-03-181-1/+0
* completely fix problems with sporadic usage map corruption; add some soft buf...James Ahlborn2008-03-189-114/+266
* be little lenient in date assertions due to double roundingJames Ahlborn2008-03-181-6/+17