]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-12-06  drhMake sure a memory allocation error did not prevent...
2008-12-06  drhMake sure the KeyInfo object attached to a transient...
2008-12-06  drhMark the hash table enlargement in pcache1.c as a benig...
2008-12-05  drhMake the minimum allocate size for RowSet objects large...
2008-12-05  drhFix integrity check so that it always reports memory...
2008-12-05  drhMake sure the nOverflow flag in MemPage is reset to...
2008-12-05  drhFix harmless compiler warnings. Improved comments...
2008-12-05  drhMake use of sqlite3DbMallocSize to maximize the size...
2008-12-05  drhVariable name changes in the query optimizer for disamb...
2008-12-05  drhExpand table.* properly on a USING or a NATURAL join...
2008-12-04  drhFix a segfault that can occur in the RowSet object...
2008-12-04  drhReplace the VDBE Fifo object with the new RowSet object...
2008-12-04  drhMake sure dot-lock is fully enabled when SQLITE_ENABLE_...
2008-12-04  drhFix a memory leak in the shell that occurs when a ...
2008-12-04  drhAlways enable the OP_Blob opcode in the VDBE even when
2008-12-03  drhAllow the entire FROM clause of a SELECT statement...
2008-12-03  drhFix a missing forward declaration that is needed when
2008-12-03  drhReorganize the proxy-locking method in os_unix.c. ...
2008-12-03  aswiftMake os_unix compile with SQLITE_ENABLE_PROXY_LOCKING...
2008-12-03  drhContinue with the cleanup of os_unix.c. (CVS 5969)
2008-11-29  drhFully initialize the unused bytes of the buffer that...
2008-11-29  drhContinuing to refactor os_unix.c. This is an increment...
2008-11-29  drhContinuing work on the os_unix.c refactoring. Removed...
2008-11-28  drhFirst step in refactoring os_unix.c. This is work...
2008-11-27  drhAdd 19 new assert() statements in btree.c that attempt...
2008-11-26  pweilbacherexpected error message has trailing space (CVS 5963)
2008-11-26  pweilbacherremove warning in os2Sync() with SQLITE_NO_SYNC set...
2008-11-26  pweilbachermake os2Randomness() act the same as other platforms...
2008-11-26  drhFix the test condition for the test cases added to...
2008-11-26  danielk1977Fix an obscure memory leak that can follow an IO error...
2008-11-26  danielk1977Fix a couple of assert() failures provoked by running...
2008-11-25  danielk1977Move the definition of function transferOwnership(...
2008-11-24  shaneAdded cast to PAGE_TO_PGHDR1 macro to remove warning...
2008-11-24  shaneFixed some spelling errors in sqliteInt.h. Ticket...
2008-11-24  shaneAdded test case to in4.test to try and duplicate crash...
2008-11-22  pweilbacherfix the compile warnings on OS/2 (CVS 5950)
2008-11-22  drhMake sure the error message handler is able to deal...
2008-11-21  pweilbacherFix testfixture linking problem by marking unix-only...
2008-11-21  drhFactor out and simplify the canonical pathname logic...
2008-11-21  drhWork toward cleaning up and refactoring the os_unix...
2008-11-21  danielk1977Fix the OOM handling for explain statements so that...
2008-11-21  danielk1977Fix a segfault that can be caused by an INSTEAD OF...
2008-11-21  danielk1977Fix an assert() failure that can occur after an OOM...
2008-11-21  danielk1977Fix the problems demonstrated in tkt35xx.test in a...
2008-11-21  danielk1977Add another test case to tkt35xx.test showing that...
2008-11-21  drhOn a ROLLBACK, if there page cache entries which are...
2008-11-21  drhFixes to the proxy locking so that os_unix.c compiles...
2008-11-21  aswiftAdded support for proxy file locking style
2008-11-20  drhWhen a memory allocation fails on the %Q conversion...
2008-11-19  shaneIn os_win.c, if SQLITE_TEST defined, winRandomness...
2008-11-19  drhVersion 3.6.6 (CVS 5931)
2008-11-19  drhForce the corruptC.test script to use file format 1...
2008-11-19  shaneIn bitvec.c: removed some of the recursion, minor optim...
2008-11-19  drhUpdate the SECURE_DELETE code to track the latest chang...
2008-11-19  danielk1977Fix some compiler warnings that show up when building...
2008-11-19  danielk1977Fix a few more compiler warnings. (CVS 5926)
2008-11-19  danielk1977In os_unix.c, use "IS_VXWORKS" instead of "defined...
2008-11-19  drhVersion number to 3.6.6. (CVS 5924)
2008-11-19  danielk1977Eliminate some of the "unused parameter" warnings in...
2008-11-19  danielk1977Simplify the way the pager layer invokes the busy-handl...
2008-11-19  danielk1977Changes to avoid "unused parameter" compiler warnings...
2008-11-19  drhAdd an alternative application-defined pcache implement...
2008-11-18  drhFix to the lemon parser template when YYSTACKSIZE is...
2008-11-18  pweilbacherAdd support for SQLITE_NO_SYNC for OS/2, too. (CVS...
2008-11-18  drhExpose the MBCS->UTF8 convert routine in the Win32...
2008-11-18  drhApplication-defined page cache documentation updates...
2008-11-18  danielk1977Reduce the number of "missing initializer" warnings...
2008-11-17  danielk1977Modifications to avoid unsigned/signed comparisons...
2008-11-17  danielk1977Modifications to avoid unsigned/signed comparisons...
2008-11-17  danielk1977Modifications to avoid signed/unsigned warnings in...
2008-11-17  danielk1977Changes to btree.c to avoid the unsigned/signed compari...
2008-11-17  chwAdded support for vxworks >= 6.4; RTP mode tested,...
2008-11-17  danielk1977Modifications to pager.c to avoid the unsigned/signed...
2008-11-15  danielk1977Fix compiler warnings in pcache1.c related to compariso...
2008-11-15  danielk1977Add a line to genfkey.README showing how to link agains...
2008-11-13  danielk1977Fix a couple of memory leaks that may follow malloc...
2008-11-13  shaneFixed several more crashes due to corrupt db files...
2008-11-13  shaneAdded support for -DSQLITE_NO_SYNC to os_win.c. (CVS...
2008-11-13  shaneFixed typo in tkt3472.test that prevented the test...
2008-11-13  danielk1977Avoid committing a transaction from within the xSync...
2008-11-13  danielk1977Minor changes to get memsys5 compiling and its tests...
2008-11-13  danielk1977Update mksqlite3c.tcl to include new file pcache1.c...
2008-11-13  danielk1977Add an API to support custom page cache implementations...
2008-11-12  danielk1977Avoid some buffer overreads detected by valgrind while...
2008-11-12  drhVersion 3.6.5 (CVS 5897)
2008-11-12  drhDo not redefine the MIN and MAX macros if they are...
2008-11-12  danielk1977In corruptC.test, explicitly set "PRAGMA auto_vacuum...
2008-11-12  drhUpdate the version number to 3.6.5. (CVS 5894)
2008-11-12  drhOmit the threadOverrideEachOthersLocks tests for builds...
2008-11-12  drhFix a faulty assert in select.c. Ticket #3494. (CVS...
2008-11-12  danielk1977Modify a failing test case in corruptC.test. The test...
2008-11-12  danielk1977Fix a database corruption related crash uncovered by...
2008-11-12  danielk1977Make sure affinities and implicit collation sequences...
2008-11-12  shaneFixed a few more crashes when dealing with corrupt...
2008-11-11  shaneFixed crash during an UPDATE when free cell size is...
2008-11-11  shanePrevent a crash during an UPDATE when the cell offset...
2008-11-11  drhSend the "Incomplete SQL" error message of the CLI...
2008-11-11  danielk1977Remove some asserts that refer to variables removed...
2008-11-11  danielk1977Change the way threadsOverrideEachOthersLocks() works...
2008-11-11  drhCleanup in flattenSubquery. Add OOM tests for flattenS...
next