]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2005-04-29  drhPrevent a segfault described by ticket #1229. (CVS...
2005-04-28  drhAdd hooks for the SSE extension. (CVS 2449)
2005-04-28  drhEnhancements to allow for extensions. (CVS 2448)
2005-04-28  drhFix an array index bug in the default busy callback...
2005-04-22  drhRemove some vestigal code. Add the experimental sqlite...
2005-04-15  drhCorrectly store large integers. Ticket #1212. (CVS...
2005-04-08  kwelAdded tests to exercise delete, insert, and update...
2005-04-08  kwelFixed stack growth in update trigger on views (tkt...
2005-04-08  kwelFixed stack growth in delete trigger on views (tkt...
2005-04-03  danielk1977Apply Tcl 'nullvalue' patch from Stefan Finzel. (CVS...
2005-04-01  drhDocumentation updates. (CVS 2440)
2005-04-01  drhMake the ORDER BY clause return equal elements in the...
2005-03-31  drhAdd a "const" declaration to a constant. Fix a typo...
2005-03-31  drhUpdate comments and documentation to give the true...
2005-03-31  drhMake sure integer primary keys larger than 2^31 are...
2005-03-31  drhFix a memory leak in the TCL bindings. (CVS 2435)
2005-03-29  danielk1977Fix a problem with threads and the global database...
2005-03-29  drhVersion 3.2.1 (CVS 2433)
2005-03-29  drhChange the date of the 3.2.1 release. (CVS 2432)
2005-03-29  drhFix minor display bugs in sqlite3_analyzer. (CVS 2431)
2005-03-29  drhFix a C++-ism in the code. (CVS 2430)
2005-03-29  danielk1977Change 'stack' to the more descriptive 'no-push' in...
2005-03-29  danielk1977Reduce the space allocated for the runtime virtual...
2005-03-29  danielk1977Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS...
2005-03-29  danielk1977Fix segfault due to exception handler being run with...
2005-03-28  drhFix another memory leak in the pager. (CVS 2425)
2005-03-28  drhIncrement version number and update documentation in...
2005-03-28  drhChanges to alter3.test to allow it to work with a codec...
2005-03-28  danielk1977Modifications to reduce memory consumption. (CVS 2422)
2005-03-28  drhFix some memory leaks that occur after a malloc failure...
2005-03-28  danielk1977Use SQL function substr() correctly from ALTER TABLE...
2005-03-27  danielk1977Correctly allocate new columns array in ALTER TABLE...
2005-03-23  drhFix a typo in vdbeInt.h. This was potentially a seriou...
2005-03-23  drhFix typo in the formatchng.html document. (CVS 2417)
2005-03-21  drhVersion 3.2.0 (CVS 2415)
2005-03-21  drhDocumentation changes prior to the release of version...
2005-03-21  danielk1977Add function to recover from a malloc() failure. (CVS...
2005-03-21  danielk1977Assorted fixes to the handling of various malloc()...
2005-03-21  drhUpdate docs to say that the default_synchronous pragma...
2005-03-21  drhfix typo in CREATE VIEW documentation. Ticket #1135...
2005-03-21  drhFix an infinite loop in the code generator for INSERT...
2005-03-21  drhREADME file updated to suggest running "make install...
2005-03-21  drhAllow the character "T" between date and time in ISO...
next