]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2005-02-15  danielk1977Check that read-only pages are not being modified ...
2005-02-14  drhMake sure that when a CREATE INDEX fails, it does not...
2005-02-14  danielk1977Tighten up the CREATE INDEX syntax accepted by the...
2005-02-13  drhUpdate the version number in preparation for the releas...
2005-02-12  danielk1977Fix a problem with sub-queries and the flattening optim...
2005-02-12  drhFix a problem with VACUUM that can lead to database...
2005-02-09  danielk1977Return SQLITE_BUSY if the database is locked reading...
2005-02-09  danielk1977Add experimental collation_list pragma. (CVS 2321)
2005-02-09  danielk1977Document SQLITE_DEFAULT_CACHE_SIZE and SQLITE_DEFAULT_T...
2005-02-08  danielk1977Fix a buggy interaction between "INSERT ... SELECT...
2005-02-08  danielk1977Fix for correlated subqueries where the parent is an...
2005-02-06  drhAdd the (highly experimental) omit_readlock pragma...
2005-02-05  danielk1977Allow expressions (including variables) in LIMIT and...
2005-02-05  danielk1977Add a numeric version number. Ticket #1097. (CVS 2315)
2005-02-05  danielk1977Detect database corruption in rootpage flags (see also...
2005-02-04  drhDetect and report a subtle case of database file corrup...
2005-02-04  danielk1977Remove code for SQL cursors. (CVS 2312)
2005-02-03  drhGet AUTOINCREMENT and VACUUM working together. Ticket...
2005-02-03  drhFix the ".dump" command in the shell so that it works...
2005-02-03  drhMake sure the rc variable in OsWrite of os_win.c is...
2005-02-02  danielk1977Fix a comment in sqlite3.h. No code changes. Ticket...
2005-02-02  danielk1977Handle "rowid<=X ORDER BY rowid DESC" where X is an...
2005-02-01  drhVersion 3.1.1 (beta) (CVS 2306)
2005-02-01  drhIncrement the version number to 3.1.1beta. (CVS 2305)
2005-02-01  danielk1977Space analyzer: Format integer results as integers...
2005-02-01  danielk1977Have debugging code handle sqliteMalloc(n) where n...
2005-02-01  drhMore performance tweaking in the parser. (CVS 2302)
2005-02-01  danielk1977Fix an error introduced with (2299). (CVS 2301)
2005-02-01  drhLemon optimization: When doing a shift following a...
2005-02-01  danielk1977Avoid allocating a vdbe in sqlite3FinishCoding() if...
2005-02-01  danielk1977Change to sqlite3AffinityType() to remove hex constants...
2005-02-01  drhTweaks to the keyword hash generator. Tried to make...
2005-02-01  danielk1977Replace sqlite3AffinityType() with a slightly faster...
2005-01-31  drhPerformance tweaks for sqlite3AffinityType. (CVS 2295)
2005-01-31  danielk1977Move sqlite3HashNoCase to hash.c. (CVS 2294)
2005-01-31  danielk1977Assorted minor changes to speed up loading the database...
2005-01-30  drhUser-contributed chagnes to tclinstaller so that it...
2005-01-30  danielk1977Respect collation sequences in views. Ticket #1088...
2005-01-30  danielk1977Have the optimization introduced in (2170) deal with...
2005-01-29  danielk1977Update to test files to support builds with OMIT macros...
2005-01-29  danielk1977Fix a test bug causing a segfault in bind.test. (CVS...
2005-01-29  danielk1977Update ioerr.test to be more deterministic. (CVS 2287)
2005-01-29  danielk1977Modify sub-query handling. Tickets #1083 and #1084...
2005-01-29  danielk1977Modification to schema.test so that it works with SQLIT...
2005-01-28  drhMake sure the #include of "sqliteInt.h" always comes...
next