]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2005-09-19  drhSet the default maximum page size to 32768, not 8192...
2005-09-19  drhDo not optimize views with an ORDER BY clause if they...
2005-09-19  drhFix uninitialized value on a UNION ALL select with...
2005-09-19  drhThe sqlite3_query_plan debugging variable now only...
2005-09-19  drhWork around limitations of MSVC++ 6. Tickets #1429...
2005-09-19  drhChange some debugging #defines in order to get SSE...
2005-09-17  drhDownload page reports sizes in MiB and KiB instead...
2005-09-17  drhUpdate to the download page on the website. (CVS 2717)
2005-09-17  drhVersion 3.2.6 (CVS 2716)
2005-09-17  drhThe sqlite3ReallocOrFree routine should set its pointer...
2005-09-17  drhFix up the busy test so that it can be run multiple...
2005-09-17  drhFix a memory leak that occurs after malloc fails. ...
2005-09-17  drhFix the crash.test script to accomodate recent changes...
2005-09-17  drhFix a bug in the lock2 test script introduced by check...
2005-09-17  drhFix a problem with the lock_status pragma and the UTF...
2005-09-17  drhChanges to make corruption errors easier to track down...
2005-09-17  drhUpdate the webpage description of 3.2.6 changes to...
2005-09-17  drhBug fix in the ORDER BY optimizer. Ticket #1435. ...
2005-09-17  drhMake sure dependencies on the right-hand side of IN...
2005-09-17  drhUpdates to the FAQ. (CVS 2705)
2005-09-16  drhDo not journal the locking page which doing an autovacu...
2005-09-16  drhDo not journal the file locking page when doing a datab...
2005-09-16  danielk1977Prevent the sqlite3_pagecount() function from ever...
2005-09-16  danielk1977Move the definition of sqlite3_pending_byte from test2...
2005-09-16  danielk1977Fix an auto-vacuum problem with the PENDING_BYTE page...
2005-09-16  drhDocumentation changes in preparation for the release...
2005-09-16  drhUndo check-in (2694). (CVS 2697)
2005-09-16  drhFix a whole host of newly discovered memory leaks the...
2005-09-16  drhFix a memory leak: a failure to deallocate the P3 param...
2005-09-15  drhThe table_info pragma now gives the order of columns...
2005-09-13  drhCorrect the sense of a test for SQLITE_DEBUG on the...
2005-09-13  drhUpdates to the documentation on the TCL bindings. ...
2005-09-13  drhFix a comment typo in the previous check-in. (CVS 2691)
2005-09-13  drhAutomatically set the NDEBUG preprocessor macro unless...
2005-09-12  drhBug fix in the new COUNT(DISTINCT) logic. Ticket ...
2005-09-11  drhCOUNT(DISTINCT x) is now fully functional, though it...
2005-09-11  drhThe ".dump" command from the shell correctly saves...
2005-09-10  drhThe shell does not output the sqlite_stat1 table on...
2005-09-10  drhAdd the experimental EXPLAIN QUERY PLAN diagnostic...
2005-09-10  drhAvoid a memory leak and/or assertion failure when parsi...
2005-09-10  drhUse of the CROSS keyword in a join prevents table reord...
2005-09-09  drhEnhanced disk-full tests. (CVS 2682)
2005-09-09  drhDetect errors returned by SetFilePointer on windows...
2005-09-09  drhInfrastructure for the DISTINCT keyword in aggregate...
2005-09-09  drhDefend against disk I/O errors that happen during an...
2005-09-08  drhSUM returns NULL when it has no inputs. Ticket #1413...
2005-09-08  drhA SUM() of all NULLs returns NULL. A SUM() of nothing...
2005-09-08  drhRemove a C++ism that snuck in on one of the reason...
2005-09-08  drhRemove a few unused variables detected by Borland C...
2005-09-08  drhAggregates with GROUP BY can sometimes return no result...
2005-09-08  drhWhile doing a transaction comment, use fdatasync()...
2005-09-08  drhFix another test to account for SUM() returning integer...
2005-09-08  drhFix typos in documentation. Ticket #1239. (CVS 2671)
2005-09-08  drhFix a comment in sqlite.h. Ticket #1321. (CVS 2670)
2005-09-08  drhThe SUM() aggregate function returns an integer result...
2005-09-08  drhChanges to comments only in sqliteInt.h. No changes...
2005-09-08  drhOptimizations and refinements. Improvements to test...
2005-09-08  drhAll regression tests now pass. But I am sure there...
2005-09-07  drhMore bug fixes. All of the "quick" tests pass. The...
2005-09-07  drhMore bug fixes. But there are still tests that fail...
2005-09-07  drhBug fixes in aggregate processing. Fewer tests fail...
2005-09-07  drhRewrite the aggregate handling logic so that it runs...
2005-09-06  drhChanges to reduce the amount of stack space required...
2005-09-06  drhCleanup the processing of MEM_Agg elements. (CVS 2660)
2005-09-06  drhFix ANALYZE so that it works even if the empty_result_c...
2005-09-05  drhMake due with "sub()" instead of "gsub()" in awk script...
2005-09-05  drhFix bugs introduced by checkin (2656) and do some modes...
2005-09-05  drhUse the unicode API to win32 where available.
2005-09-01  drhFix over-aggressive optimization of ORDER BY as reporte...
2005-09-01  drhAll regression tests now pass with the new bounded...
2005-09-01  drhSorting is now done using a sorting index rather than...
2005-08-31  drh{quote: KeyInfo} generation moved to a common subroutin...
2005-08-31  drhUpdates to the query optimizer overview document. ...
2005-08-31  drhExplicit typecasts to silence nuisance compiler warning...
2005-08-31  drhRefinements to the optimizer overview and integration...
2005-08-31  drhUpdate the FAQ to include an entry about binary versus...
2005-08-31  drhAdding the first cut of the optimizer overview document...
2005-08-30  drhAdjust the makefile for new optimizer documentation...
2005-08-30  drhInitial work on documentation describing the optimizer...
2005-08-30  drhThe CSV output mode does not sign-extend bytes where...
2005-08-30  drhFix printf.c so that it handles 10.0 correctly. (CVS...
2005-08-30  drhMinor code enhancements. (CVS 2642)
2005-08-30  drhUpdate the home page to brag about 150KiB code footprin...
2005-08-29  drhMake the shell aware of SQLITE_OMIT_MEMORYDB. Ticket...
2005-08-29  drhIncrease resolution of time-of-day on unix. Add an...
2005-08-29  drhInitialize a local variable to avoid a nuisance compile...
2005-08-28  drhThe LIKE optimization does the right thing when collati...
2005-08-28  drhImprovements to the formatting and layout of the code...
2005-08-28  drhAdd an assert to verify that floating point values...
2005-08-27  drhVersion 3.2.5 (CVS 2634)
2005-08-27  drhChange the wording of the news line for release 3.2...
2005-08-27  drhGet the date right. Today is the 27th, not the 25th...
2005-08-27  drhIncrease the version number and update web pages for...
2005-08-27  drhDisable synchronous writes to the master journal when...
2005-08-27  drhFix comment in vdbeapi.c. Remove unused structure...
2005-08-27  drhRemove the words "statically linked" from the descripti...
2005-08-27  drhRemove GNUmake extensions from the makefile. Ticket...
2005-08-27  drhDo not change fields of stale sqlite3 handles. Ticket...
2005-08-27  drhWiden the opcode column of explain output in the shell...
2005-08-25  drhWhen the left-hand side of an IN operator is constant...
next