summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-054-1/+58
* 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-086-73/+226
* add faq entry for new autoSync optionJames Ahlborn2007-04-251-0/+16
* add autosync optionJames Ahlborn2007-04-253-8/+63
* prep for releaseJames Ahlborn2007-02-141-0/+16
* Fixed typoTim McCune2007-02-081-1/+1
* tweak exampleJames Ahlborn2006-11-231-1/+1
* add unit test for new copyTable behaviorJames Ahlborn2006-11-134-8/+132
* 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
* remove broken dev linkJames Ahlborn2006-10-021-2/+1
* inc version post releaseJames Ahlborn2006-10-021-1/+1
* prep for releaseJames Ahlborn2006-10-021-0/+32
* implement multi-page long value writingJames Ahlborn2006-10-026-90/+249
* read index entries on demandJames Ahlborn2006-09-262-5/+63
* fail more gracefully if writing large indexJames Ahlborn2006-09-261-1/+5
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-265-73/+273
* 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
* fix ordering of byte code comparatorJames Ahlborn2006-09-233-6/+110
* create method for interpreting boolean valuesJames Ahlborn2006-09-232-6/+11
* make byte[] printable when dumping tableJames Ahlborn2006-09-211-1/+12
* add ability to dump to writerJames Ahlborn2006-09-211-5/+19
* further refactor or row parsing logicJames Ahlborn2006-09-212-167/+164
* change numeric negate flagJames Ahlborn2006-09-211-1/+1
* clean up index reading/writing of text columns, add support for more charactersJames Ahlborn2006-09-182-224/+375
* remove debug printlnsJames Ahlborn2006-09-181-2/+0
* honor endianness when reading currency valuesJames Ahlborn2006-09-181-7/+5
* add dump to file utility methodJames Ahlborn2006-09-181-2/+21
* do not ask me why, but numeric columns are considered variable length, even t...James Ahlborn2006-09-183-18/+38
* rework current row page tracking with RowStateJames Ahlborn2006-09-145-184/+474
* implement overflow row readingJames Ahlborn2006-09-134-115/+287
* refactor index entries to allow for fixing textual entries (not finished yet)James Ahlborn2006-09-133-90/+299
* fix row usage and free space calculationsJames Ahlborn2006-09-111-32/+53
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-089-175/+478
* added some more debug infoJames Ahlborn2006-08-281-0/+11
* added info about password protectionJames Ahlborn2006-08-281-0/+9
* make read-only logic slightly cleanerJames Ahlborn2006-08-251-4/+4