]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2005-05-26  danielk1977If SSE is enabled, set the P1 field of OP_AggInit instr...
2005-05-26  danielk1977Fix minor problems with the SSE hooks. (CVS 2483)
2005-05-25  danielk1977Rearrange code so that SSE can invoke the collation...
2005-05-25  danielk1977Split main.c into two files to make building without...
2005-05-24  drhRemove the config.h file from the build. Ticket #1224...
2005-05-24  danielk1977Move a few things around to make building without the...
2005-05-23  drhThe REGEXP operator is recognized. It tries to invoke...
2005-05-23  drhMake sure that the use of a double-quoted string litera...
2005-05-23  danielk1977Retain the error string if an error is generated by...
2005-05-23  danielk1977Add pFetch variable (used by SSE) to sqlite3 structure...
2005-05-22  drhThe cache_size pragma should not reset the synchronous...
2005-05-22  drhNever user a pointer to standard library routines mallo...
2005-05-22  drhFix a memory leak. Ticket #1259. (CVS 2472)
2005-05-22  danielk1977Add hook to register SSE user-functions. (CVS 2471)
2005-05-22  danielk1977Allow schema objects beginning with sqlite_ to be creat...
2005-05-21  drhSpeed improvements as described by tickets #1257 and...
2005-05-21  drhMore structure rearrangements for additional size reduc...
2005-05-20  drhReorder structure fields to reduce code footprint....
2005-05-20  drhDo not allow the pagesize of :memory: databases to...
2005-05-20  drhComment changes in vdbeapi.c (CVS 2465)
2005-05-20  danielk1977Fix memory leaks in Tcl user function interface. (CVS...
2005-05-19  danielk1977Always use a more specific type (P3_FUNCDEF) instead...
2005-05-19  drhFix an array index that is out of bounds. Ticket ...
2005-05-17  drhProvide a compile-time parameter to set the default...
2005-05-16  drhFix an uninitialized variable. Ticket #1244. (CVS...
2005-05-16  danielk1977Modify documentation to explain default value of "pragm...
2005-05-11  drhChange to the lemon parser suggested by Geert Janssen...
2005-05-10  drhFix a typo in the CREATE TABLE documentation. (CVS...
2005-05-06  drhTiming fix in the default busy handler. (CVS 2456)
2005-05-05  drhPatch to fix an alignment problem on sparc. Ticket...
2005-05-05  drhFix a datatype in trigger6.test that changed due to...
2005-05-05  drhIn the TCL interface, user-defined functions preserve...
2005-05-03  drhMake sure all data structures have 8-byte alignment...
2005-05-01  drhRemove the psAligned value from the BTree structure...
next