| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tag 'rel_1_1_9'.rel_1_1_9 | James Ahlborn | 2007-07-13 | 0 | -0/+0 |
* | set release date | James Ahlborn | 2007-07-13 | 1 | -1/+1 |
* | update changelogs | James Ahlborn | 2007-07-13 | 1 | -0/+11 |
* | add support for writing large table definitions; move table definition code i... | James Ahlborn | 2007-07-13 | 8 | -206/+417 |
* | oops next version | James Ahlborn | 2007-07-13 | 1 | -1/+1 |
* | add flush method to Database; add unit test for new usage map functionality | James Ahlborn | 2007-07-10 | 5 | -7/+46 |
* | rework inline usage map handling to handle out-of-range cases better and with... | James Ahlborn | 2007-07-10 | 6 | -117/+299 |
* | only write the row for the usage map table when updating | James Ahlborn | 2007-07-10 | 2 | -37/+60 |
* | make pageiterators work even as usagemap bits are shifted around | James Ahlborn | 2007-07-10 | 1 | -50/+101 |
* | initial implementation of support for promoting nline to reference usage map | James Ahlborn | 2007-07-10 | 1 | -20/+49 |
* | move usagemap implementations into UsageMap in prep for future changes; clean... | James Ahlborn | 2007-07-09 | 7 | -301/+243 |
* | use TempPageHolder in reference usage map | James Ahlborn | 2007-07-09 | 2 | -30/+53 |
* | switch from Integer list to BitSet in UsageMap | James Ahlborn | 2007-07-09 | 3 | -61/+185 |
* | add Index.getName | James Ahlborn | 2007-06-25 | 1 | -0/+13 |
* | handle reading/writing numeric values which thing that they are fixed length ... | James Ahlborn | 2007-06-05 | 4 | -1/+58 |
* | include format in validation | James Ahlborn | 2007-06-05 | 3 | -3/+20 |
* | do not use hard coded unit size | James Ahlborn | 2007-05-08 | 1 | -1/+1 |
* | tweak input row handling at beginning of createRow | James Ahlborn | 2007-05-08 | 1 | -9/+10 |
* | fill in offsets for trailing deleted var len columns | James Ahlborn | 2007-05-08 | 1 | -0/+5 |
* | when writing table definition, set things up so long variable length columns ... | James Ahlborn | 2007-05-08 | 6 | -73/+226 |
* | add faq entry for new autoSync option | James Ahlborn | 2007-04-25 | 1 | -0/+16 |
* | add autosync option | James Ahlborn | 2007-04-25 | 3 | -8/+63 |
* | prep for release | James Ahlborn | 2007-02-14 | 1 | -0/+16 |
* | Fixed typo | Tim McCune | 2007-02-08 | 1 | -1/+1 |
* | tweak example | James Ahlborn | 2006-11-23 | 1 | -1/+1 |
* | add unit test for new copyTable behavior | James Ahlborn | 2006-11-13 | 4 | -8/+132 |
* | better import/copy column setup; added ability for users to further customize... | James Ahlborn | 2006-11-12 | 1 | -11/+8 |
* | better import/copy column setup; added ability for users to further customize... | James Ahlborn | 2006-11-12 | 5 | -74/+170 |
* | better import/copy column setup; added ability for users to further customize... | James Ahlborn | 2006-11-12 | 2 | -21/+87 |
* | remove invalid character | James Ahlborn | 2006-11-12 | 5 | -7/+7 |
* | remove broken dev link | James Ahlborn | 2006-10-02 | 1 | -2/+1 |
* | inc version post release | James Ahlborn | 2006-10-02 | 1 | -1/+1 |
* | prep for release | James Ahlborn | 2006-10-02 | 1 | -0/+32 |
* | implement multi-page long value writing | James Ahlborn | 2006-10-02 | 6 | -90/+249 |
* | read index entries on demand | James Ahlborn | 2006-09-26 | 2 | -5/+63 |
* | fail more gracefully if writing large index | James Ahlborn | 2006-09-26 | 1 | -1/+5 |
* | support reading 'compressed' indexes (fix 1563654) | James Ahlborn | 2006-09-26 | 5 | -73/+273 |
* | add support for get/put int of different byteorder | James Ahlborn | 2006-09-25 | 1 | -0/+49 |
* | add offset for next leaf page number | James Ahlborn | 2006-09-25 | 1 | -0/+4 |
* | save set of lookup columns | James Ahlborn | 2006-09-25 | 1 | -3/+8 |
* | fix ordering of byte code comparator | James Ahlborn | 2006-09-23 | 3 | -6/+110 |
* | create method for interpreting boolean values | James Ahlborn | 2006-09-23 | 2 | -6/+11 |
* | make byte[] printable when dumping table | James Ahlborn | 2006-09-21 | 1 | -1/+12 |
* | add ability to dump to writer | James Ahlborn | 2006-09-21 | 1 | -5/+19 |
* | further refactor or row parsing logic | James Ahlborn | 2006-09-21 | 2 | -167/+164 |
* | change numeric negate flag | James Ahlborn | 2006-09-21 | 1 | -1/+1 |
* | clean up index reading/writing of text columns, add support for more characters | James Ahlborn | 2006-09-18 | 2 | -224/+375 |
* | remove debug printlns | James Ahlborn | 2006-09-18 | 1 | -2/+0 |
* | honor endianness when reading currency values | James Ahlborn | 2006-09-18 | 1 | -7/+5 |
* | add dump to file utility method | James Ahlborn | 2006-09-18 | 1 | -2/+21 |