]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2005-03-02  drhFix the header comment on experimental.c. (CVS 2365)
2005-02-28  drhVersion 3.1.3.1 (not an official release) (CVS 2364)
2005-02-28  drhBump the version number to 3.1.3.1. (CVS 2363)
2005-02-26  drhAdd the SQLITE_OMIT_FLAG_PRAGMAS compile-time option...
2005-02-26  drhFix an assertion fault that can occur while autovacuumi...
2005-02-24  drhRevised man page from Bill Bumgarner. (CVS 2360)
2005-02-23  drhRemove strcasecmp from shell.c. Tickets #1108, #1122...
2005-02-23  drhThe script that cross-compiles the windows DLLs now...
2005-02-22  danielk1977Fix bug reported on the mailing list for WHERE clauses...
2005-02-20  drhVersion 3.1.3 (CVS 2356)
2005-02-19  drhPrepare for the release of 3.1.3. (CVS 2355)
2005-02-19  drhRework parts of the pragma documentation. Ticket ...
2005-02-19  drhAdd documentation on the EXISTS expression. Ticket...
2005-02-19  drhRemove duplicate word from documentation. Ticket ...
2005-02-19  danielk1977Support for a future file format that includes 'short...
2005-02-18  danielk1977Fix typos in documentation for pragma short_column_name...
2005-02-17  drhCompile-time option to limit the size of AUTOINCREMENT...
2005-02-16  danielk1977Clarify that columns are indexed from 0 when using...
2005-02-16  drhChange to configure.ac contributed by a reader. (CVS...
2005-02-16  drhPatch the command-line error message printing for lemon...
2005-02-16  drhGet vacuum working on database that used to have autoin...
2005-02-15  drhMove the special built-in SQL functions used by ALTER...
2005-02-15  drhSplit the logic for the ALTER TABLE command off into...
2005-02-15  drhBtree checks the autovacuum flag after locking the...
2005-02-15  drhAppend the version number to the directory name in...
2005-02-15  drhFix a hyperlink bug on the homepage. (CVS 2338)
2005-02-15  drhVersion 3.1.2 (CVS 2337)
2005-02-15  drhUpdates to the script that generates the download page...
2005-02-15  drhUpdate the change log. (CVS 2334)
2005-02-15  drhUpdate the homepage prior to releases 2.8.16 and 3...
2005-02-15  danielk1977Ensure a database file is not truncated without an...
next