]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-02-14  danielk1977Fix some VdbeMemCopy() related problems. (CVS 4787)
2008-02-14  danielk1977Fix a problem in the ptrchng.test script. (CVS 4786)
2008-02-14  pweilbachersmall correctness fix for os2CheckReservedLock() (CVS...
2008-02-13  pweilbacheralways use random access mode when opening files (like...
2008-02-13  danielk1977Where possible, avoid freeing buffers allocated for...
2008-02-12  drhWhen materializing a view for an UPDATE or DELETE make...
2008-02-09  drhALTER TABLE uses double-quotes for quoting table names...
2008-02-08  danielk1977Modify shared.test to do case independent comparison...
2008-02-08  danielk1977Change the test code used for speed tests so that it...
2008-02-06  drhDo not release registers used to hold the results of...
2008-02-06  drhVersion 3.5.6 (CVS 4777)
2008-02-06  drhBump the version number to 3.5.6. (CVS 4776)
2008-02-06  drhAdd the sqlite3_result_error_code() application interfa...
2008-02-02  drhDelete unused "pager3_refinfo_enable" flag and its...
2008-02-02  danielk1977When OMIT_TRIGGER is defined, provide a no-op macro...
2008-02-02  drhAdd more test cases to prove that ticket #2920 does...
2008-02-01  pweilbacherUse the buffer size as limit for temp file names. This...
2008-02-01  pweilbacherfix broken OS/2 mutex implementation (Ticket #2905...
2008-02-01  drhMinor fixes to FTS3 so that it works better when append...
2008-02-01  drhFix the build scripts for windows binaries. ticket...
2008-02-01  drhModify the printf test script so that it does not depen...
2008-02-01  pweilbachermake os2Truncate() actually do something and fix os2Ful...
2008-01-31  drhFix a problem with virtual tables and left joins introd...
2008-01-31  drhVersion 3.5.5 (CVS 4764)
2008-01-31  drhRemove a broken hyperlink from the API documentation...
2008-01-31  drhFixes to API definition comments in sqlite.h.in. Updat...
2008-01-31  drhMake sure virtual table interfaces are not invoked...
2008-01-31  danielk1977Add "return rc;" to the end of sqlite3_test_control...
2008-01-31  drhFix assertion fault in sqllimits1.test encountered...
2008-01-31  drhAdd the sqlite3_test_control() API. Use it to control...
2008-01-31  drhVersion number to 3.5.5. Include FTS3 in the amalgamat...
2008-01-31  drhAdditional API documentation updates in sqlite.h.in...
2008-01-30  drhImprovements to the API documentation found in comments...
2008-01-30  drhDisable the likely() and unlikely() macros as they...
2008-01-28  aswiftCommitted changes for ticket #2909 (CVS 4753)
2008-01-28  drhFix an incorrect comment on the Mem object in vdbeInt...
2008-01-27  rseremove an unused variable (CVS 4751)
2008-01-25  drhError messages says "no such view" instead of "no such...
2008-01-24  danielk1977Fix a segfault that may follow a malloc failure during...
2008-01-23  danielk1977Fix another segfault that can occur following a malloc...
2008-01-23  danielk1977Fix a couple of segfaults that could occur after a...
2008-01-23  drhTesting coverage enhancements to sqlite3_get_table...
2008-01-23  drhImprovements to test coverage in the lemon-generated...
2008-01-23  drhMake sqlite3SafetyOn() and sqlite3SafetyOff() macros...
2008-01-22  drhImproved test coverage for the tokenizer and sqlite3_co...
2008-01-22  drhAdd the fault injector module in fault.c. Use it as...
2008-01-22  drhFix a bug introduced by checkin (4739). (CVS 4741)
2008-01-22  drhDetect and report a particular type of database corrupt...
2008-01-22  drhDetect and report a particular type of database corrupt...
2008-01-22  drhRemove dead code from the lemon-generated parser. ...
2008-01-22  danielk1977Move the test (sqlite3_simulate_device) functionality...
2008-01-22  drhChanges to lemon to generate additional comments in...
2008-01-21  drhAdditional test cases for the RTRIM collation. (CVS...
2008-01-21  drhMiscellaneous test coverage improvements. (CVS 4734)
2008-01-21  danielk1977Remove some unused branches from internal function...
2008-01-20  drhAdd the RTRIM collating sequence. Only implemented...
2008-01-19  drhAdditional test coverage improvements. Test coverage...
2008-01-19  drhMiscellaneous code simplifications and cleanup and...
2008-01-19  drhCleanup and simplification of constraint processing...
2008-01-18  drhFix test instrumentation problems on shared_err.test...
2008-01-18  danielk1977Remove an absolute path from crash5.test. (CVS 4727)
2008-01-18  drhRemove the OP_HexBlob instruction and code OP_Blob...
2008-01-18  danielk1977Add a test (and fix) for possible corruption if malloc...
2008-01-18  danielk1977Add a couple of missing calls to pagerLeave(). (CVS...
2008-01-18  drhFix a bug in the test scripts that was preventing many...
2008-01-17  drhTest coverage for date.c. (CVS 4722)
2008-01-17  drhImproved test coverage in date.c. Report an error...
2008-01-17  drhRemove unused p4 element from the {quote: VdbeOpList...
2008-01-17  drhReuse registers better in the inner loop of a SELECT...
2008-01-17  drhRegisterification of the VDBE is complete. The operand...
2008-01-17  drhRegisterification of the WHERE clause logic. (CVS 4717)
2008-01-17  drhRegisterification of the WHERE clause logic. (CVS 4716)
2008-01-16  danielk1977Use 1<<$x instead of pow(2,$x) in the test suite code...
2008-01-16  drhGet all tests running without memory leaks. (CVS 4714)
2008-01-16  danielk1977Work around using (regexp) in the (ifcapable) function...
2008-01-15  drhFix for a couple of minor memory leaks. (CVS 4712)
2008-01-14  drhFix for ticket #2883. (CVS 4711)
2008-01-13  drhFix some issues with out-of-memory recovery. (CVS 4710)
2008-01-12  drhThe sqlite3_trace() callback now prints a message as...
2008-01-12  drhContinuing work toward converting the VM to a register...
2008-01-12  drhContinuing work toward converting the VM into a registe...
2008-01-11  drhDo explicit range tests before attempting to convert...
2008-01-11  drhAttempt to work around a bug in the Borland BCC 5.5...
2008-01-10  drhMore work toward converting the VM into a register...
2008-01-10  drhContinuing work toward registerizing the code generator...
2008-01-10  drhFix mixing quote excapes in an awk script. Ticket...
2008-01-09  drhFix a test script problem associated with the new crash...
2008-01-09  drhAll essential opcodes can now operate out of registers...
2008-01-09  drhFix the build for AIX and other systems where "char...
2008-01-09  drhContinued work toward converting to a register-based...
2008-01-08  drhRegisterify the comparison opcodes. (CVS 4697)
2008-01-08  drhFinish registerizing the core logic of INSERT and UPDAT...
2008-01-08  drhAdd crash4.test with additional crash testing. (CVS...
2008-01-08  drhAdd additional randomness to crash tests. (CVS 4694)
2008-01-08  drhProgress toward registerification of the constraint...
2008-01-07  drhRegisterify the AUTOINCREMENT processing and the OP_IsN...
2008-01-07  danielk1977Comment changes in select.c. (CVS 4691)
2008-01-06  drhRegisterify the SRT_Subroutine destination for SELECT...
2008-01-05  drhModify OP_RegMakeRec to take a base register and count...
2008-01-05  danielk1977Fix a memory leak introduced with #4687. (CVS 4688)
next