]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2005-07-08  drhAdd the EP_OptOnly flag on expressions for WHERE clause
2005-07-08  drhAdd the SQLITE_CASE_SENSITIVE_LIKE compile-time option...
2005-07-08  drhReplace OP_List with OP_Fifo. This is the first step...
2005-07-08  drhAdd infrastructure for the ANALYZE command. Does not...
2005-07-06  drhFix a quoting problem in the configure script. (CVS...
2005-07-01  drhFix typos in comments. No changes to code. (CVS 2535)
2005-06-30  drhAllow the DEFAULT value of a column to be obtained...
2005-06-29  drhCheck for zero-byte allocations in sqlite3MallocRaw...
2005-06-29  drhMake sqlite3Malloc always return NULL when the number...
2005-06-26  drhUpdate SQL syntax documentation to describe the new...
2005-06-26  drhTcl interface uses Tcl_Objs to implement user-defined...
2005-06-25  drhDocumentation fixes. Ticket #1306. (CVS 2529)
2005-06-25  drhThe TCL interface binds variables as BLOB only if they...
2005-06-25  drhRemove the blob(), text() and numeric() functions added...
2005-06-24  drhNULL values in a row of a unique index cause the row...
2005-06-23  drhMake sure the String8 opcode always has a non-null...
2005-06-22  drhAdd built-in functions numeric(), text(), and blob...
2005-06-22  drhAllow parameters to be introduced by characters ':...
2005-06-22  drhFix a bug in an assert found while investigating ticket...
2005-06-16  drhChange the documentation to explain that a database...
2005-06-16  drhFix the THREADSAFE macro in Makefile.in. We really...
2005-06-16  drhChange to Makefile.in to fix a problem with the Borland...
2005-06-15  drhFix to the "make doc" makefile target. Ticket #1289...
2005-06-15  drhChanges to the unix OS layer aimed at finding and fixin...
2005-06-14  drhFix an NDEBUG versus SQLITE_DEBUG confusion issue....
2005-06-14  drhProvide the SQLITE_FILE_HEADER command-line option...
2005-06-14  drhFix a bug in the default busy handler for systems that...
2005-06-14  drhDo not record existance the sqlite_sequence table until...
2005-06-13  drhFix documentation typo. Ticket #1282. (CVS 2512)
2005-06-12  drhVersion 3.2.2 (CVS 2511)
2005-06-12  drhUpdate the EXPORT definitions list to include the lates...
2005-06-12  drhUpdates in preparation for the release of version 3...
2005-06-12  drhFix documentation typos. (CVS 2508)
2005-06-12  drhDocumentation updates (ticket #1279). Add the sqlite3_...
2005-06-12  drhUpdate older opcode names to be more meaningful in...
2005-06-12  drhElminiate a VM opcode that was no longer needed. (CVS...
2005-06-07  drhChanges to support linking without a parser and without...
2005-06-07  drhIn the documentation, amplify the fact that encodings...
2005-06-07  danielk1977Remove SSE vacuum hook. (CVS 2502)
2005-06-07  danielk1977Add "#ifndef OMIT_DISKIO" condition around sqlite3_open...
2005-06-07  drhAdd tests to make sure statement journals are only...
2005-06-07  drhDo not open a statement journal unless absolutely neces...
2005-06-06  drhReference count Table structures so that they are not...
2005-06-06  drhReturn SQLITE_MISUSE when passing a NULL pointer into...
2005-06-06  drhAny non-zero value is considered TRUE in a WHERE clause...
2005-06-06  drhAvoid ambiguous column name errors when the column...
2005-06-06  drhNaming the join columns in the result set of a natural...
2005-06-06  drhHonor the full_column_names pragma on * results. Ticke...
2005-06-06  drhDo not allow parameters in VIEW definitions. Ticket...
2005-06-06  drhHandle failures of getcwd() without segfaulting. Ticke...
2005-06-06  drhFix a bug in the malloc2 tests introduced by checkin...
2005-05-29  danielk1977Omit a couple of test cases if the library is compiled...
2005-05-27  danielk1977Minor changes to help build and test SSE. (CVS 2487)
2005-05-26  drhAdd an experimental sqlite3_get_autocommit() API used...
2005-05-26  danielk1977Add a -cleanup option to Tcl test proc do_ioerr_test...
next