]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2005-08-29  drhMake the shell aware of SQLITE_OMIT_MEMORYDB. Ticket...
2005-08-29  drhIncrease resolution of time-of-day on unix. Add an...
2005-08-29  drhInitialize a local variable to avoid a nuisance compile...
2005-08-28  drhThe LIKE optimization does the right thing when collati...
2005-08-28  drhImprovements to the formatting and layout of the code...
2005-08-28  drhAdd an assert to verify that floating point values...
2005-08-27  drhVersion 3.2.5 (CVS 2634)
2005-08-27  drhChange the wording of the news line for release 3.2...
2005-08-27  drhGet the date right. Today is the 27th, not the 25th...
2005-08-27  drhIncrease the version number and update web pages for...
2005-08-27  drhDisable synchronous writes to the master journal when...
2005-08-27  drhFix comment in vdbeapi.c. Remove unused structure...
2005-08-27  drhRemove the words "statically linked" from the descripti...
2005-08-27  drhRemove GNUmake extensions from the makefile. Ticket...
2005-08-27  drhDo not change fields of stale sqlite3 handles. Ticket...
2005-08-27  drhWiden the opcode column of explain output in the shell...
2005-08-25  drhWhen the left-hand side of an IN operator is constant...
2005-08-24  drhFix the --enable-threadsafe option to the configure...
2005-08-24  drhAdditional defense against the rowid-fifo overflow...
2005-08-24  drhRemove a stray C++ style comment causing problems for...
2005-08-24  drhFix a bug in DELETE that might cause a segfault when...
2005-08-24  drhVersion 3.2.4 (CVS 2619)
2005-08-24  drhIncrease the version number and update the change log...
2005-08-24  drhAfter calling realloc() on an array to resize it, be...
2005-08-23  drhAllow floating point literals to being or end with...
2005-08-23  drhHandle empty blob constants correctly. Ticket #1373...
2005-08-23  drhFix another documentation typo. (CVS 2614)
2005-08-23  drhFix typos in syntax documentation. Ticket #1374 and...
2005-08-22  drhUpdate the download page of the website to handle TEA...
2005-08-21  drhClean up possible locking problem in multithreaded...
2005-08-21  drhVersion 3.2.3 (CVS 2610)
2005-08-21  drhIncrease the version number and adjust documentation...
2005-08-21  drhDisable malloc tests when not compiled with SQLITE_DEBU...
2005-08-21  drhDo not create an error message if there is no error...
2005-08-21  drhDo not overwrite small files (less than 1024 bytes...
2005-08-20  drhMore test coverage improvements. (CVS 2605)
2005-08-20  drhIncreased test coverage. Some malloc tests now fail...
2005-08-19  drhIncrease test coverage of alter.c to 100%. Fix bugs...
2005-08-19  drhAdditional tests for better coverage. (CVS 2602)
2005-08-19  drhIncreased test coverage on trigger.c and printf.c....
2005-08-19  drhMore test coverage enhancements. (CVS 2600)
2005-08-19  drhBring testing coverage of the analyze.c file up to...
2005-08-18  drhComment fixes. No changes to the underlying code....
2005-08-16  drhFix typo in documentation. (CVS 2597)
2005-08-16  drhNull-terminate the strings array passed to Tcl_GetIndex...
2005-08-14  drhGeneral code cleanup resulting in smaller footprint...
2005-08-14  drhSplit the sqlite3_complete() API out into a separate...
2005-08-14  drhDeclare local-use functions as static. Ticket #1363...
2005-08-14  drhThe case_sensitive_like pragma added.
2005-08-13  drhProvide grave accent quoting of identifiers for MySQL...
2005-08-13  drhGive the same access permissions to journal files as...
2005-08-13  drhDisable an overzealous optimization the omitted sorting...
2005-08-13  drhFix a comment in printf. (CVS 2588)
2005-08-13  drhAdditional cleanup and optimization of the printf funct...
2005-08-13  drhAdd the "!" flag to the "%g" mprintf conversion paramet...
2005-08-13  drhMake the round() function work correctly on numbers...
2005-08-13  drhFix a memory leak that occurs when a CREATE TABLE that...
2005-08-12  drh3rd argument to sqlite3Error() should always be a forma...
2005-08-12  drhImproved error message when a #NNN parameter appears...
2005-08-12  drhOptimize LIKE and GLOB operators in the WHERE clause...
2005-08-11  drhImprove the error message associated with SQLITE_FULL...
2005-08-11  drhAdd 2005 open source award badge and news announcement...
2005-08-05  drhMake sure the .import command strips newlines off the...
2005-08-02  drhComment out the use of memory high-water marks when...
2005-08-02  drhMinor refactoring of the new optimizer code. (CVS 2576)
2005-08-02  drhUpdate the documentation for the new transaction method...
2005-08-02  drhTests and bug fixes on the new transaction method in...
2005-08-02  drhFix a bug in the btree balancer. ticket #1346. (CVS...
2005-08-02  drhAdd the "transaction" coommand to the TCL interface...
2005-07-29  drhFix problems caused by over-agressive optimization...
2005-07-29  drhFix authentication so that it works with AS aliases...
2005-07-29  drhOptimizer now converts OR-connected WHERE-clause terms...
2005-07-28  drhThe BETWEEN operator in a WHERE clause is now able...
2005-07-28  drhTest cases and tuning of the new optimizer code. (CVS...
2005-07-28  drhThe new optimizer now passes all regression tests....
2005-07-27  drhMore work on the new optimizer. Fewer tests fail now...
2005-07-23  drhA new optimizer that breaks a lot of tests. But none...
2005-07-23  drhStore the total number of rows as part of the ANALYZE...
2005-07-23  drhThe results of ANALYZE are now loaded into internal...
2005-07-23  drhFull-coverage testing and documentation for the ANALYZE...
2005-07-23  drhFirst code for the ANALYZE command. Mostly untested...
2005-07-22  drhClarify the meaning of the TEMP keyword on CREATE TABLE...
2005-07-22  drhCorrect the documentation to show that sqlite3_column_t...
2005-07-22  drhBegin adding code to support multiple IN constraints...
2005-07-21  drhSplit the OP_Integer opcode into OP_Integer and OP_Int6...
2005-07-21  drhAdd comments to test cases. Improvements to the query...
2005-07-21  drhIn where.c, split out the code that selects an index...
2005-07-20  drhExtra memory usage instrumentation added. (CVS 2553)
2005-07-19  drhMore refactoring in where.c. (CVS 2552)
2005-07-19  drhRefactoring of the query optimizer in advance of adding...
2005-07-16  drhAllow an unlimited number of terms in the WHERE clause...
2005-07-15  drhFix bugs in the new query plan instrumention logic...
2005-07-15  drhAdd test instrumentation that will be needed during...
2005-07-09  drhAdd remark in the changelog that mentions 64-bit alignm...
2005-07-09  drhFix a comment error. No changes to code. Ticket #1320...
2005-07-09  drhUse the internal sqlite3_snprintf function instead...
2005-07-09  drhPatch to Makefile.in so that it works with OS X. Ticke...
2005-07-09  drhMake sure there is only one busy counter. Ticket ...
2005-07-08  drhAllow the IN operator to take a list of arbitrary expre...
2005-07-08  drhChange the name of the OpenTemp opcode to OpenVirtual...
next