| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for writing large table definitions; move table definition code i... | James Ahlborn | 2007-07-13 | 6 | -201/+376 |
* | add flush method to Database; add unit test for new usage map functionality | James Ahlborn | 2007-07-10 | 3 | -7/+19 |
* | 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 | 2 | -1/+6 |
* | 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 | 4 | -73/+186 |
* | add autosync option | James Ahlborn | 2007-04-25 | 3 | -8/+63 |
* | add unit test for new copyTable behavior | James Ahlborn | 2006-11-13 | 2 | -1/+10 |
* | 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 |
* | implement multi-page long value writing | James Ahlborn | 2006-10-02 | 4 | -86/+196 |
* | read index entries on demand | James Ahlborn | 2006-09-26 | 1 | -4/+60 |
* | 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 | 2 | -43/+223 |
* | 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 | 2 | -6/+14 |
* | create method for interpreting boolean values | James Ahlborn | 2006-09-23 | 2 | -6/+11 |
* | 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 |
* | do not ask me why, but numeric columns are considered variable length, even t... | James Ahlborn | 2006-09-18 | 3 | -18/+38 |
* | rework current row page tracking with RowState | James Ahlborn | 2006-09-14 | 4 | -169/+458 |
* | implement overflow row reading | James Ahlborn | 2006-09-13 | 2 | -115/+259 |
* | refactor index entries to allow for fixing textual entries (not finished yet) | James Ahlborn | 2006-09-13 | 2 | -88/+297 |
* | fix row usage and free space calculations | James Ahlborn | 2006-09-11 | 1 | -32/+53 |
* | clean up lots of cruft around datatypes; add more sanity checking on table cr... | James Ahlborn | 2006-09-08 | 7 | -171/+388 |
* | added some more debug info | James Ahlborn | 2006-08-28 | 1 | -0/+11 |
* | make read-only logic slightly cleaner | James Ahlborn | 2006-08-25 | 1 | -4/+4 |
* | add support for opening files read-only (#1545857) | James Ahlborn | 2006-08-25 | 1 | -5/+23 |
* | more tweaks to index reading/writing | James Ahlborn | 2006-08-08 | 1 | -3/+25 |
* | further cleanup on row reading; fix recent issue of reading var len data twice | James Ahlborn | 2006-08-08 | 1 | -13/+16 |
* | allow reading multi-page memos | James Ahlborn | 2006-08-08 | 1 | -23/+4 |
* | use uppercase names when adding text columns to indexes, which fixes long sta... | James Ahlborn | 2006-08-07 | 2 | -6/+5 |