]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-05-18  drhNew varint encoding gives a maximum varint length of...
2004-05-18  drhAdditional debugging output from btree.c (CVS 1394)
2004-05-18  danielk1977Fix many problems with manifest types and column affini...
2004-05-18  danielk1977Fix many problems with manifest types and column affini...
2004-05-18  danielk1977Bugfix for row format. (CVS 1391)
2004-05-18  danielk1977Omit the '\0' at the end of UTF-8 strings on disk ...
2004-05-17  danielk1977More changes to support the new types model. Compound...
2004-05-16  danielk1977Fix a bug meant real numbers with a negative sign were...
2004-05-16  drhFix a bug in the BTree balancing routine. (CVS 1387)
2004-05-16  danielk1977Fix two bugs that were causing lots of tests to fail...
2004-05-16  danielk1977More changes to support the manifest type model. A...
2004-05-15  drhMore speed improvements to btree. (CVS 1384)
2004-05-14  drhAllocates VDBE cursors one by one in separate memory...
2004-05-14  drhCache record headers in the OP_Column opcode. (CVS...
2004-05-14  drhMore speed improvements. (CVS 1381)
2004-05-14  drhOptimized varint routines and tests added. (CVS 1380)
2004-05-14  drhPerformance improvements (CVS 1379)
2004-05-14  drhTable 1 of a database (the sqlite_master table) default...
2004-05-14  danielk1977Use B+trees for tables (CVS 1377)
2004-05-14  danielk1977Delete some code no longer in use (CVS 1376)
2004-05-14  danielk1977Implement type affinity for table and index records...
2004-05-14  drhChanges to btree and pager in preparation for moving...
2004-05-13  danielk1977Changes to make regression tests in rowid.test pass...
2004-05-13  danielk1977Change the OP_ListXX opcodes to use 64 bit integers...
2004-05-13  danielk1977Update quick.test (CVS 1371)
2004-05-13  danielk1977Various minor fixes and updates to make more test cases...
2004-05-13  danielk1977Commit vdbeaux.c, which should of gone in with the...
2004-05-13  danielk1977Manifest types in indices. At the moment indices use...
2004-05-13  drhAllocate more overflow data onto overflow pages, thus...
2004-05-12  drhFix a problem with B+trees. (CVS 1366)
2004-05-12  drhImplement a B+tree option (all data stored on leaves...
2004-05-12  drhBtree uses signed integers for the rowid. The intToKey...
2004-05-12  drhThe pager now handles file ":memory:" complete in memor...
2004-05-12  danielk1977Add some more code to support manifest typing in indice...
2004-05-12  danielk1977Change the table record format to support manifest...
2004-05-11  drhChange sqlite_ to sqlite3_ in the attach2.test test...
2004-05-11  drhA different fix for the problem with opening existing...
2004-05-11  danielk1977Fix a bug that was preventing the library from opening...
2004-05-11  drhFix an offset problem in the meta values that was causi...
2004-05-11  drhRemove the unused upgrade_3_schema subroutine from...
2004-05-11  danielk1977More small changes to get test cases to execute. (CVS...
2004-05-11  danielk1977Remove code dealing with old file formats. (CVS 1354)
2004-05-11  danielk1977More minor changes to accomadate the new btree. All...
2004-05-11  danielk1977Minor changes to the vdbe so that more tests pass....
2004-05-11  danielk1977Fix up a couple of little things in the vdbe. select1...
2004-05-11  danielk1977Internal symbols MEM_Dyn and MEM_AggCtx were defined...
2004-05-11  danielk1977Fix a bug in the btree code for reading varints greater...
2004-05-11  drhUpdate the main.mk makefile so that it builds everythin...
2004-05-11  drhUpdates to sqlite3BtreeKeyFetch() and sqlite3BtreeDataF...
2004-05-11  danielk1977Change to OP_PutIntKey to use new btree API. (CVS 1346)
2004-05-10  drhWork toward getting the new btree.c integrated with...
2004-05-10  drhThe btree.c module passes all tests and is ready for...
2004-05-10  drhThe btree.c module now passes all the historical regres...
2004-05-10  drhAdd flags values to the Mem structure to accomodate...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Add some functions to serialize and deserialize vdbe...
2004-05-10  danielk1977Add versions of OP_MakeRecord and OP_Column that use...
2004-05-10  danielk1977Add versions of OP_MakeRecord and OP_Column that use...
2004-05-10  danielk1977Change some code that assumes the root-page of sqlite_m...
2004-05-09  danielk1977Add a temporary sqlite2BtreeKeyCompare() function to...
2004-05-09  drhMore btree.c bug fixing. It's getting closer but still...
2004-05-09  drhThe btree.test test is no working with integrity_check...
2004-05-09  drhBegin trying to get integrity checking working on the...
2004-05-09  drhAll tests in btree.test now pass (but only because...
2004-05-08  drhMore btree.c bug fixes. (CVS 1327)
2004-05-08  drhGet the code back to the point where it will compile...
2004-05-08  drhMinor change to main.c so that it will compile with...
2004-05-08  danielk1977Change lots of internal symbols from sqliteXXX to sqlit...
2004-05-08  drhMore bug fixes in btree.c. (CVS 1323)
2004-05-07  drhMore bug fixes in btree.c. (CVS 1322)
2004-05-07  drhThe btree.c module compiles and links and passes some...
2004-05-07  drhNew btree.c module compiles and links. (CVS 1320)
2004-05-07  drhTrying to synchronize the test3.c module with the new...
2004-05-07  danielk1977Fix compilation problem in test5.c (CVS 1318)
2004-05-06  danielk1977Add code to convert between the various supported unico...
2004-05-04  drhUpdate test3.c to work with the new btree.c API. (CVS...
2004-05-04  drhAdded template for the utf.c file containing conversion...
2004-05-03  drhIncremental btree.c changes. (CVS 1312)
2004-05-02  drhChanges to btree for the new file format are mostly...
2004-04-29  drhSync all version 3 changes. (CVS 1309)
2004-04-26  drhPager tests working. (CVS 1308)
2004-04-23  drhBegin modifying the BTree code for the new version...
2004-04-23  drhAdd an extra assert() to lemon.c to make debugging...
2004-04-23  drhBranch version_2. Code for version 3 is on the trunk...
2004-04-23  drhGet the temp_store and default_temp_store pragmas worki...
2004-03-26  rdcFix windows DLL section of Makefile.in for use with...
2004-03-17  drhChange the ".database" command in the shell to allocate...
2004-03-17  drhFix a VDBE stack overflow that occurs when the left...
2004-03-17  drhThe sqlite_trace() API only works for commands started...
2004-03-16  dougcurrieMakefile.in and sqlite.def changes for encode and non...
2004-03-14  drhPrototypes for sqlite_encode_binary() and sqlite_decode...
2004-03-14  drhMake sqlite_encode_binary() and sqlite_decode_binary...
2004-03-14  drhUpdates to the architecture document. (CVS 1294)
2004-03-13  drhFix the min/max optimizer so that it works when the...
2004-03-10  drhTypecast to work around a bug in {quote: CodeWarrior...
2004-03-10  a.rottmannFixed default target. (CVS 1291)
2004-03-10  a.rottmann* Added rule for rebuilding Makefile from Makefile.in.
next