aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* implement range-based, index cursorsJames Ahlborn2007-12-024-113/+263
* more minor tweaks and enhanced cursor testsJames Ahlborn2007-11-292-7/+89
* rename skip methods; minor code cleanupsJames Ahlborn2007-11-293-34/+41
* implement and test index based cursorJames Ahlborn2007-11-284-104/+289
* implement save/restore in Cursor; use during find callsJames Ahlborn2007-11-283-28/+112
* change how current position is maintained by Cursor; minor tweaks to deleted ...James Ahlborn2007-11-282-90/+312
* finish reworking index cursorJames Ahlborn2007-11-272-148/+300
* rework Index cursor to match behavior of usagemap cursor and CursorJames Ahlborn2007-11-263-79/+199
* make usagemap cursor work similarly to Cursor; handle live additions and dele...James Ahlborn2007-11-265-187/+275
* further refactoring of table/cursor; initial iterator for index to allow for ...James Ahlborn2007-11-265-304/+674
* add some convenience methods for finding values in a tableJames Ahlborn2007-11-212-46/+106
* clean up forward/reverse logic in CursorJames Ahlborn2007-11-211-34/+85
* add reverse cursor traversalJames Ahlborn2007-11-213-99/+345
* Move table iteration out of Table and into Cursor. First stage inJames Ahlborn2007-11-205-202/+554
* work toward separating table iteration state from the Table classJames Ahlborn2007-11-193-42/+178
* change references between major data types; share common utility classes from...James Ahlborn2007-11-196-200/+244
* Update table row count correctly on row deletion or bulk row addition,James Ahlborn2007-11-173-35/+127
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-165-61/+128
* fix some pmd/findbugs issuesJames Ahlborn2007-11-036-60/+44
* minor updatesJames Ahlborn2007-11-022-1/+5
* move to maven2James Ahlborn2007-11-025-1/+461
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-136-201/+376
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-103-7/+19
* rework inline usage map handling to handle out-of-range cases better and with...James Ahlborn2007-07-106-117/+299
* only write the row for the usage map table when updatingJames Ahlborn2007-07-102-37/+60
* make pageiterators work even as usagemap bits are shifted aroundJames Ahlborn2007-07-101-50/+101
* initial implementation of support for promoting nline to reference usage mapJames Ahlborn2007-07-101-20/+49
* move usagemap implementations into UsageMap in prep for future changes; clean...James Ahlborn2007-07-097-301/+243
* use TempPageHolder in reference usage mapJames Ahlborn2007-07-092-30/+53
* switch from Integer list to BitSet in UsageMapJames Ahlborn2007-07-093-61/+185
* add Index.getNameJames Ahlborn2007-06-251-0/+13
* handle reading/writing numeric values which thing that they are fixed length ...James Ahlborn2007-06-052-1/+6
* include format in validationJames Ahlborn2007-06-053-3/+20
* do not use hard coded unit sizeJames Ahlborn2007-05-081-1/+1
* tweak input row handling at beginning of createRowJames Ahlborn2007-05-081-9/+10
* fill in offsets for trailing deleted var len columnsJames Ahlborn2007-05-081-0/+5
* when writing table definition, set things up so long variable length columns ...James Ahlborn2007-05-084-73/+186
* add autosync optionJames Ahlborn2007-04-253-8/+63
* add unit test for new copyTable behaviorJames Ahlborn2006-11-132-1/+10
* better import/copy column setup; added ability for users to further customize...James Ahlborn2006-11-121-11/+8
* better import/copy column setup; added ability for users to further customize...James Ahlborn2006-11-125-74/+170
* better import/copy column setup; added ability for users to further customize...James Ahlborn2006-11-122-21/+87
* remove invalid characterJames Ahlborn2006-11-125-7/+7
* implement multi-page long value writingJames Ahlborn2006-10-024-86/+196
* read index entries on demandJames Ahlborn2006-09-261-4/+60
* fail more gracefully if writing large indexJames Ahlborn2006-09-261-1/+5
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-262-43/+223
* add support for get/put int of different byteorderJames Ahlborn2006-09-251-0/+49
* add offset for next leaf page numberJames Ahlborn2006-09-251-0/+4
* save set of lookup columnsJames Ahlborn2006-09-251-3/+8