]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2005-03-21  drhImproved support for cygwin. Ticket #1165. (CVS 2407)
2005-03-21  drhFix a formatting error in the syntax documentation...
2005-03-20  drhFix for ticket #1167 (CVS 2405)
2005-03-20  drhDo not attempt to read the journal file on windows...
2005-03-20  drhMore changes for ticket #1171 after additional analysis...
2005-03-20  drhTentative fix for ticket #1171. More research and...
2005-03-19  drhMore documentation updates. (CVS 2401)
2005-03-19  drhPreparations for the release of version 3.2.0. (CVS...
2005-03-19  drhFix typos in documentation. (CVS 2399)
2005-03-19  drhUpdates to comments and documentation. No changes...
2005-03-18  drhRemove unused code from util.c. Enhance the trace...
2005-03-17  drhFixed a typo in alter3.test. (CVS 2396)
2005-03-17  danielk1977Don't run the tests in alter3.test if SQLITE_OMIT_ALTER...
2005-03-17  danielk1977Update to keyword list for ALTER TABLE ... ADD COLUMN...
2005-03-17  danielk1977Add the ALTER TABLE ... ADD COLUMN command. (CVS 2393)
2005-03-17  drhVersion 3.1.6 (CVS 2392)
2005-03-17  drhStrengthen an assert() in vdbe.c. (CVS 2391)
2005-03-17  drhPreparing for the release of 3.1.6. (CVS 2390)
2005-03-17  drhFix a bug in the calculation of the table record header...
2005-03-16  danielk1977Fix some memory leaks that can occur if a memory alloca...
2005-03-15  drhWhen creating a new database, delete any preexisting...
2005-03-15  drhAllow the database name in a DETACH statement to be...
2005-03-14  drhBe more aggressive about using the busy handler. Ticke...
2005-03-12  drhFix typo in documentation. (CVS 2384)
2005-03-12  drhDocumentation updates. Added the "distinctive features...
2005-03-11  drhVersion 3.1.5 (CVS 2382)
2005-03-11  drhDisable GNU readline in the build of the command-line...
2005-03-11  drhUpdates to the homepage prior to 3.1.5. (CVS 2380)
2005-03-11  drhFix bugs discovered in 3.1.4. F_FULLFSYNC not F_FULLSY...
2005-03-11  drhVersion 3.1.4 (CVS 2378)
2005-03-11  drhFixes so that the FULLSYNC changes will build on window...
2005-03-11  drhIncrease the version number to 3.1.4. (CVS 2376)
2005-03-11  drhDocumentation updates for version 3.1.4. (CVS 2375)
2005-03-10  drhAnother case of returning SQLITE_CORRUPT when a corrupt...
2005-03-10  drhFix a problem with crashtest caused by the F_FULLSYNC...
2005-03-10  drhDisable F_FULLSYNC if the sychronous pragma is not...
2005-03-10  drhDisable the use of ./crashtest in builds that include...
2005-03-10  drhDisable the alter2 tests if there is a codec compiled...
2005-03-10  drhFix a #ifdef in util.c. (CVS 2369)
2005-03-09  danielk1977Fix a file corruption bug in CREATE INDEX in auto-vacuu...
2005-03-09  danielk1977Support for a future ALTER TABLE command to add columns...
2005-03-02  drhPrint an error message and quit if the regression tests...
next