]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-05-05  drhDo not segfault in the CLI if sqlite3_open() fails...
2008-05-05  danielk1977If an IO error occurs while locking the database and...
2008-05-05  danielk1977Avoid leaking page references after an IO error is...
2008-05-05  drhFix a couple of minor problems with transactions in...
2008-05-05  danielk1977Avoid leaking page references when database corruption...
2008-05-05  danielk1977Fix to test code to build when ENABLE_IOTRACE is not...
2008-05-02  drhMake sure that when a connection is blocking on a RESER...
2008-05-02  drhAdd a test case for ticket #3093. (CVS 5077)
2008-05-02  drhAdd another test case to verify that ticket #3092 has...
2008-05-01  drhFix a problem with journal files being created unnecess...
2008-05-01  drhFix more compiler warnings. (CVS 5074)
2008-05-01  drhFix harmless compiler warnings. (CVS 5073)
2008-05-01  shaneTest versions of getVarint functions. The updates essen...
2008-04-30  drhAdd comment to speculate when setting journal_mode...
2008-04-30  shaneImproved option handling in speedtest8.c. Added -quiet...
2008-04-30  danielk1977Fix test for buffer overrun in unixGettempname(). Fix...
2008-04-29  drhZero the per-pager temporary space allocation to avoid...
2008-04-29  drhFix a potential buffer overrun in sqlite3_mprintf(...
2008-04-29  drhAlways convert IEEE NaN into NULL. Ticket #3060. ...
2008-04-28  drhAllow SQLITE_MAX_COLUMN to be set to zero at compile...
2008-04-28  drhAdd test cases to verify that multiple virtual tables...
2008-04-28  drhMake sure that transactions are started on all virtual...
2008-04-28  shaneModified Varint32 functions to disable code for single...
2008-04-28  drhAdd tests to create and drop a virtual table during...
2008-04-28  drhChange the implementation of the NaN recognition to...
2008-04-28  danielk1977Fix a shared-cache mode problem triggered when sqlite3_...
2008-04-28  drhWork around a NaN bug in some versions of Tcl. (CVS...
2008-04-28  drhChanges to test scripts to accommodate different archit...
2008-04-28  drhRestore the #include of stdint.h removed in (5051)...
2008-04-27  drhDelete requirement F12764 as it has never been implemen...
2008-04-27  drhFix the documentation to agree with long-standing behav...
2008-04-27  drhAllow multiple occurrances of %include in lemon input...
2008-04-27  drhFix the lemon parser generator so that it works again...
2008-04-27  drhRemove all references to sqlite3_intptr_t. (CVS 5051)
2008-04-26  drhUse "(void)" function arguments in declarations instead...
2008-04-25  drhClarify some comments. No changes to code. (CVS 5049)
2008-04-25  drhAdd test cases to prove that ticket #3082 has been...
2008-04-25  drhCandidate fix for ticket #3082. Test cases needed....
2008-04-24  drhRemove two more unused files. (CVS 5046)
2008-04-24  shaneConsolidated varint macro usage from btreeInt.h, vdbe...
2008-04-24  danielk1977Fix a problem with the test scripts caused by not clean...
2008-04-24  danielk1977Fix an assert() failure that can occur if "journal_mode...
2008-04-24  danielk1977Fix a crash that can follow a malloc() failure in mallo...
2008-04-24  danielk1977Ensure that it is not possible to open either virtual...
2008-04-24  danielk1977Minor change to comment on sqlite3_blob_read(). No...
2008-04-24  danielk1977Remove redundant assert() statement from vdbeaux.c...
2008-04-24  danielk1977Add version comment to vdbeaux.c. No code changes....
2008-04-23  pweilbacherWe should better not pass open file handles to child...
2008-04-22  drhAlways sync the journal file after zeroing out the...
2008-04-22  danielk1977Avoid non-contiguous writes when creating a journal...
2008-04-19  drhAdd some tests for journal_mode=off. Need to come...
2008-04-19  drhContinuing work on journal_mode. Journal_mode=persist...
2008-04-19  drhComment and variable-name cleanup in where.c. Add...
2008-04-19  drhFix a typo in the documentation on sqlite3_open_v2...
2008-04-18  danielk1977Remove unused code from OP_IdxLt and OP_IdxGE. (CVS...
2008-04-18  danielk1977Combine cases 3 and 4 in where.c, since case 4 is now...
2008-04-18  danielk1977Allow OP_MoveGt and similar to use an array of register...
2008-04-17  drhContinuing progress on the journal_mode pragma. It...
2008-04-17  drhAdditional work on ticket #3015. The previous fix...
2008-04-17  drhFix a typo in the documentation for sqlite3_bind_text...
2008-04-17  drhAdd the journal_mode pragma. This is currently just...
2008-04-17  drhIn exclusive locking mode, commit by zeroing the first...
2008-04-16  drhAdd the -overwrite option to speedtest8.c. (CVS 5022)
2008-04-16  drhClear a global variable in the incrblob.test script...
2008-04-16  drhFix the bind.test test script so that the tests for...
2008-04-16  drhVersion 3.5.8 (CVS 5019)
2008-04-16  drhAdd tests to verify that strings may use embedded zero...
2008-04-16  drhAdd speed-test scripts that also show EXPLAIN output...
2008-04-16  drhMake sure the database connection mutex is held before...
2008-04-16  drhBack out the zero-terminator optimization introduced...
2008-04-15  pweilbacherSupport UTF-8 filenames on OS/2 by converting them...
2008-04-15  drhIncrement the version number. (CVS 5013)
2008-04-15  drhDo not attempt to omit unused columns of a view in...
2008-04-15  drhFix a code generator bug caused by the new CSE optimiza...
2008-04-15  drhFix a bug in the RTRIM collating sequence discovered...
2008-04-15  drhAdd out-of-range tests on the first parameter to sqlite...
2008-04-15  drhAdd a test case to cover the bug fixed in check-in...
2008-04-14  drhDo not attempt to write to temporary database files...
2008-04-14  mlcreechFix #3053: bashism (CVS 5006)
2008-04-14  danielk1977Fix alignment issue in instrumentation code. (CVS 5005)
2008-04-14  danielk1977Do not set the pager to persistent error state if a...
2008-04-14  drhMake sure the page size in crash6.test does not exceed...
2008-04-14  danielk1977Free Mem.z buffers when a vdbe statement is reset....
2008-04-14  drhCleanup some #ifdefs to make their meaning clearly...
2008-04-14  drhDisable auto_vacuum during the vacuum3 test. (CVS 5000)
2008-04-14  drhGet the SQLITE_SECURE_DELETE compile-time option workin...
2008-04-13  mlcreechFix build errors in test_osinst (CVS 4998)
2008-04-12  danielk1977Modify speedtest8.c so that it can use the logging...
2008-04-12  drhRemove all instances of sprintf() from the FTS modules...
2008-04-12  danielk1977Modify test_osinst.c so that it only uses public interf...
2008-04-12  danielk1977Add a logfile option to test_osinst.c. (CVS 4994)
2008-04-11  drhAdd the speedtest8inst1.c program for running speed...
2008-04-11  drhFaster implementation of hexToInt that uses not branche...
2008-04-11  drhAvoid the use of uninitialized variables in sqlite3Gene...
2008-04-11  danielk1977Remove a recently added assert() that is failing with...
2008-04-11  danielk1977Remove entries from the sqlite_stat1 table whenever...
2008-04-11  drhAdditional reductions in the use of memset(). (CVS...
2008-04-11  drhSpeed improvements by removing unnecessary memset(...
2008-04-10  drhEnhancements to the change counter tests. Ticket ...
2008-04-10  drhCorrectly handle virtual tables that are created and...
next