| Commit message (Expand) | Author | Age | Files | Lines |
* | enhance CodecHandler to better support impls which cannot decode pages inline | James Ahlborn | 2013-07-27 | 3 | -11/+51 |
* | merge trunk changes through r751 | James Ahlborn | 2013-07-24 | 1 | -1/+1 |
* | merge trunk changes through r744 | James Ahlborn | 2013-07-09 | 6 | -137/+439 |
* | merge trunk changes through r738 | James Ahlborn | 2013-06-18 | 14 | -46/+410 |
* | limit size of indexpagecache | James Ahlborn | 2013-06-17 | 2 | -16/+62 |
* | use logical write operations for auto-sync to make writing more efficient | James Ahlborn | 2013-06-14 | 6 | -217/+283 |
* | make query types interfaces | James Ahlborn | 2013-05-30 | 24 | -1220/+1685 |
* | merge trunk changes through r729 | James Ahlborn | 2013-05-29 | 2 | -0/+7 |
* | merge trunk changes through r724 | James Ahlborn | 2013-05-11 | 1 | -1/+1 |
* | merge trunk changes through r717 | James Ahlborn | 2013-05-10 | 1 | -1/+1 |
* | move escapeIdentifier to more apropos location | James Ahlborn | 2013-05-10 | 4 | -81/+98 |
* | merge trunk changes through r710 | James Ahlborn | 2013-05-04 | 3 | -1/+14 |
* | more api cleanup | James Ahlborn | 2013-04-18 | 2 | -15/+11 |
* | update javadocs | James Ahlborn | 2013-04-10 | 2 | -3/+6 |
* | fix javadoc refs | James Ahlborn | 2013-04-10 | 2 | -7/+9 |
* | make iterator with no reset return current row first | James Ahlborn | 2013-04-07 | 1 | -3/+17 |
* | fix javadocs | James Ahlborn | 2013-04-04 | 10 | -16/+22 |
* | oops missed these | James Ahlborn | 2013-03-31 | 2 | -0/+300 |
* | consolidate custom iteration configuration into iterable builders | James Ahlborn | 2013-03-29 | 10 | -426/+222 |
* | move complex type impls to impl | James Ahlborn | 2013-03-21 | 15 | -1260/+1603 |
* | util method for getting new RowId | James Ahlborn | 2013-03-20 | 2 | -1/+11 |
* | create ComplexValue.Id and stash RowId for simpler updates/deletes | James Ahlborn | 2013-03-19 | 10 | -95/+261 |
* | fix docs | James Ahlborn | 2013-03-18 | 1 | -1/+1 |
* | remove unused static methods in cursor impls | James Ahlborn | 2013-03-17 | 3 | -222/+8 |
* | add return values from most modification methods; add unit tests for new modi... | James Ahlborn | 2013-03-16 | 4 | -73/+111 |
* | use ints for cursorids as the object names could change, split tablescancurso... | James Ahlborn | 2013-03-16 | 2 | -204/+230 |
* | add more details to unsupported index exceptions | James Ahlborn | 2013-03-16 | 2 | -26/+25 |
* | add RuntimeException wrapper for IOException | James Ahlborn | 2013-03-15 | 10 | -29/+75 |
* | add addRow FromMap methods, add Row update/delete methods | James Ahlborn | 2013-03-15 | 4 | -7/+102 |
* | don't need init method on import/export filters after all | James Ahlborn | 2013-03-15 | 6 | -37/+0 |
* | simplify cursor interface (remove redundant iterator methods) | James Ahlborn | 2013-03-15 | 2 | -83/+84 |
* | add RowId to Row | James Ahlborn | 2013-03-15 | 5 | -12/+47 |
* | adding explicit row type | James Ahlborn | 2013-03-15 | 22 | -195/+298 |
* | move the last of the impls out of core api | James Ahlborn | 2013-03-15 | 9 | -236/+354 |
* | fix docs | James Ahlborn | 2013-03-14 | 1 | -2/+2 |
* | move RowId impl into RowIdImpl, clean up Relationship api | James Ahlborn | 2013-03-14 | 9 | -176/+217 |
* | second pass of class shuffling, push util classes into util package | James Ahlborn | 2013-03-14 | 25 | -32/+76 |
* | first step separating impl from api | James Ahlborn | 2013-03-14 | 51 | -116/+245 |
* | clean up complex column classes | James Ahlborn | 2013-03-12 | 8 | -247/+273 |
* | fix unit tests | James Ahlborn | 2013-03-12 | 1 | -1/+2 |
* | clean up a bunch of loose ends in the interfaces; get unit tests compiling | James Ahlborn | 2013-03-12 | 15 | -186/+338 |
* | cleanup unnecessary constructors; make many members final | James Ahlborn | 2013-03-09 | 4 | -238/+141 |
* | no longer use ColumnImpl to construct new tables; rip out some useless debug ... | James Ahlborn | 2013-03-08 | 16 | -243/+284 |
* | move cursor impls to CursorImpl and IndexCursorImpl | James Ahlborn | 2013-03-05 | 13 | -1790/+2059 |
* | shuffle some default instances | James Ahlborn | 2013-03-05 | 4 | -37/+36 |
* | make abstract classes interfaces instead | James Ahlborn | 2013-03-05 | 9 | -203/+128 |
* | move internals of Column into ColumnImpl | James Ahlborn | 2013-03-05 | 33 | -2575/+2684 |
* | move Index internals to IndexImpl | James Ahlborn | 2013-03-03 | 11 | -466/+531 |
* | move Table internals to TableImpl | James Ahlborn | 2013-03-03 | 21 | -2455/+2564 |
* | oops, forgot new Database class; pull some internal details out of FileFormat | James Ahlborn | 2013-03-02 | 3 | -23/+489 |