]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2003-04-01  paulAdd infrastructure to suport multiple btree implementat...
2003-03-31  drhMinor follow-on changes to the recent ATTACH patch...
2003-03-31  drhMinor follow-on changes to the recent ATTACH patch...
2003-03-31  drhAdd the sqliteErrorMsg() function and use it to generat...
2003-03-31  drhThe ATTACH and DETACH statements are now coded but...
2003-03-30  drhRemove the experimental sqlite_open_aux_file() API...
2003-03-30  drhRemove the experimental sqlite_open_aux_file() API...
2003-03-30  drhRemove the obsolete documentation on how to crosscompil...
2003-03-30  drhDetect when a child node of a btree page has zero entri...
2003-03-30  drhFix a memory leak in triggers and update tests to show...
2003-03-27  drhRegression tests now work - except for some changes...
2003-03-27  drhFix a segfault in the trigger code. (CVS 884)
2003-03-27  drhChanges to the "sqlite" structure that allow simultaneo...
2003-03-27  drhChanges to the "sqlite" structure that allow simultaneo...
2003-03-24  a.rottmannRe-generated. (CVS 882)
2003-03-24  a.rottmannUpdated libtool. (CVS 881)
2003-03-24  a.rottmannAdded pkg-config support. (CVS 880)
2003-03-20  drhRecord the database name in addition to the table name...
2003-03-19  drhModifications to the VDBE to support more than one...
2003-03-07  drhDo not allow an empty string to be inserted into an...
2003-03-01  drhAdd more tests to make sure that sqlite_changes() works...
2003-03-01  drhGet the non-callback API working with the EXPLAIN keywo...
2003-02-26  drhFix a memory leak associated with PRIMARY KEY in a...
2003-02-26  drhFix a memory leak associated with PRIMARY KEY in a...
2003-02-20  drhWhen the right table in a LEFT OUTER JOIN contains...
2003-02-20  drhFix the parsing of the LIMIT clause when the limit...
2003-02-16  drhVersion 2.8.0 (CVS 870)
2003-02-16  drhCouple of last-minute changes before 2.8.0. (CVS 871)
2003-02-16  drhUpdate the speed comparison documentation to show the...
2003-02-16  drhAdded test code to check for file descriptor leaks...
2003-02-16  drhFix more bugs. The new rollback journal implementation...
2003-02-15  drhFix the pager so that correct rollbacks occur when...
2003-02-13  drhUpdate the documentation for the new journal format...
2003-02-13  drhUpdate the documentation for the new journal format...
2003-02-13  drhFix a bug in the rollback logic for the new journal...
2003-02-12  drhAdded the new FULL option to the SYNCHRONOUS pragma...
2003-02-12  drhAdded the new FULL option to the SYNCHRONOUS pragma...
2003-02-12  drhFix a bug in the legacy journal format writing logic...
2003-02-11  drhModify the journal format to be more robust against...
2003-02-05  drhMake the shell run much faster for inputs where a singl...
2003-02-02  drhMake the GROUP BY clause work even if there are no...
2003-02-01  drhWhen a CREATE TABLE ... AS SELECT statement fails,...
2003-01-31  drhThe sqlite_exec() function now returns SQLITE_AUTH...
2003-01-31  drhAllow double-quoted strings as string constants in...
2003-01-29  drhAdditional testing and bug fixing with the non-callback...
2003-01-29  drhBetter error messages on constraint violations. Additi...
2003-01-29  drhThe callback-free API is now working, though much more...
2003-01-28  drhFirst code for the new callback-free API. All regressi...
2003-01-26  jplyonAdded section on comments.
2003-01-25  drhVersion 2.7.6 (CVS 850)
2003-01-25  drhFix a bug in the rollback validation logic (code that...
2003-01-25  drhRemove an unused variable. (CVS 848)
2003-01-25  drhPreparations for the release of version 2.7.6. (CVS...
2003-01-25  drhUpdate the speed.html documentation. Recent optimizati...
2003-01-24  drhAdd asserts to btree.c that check for the correct size...
2003-01-22  drhMinor refinements to the pager. (CVS 844)
2003-01-21  drhfix a typo on the quickstart.html page. (CVS 843)
2003-01-21  drhIn the pager, cache a pointer to the first page on...
2003-01-19  drhUpdate comments. No changes to code. (CVS 841)
2003-01-18  drhUpdate the speed comparison page. (CVS 840)
2003-01-18  drhFix datatype reporting and collating sequence selection...
2003-01-18  drhDo not report an error if the input to the sqlite shell...
2003-01-18  drhCheck the validity of the database connection before...
2003-01-16  drhAdd the sqlite_trace() hook for tracing the SQL that...
2003-01-16  drhImprovements to the pager to help large updates against...
2003-01-14  drhFinish out the test suite for the new sqlite_set_author...
2003-01-14  drhFix a memory leak in the PRAGMA authorization code...
2003-01-14  drhMore tests of the sqlite_set_authorizer() API together...
2003-01-14  drhMake the GLOB work write with upper-case characters...
2003-01-13  drhRevise the sqlite_set_authorizer API to provide more...
2003-01-12  drhThe initial round of tests for the sqlite_set_authorize...
2003-01-12  drhForgot to include the new "auth.c" source file in the...
2003-01-12  drhInitial check-in of the code for the new sqlite_set_aut...
2003-01-12  drhRemove an unused variable from the VDBE. Ticket #223...
2003-01-12  drhChange the PopStack() routine so that it doesn't confus...
2003-01-11  drhRemove the aOrder() array from where.c. (CVS 824)
2003-01-11  drhFix two compiler warnings from OS-X. (CVS 823)
2003-01-11  drhDocument the SHOW_DATATYPES pragma and add tests for...
2003-01-11  drhRemove the ColumnCount opcode, which had become a no...
2003-01-08  drhPort ot MacOS Classic. Ticket #218. (CVS 820)
2003-01-07  drhAvoid calling truncate() and stat() on the checkpoint...
2003-01-07  drhIn the VDBE, allocate space to hold column names when...
2003-01-07  drhWhen constructing records and index keys, use static...
2003-01-07  drhMore optimizations. (CVS 816)
2003-01-07  drhOptimizations to the tokenizer. (CVS 815)
2003-01-06  drhRemove unnecessary code from the VDBE. (CVS 814)
2003-01-05  drhMore optimizations. (CVS 813)
2003-01-04  drhParameterize the number of adjacent pages that particip...
2003-01-04  drhAnother optimization to the btree logic. (CVS 811)
2003-01-04  drhOptimizations to the BTree module for a modest speed...
2003-01-03  drhAllow the rollback journal to be empty except for its...
2003-01-02  drhCode optimizations to help the library run faster....
2003-01-01  drhIf compiled with the -DVDBE_PROFILE=1 option, special...
2002-12-28  drhVersion 2.7.5 (CVS 806)
2002-12-28  drhUpdate the version number to 2.7.5. (CVS 805)
2002-12-28  drhFix an uninitialized variable in the pager. Tickets...
2002-12-17  drhVersion 2.7.4 (CVS 803)
2002-12-17  drhPreparing for the 2.7.4 release. (CVS 802)
2002-12-17  drhIf the "fake_big_file" command fails, be sure to close...
2002-12-17  drhMake sure the host machine has enough disk space before...
next