]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2002-12-17  drhTake care not to modify the sqlite* pointer to sqlite_e...
2002-12-07  drhSave the full pathname of the database file so that...
2002-12-04  drhFix a bug in the reverse scan logic that comes up when...
2002-12-04  drhFixes to the logic that decides if the ORDER BY can...
2002-12-04  drhScan the table backwards if there is an ORDER BY ....
2002-12-04  drhAdd the sqliteBtreePrevious() routine to the BTree...
2002-12-03  drhAllow an aggregate function in the HAVING clause even...
2002-12-03  drhHonor ORDER BY clauses in VIEWs. Ticket #193. (CVS...
2002-12-02  drhChange to the pager to avoid opening journal files...
2002-12-01  drhFixed large file support under Linux. I'm unable to...
2002-11-24  drhAdd the "space_used.tcl" script to the tools directory...
2002-11-20  drhAutomatically determine if pointers are 4 or 8 bytes...
2002-11-20  drhGet the new large file code working with the Borland...
2002-11-11  drhRemove extra </TD> from HTML output. Ticket #189....
2002-11-11  drhBack out the changes in the pager that sorted pages...
2002-11-11  drhReplace the atoi() library routine with a faster home...
2002-11-10  drhTwo optimizations to the pager: (1) Write dirty pages...
2002-11-09  drhTry to better detect when the library is compiled for...
2002-11-06  drhAdd large file support to Windows. Change large file...
2002-11-06  drhChanges to include files so that the >2GB file patch...
2002-11-05  drhUpdate the FAQ to explain how to enable large file...
2002-11-05  drhAdd support for databases larger than 2GB under Unix...
2002-11-04  drhAdd the sqlite_version() SQL function as a built-in...
2002-11-01  drhImprovements in threadtest.c (for Unix) and some minor...
2002-10-31  drhVersion 2.7.3 (CVS 775)
2002-10-31  drhFix an assert that might fail if malloc() fails. (CVS...
2002-10-30  drhBump the version number prior to the release of version...
2002-10-30  drhIn the VDBE, check to make sure a set has been initiali...
2002-10-27  drhMinimal support for oracle8 outer join syntax. (CVS...
2002-10-22  drhCorrectly handle column names and string constants...
2002-10-22  drhTake care to track ephemeral strings in the VDBE and...
next