summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/IndexPageCache.java
Commit message (Expand)AuthorAgeFilesLines
* add support for index owned pages usage mapsJames Ahlborn2009-12-221-0/+3
* prep for releaseJames Ahlborn2008-04-291-1/+1
* add commentsJames Ahlborn2008-04-291-25/+245
* update unit tests to cover more of big index code; fix tail promotion/demotionJames Ahlborn2008-04-221-61/+52
* fix tail demotionJames Ahlborn2008-04-191-13/+32
* more big index tests; minor bug fixJames Ahlborn2008-04-171-0/+21
* clean up big index handling; get unit tests passingJames Ahlborn2008-04-151-45/+154
* complete rework of large index support after realizing that my understanding ...James Ahlborn2008-04-141-270/+300
* add code to dump page cache to stringJames Ahlborn2008-04-101-1/+32
* initial (untested) code which supports page splittingJames Ahlborn2008-04-101-18/+237
* continuing minor refactoringJames Ahlborn2008-04-081-30/+51
* more minor refactoringJames Ahlborn2008-04-081-39/+102
* make unit tests work for either index type; minor refactoringJames Ahlborn2008-04-071-75/+90
* flesh out some of the index page update operationsJames Ahlborn2008-04-061-56/+167
* initial code for implementing read/write multi-page index supportJames Ahlborn2008-04-061-0/+650