]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-04-10  danielk1977Add the --ostrace and --ossummary options to tester...
2008-04-10  drhEnhanced testing and documentation of sqlite3_result_er...
2008-04-10  drhDisable nuisance warnings on borland compilers. ticket...
2008-04-10  drhMake sure check-in (4976) also fixes ticket #2935....
2008-04-10  drhGive file scope to the sqlite3Apis constant. Ticket...
2008-04-10  drhVerify that a RAISE(ROLLBACK,...) works like RAISE...
2008-04-10  drhMake sure all memory allocations are 8-byte aligned...
2008-04-10  danielk1977Add source file test_osinst.c. A wrapper vfs with instr...
2008-04-10  drhMake sure changes to virtual tables are counted the...
2008-04-10  drhFix to the "copy" method in the TCL interface. Ticket...
2008-04-10  drhDocument the fast that the result flag combinations to
2008-04-10  drhFirst cut at optimizing single-row updates to use a...
2008-04-10  drhAdd three new test cases to speed4p.test. Two of the...
2008-04-10  drhFix a bug in the speed4p.test performance testing scrip...
2008-04-08  mlcreechReplace always-true condition with assertion (CVS 4970)
2008-04-08  mlcreechAdd test case for empty VFS list (CVS 4969)
2008-04-05  drhAdd the sqlite3PutVarint32 routine as an alternative...
2008-04-04  drhSmaller and hopefully faster routine for converting...
2008-04-04  drhFix the output labels on the tests in malloc9. (CVS...
2008-04-04  drhFix the TCL interface so that it does not use unpublish...
2008-04-03  drhRemove superfluous code from btree.c. (CVS 4964)
2008-04-03  drhMake sure the zTail return from sqlite3_prepare() is...
2008-04-03  drhFix to the previous check-in so that it works on a...
2008-04-03  drhUse an improved RDTSC access routine. (CVS 4961)
2008-04-03  drhChanges speedtest8 and speedtest16 so that the database...
2008-04-03  danielk1977Instead of calling sqlite3_exec() to evaluate "PRAGMA...
2008-04-03  drhAdd the speedtest8.c and speedtest16.c files to the...
2008-04-03  danielk1977Avoid an out-of-bounds read in sqlite3_prepare() and...
2008-04-03  danielk1977Change the allocator in mem2.c (used when SQLITE_MEMDEB...
2008-04-02  drhMinor optimizations. (CVS 4955)
2008-04-02  drhSimplifications to the LockTable opcode. (CVS 4954)
2008-04-02  mlcreechSet flags = MEM_Null on allocation failure in sqlite3Vd...
2008-04-01  drhAvoid factoring single-instruction constants that end...
2008-04-01  drhAdd the testcase() macro. Additional CSE test coverage...
2008-04-01  drhFix a problem with CASTs and the new CSE mechanism...
2008-04-01  drhFix the CSE mechanism so that it takes into account...
2008-04-01  drhMore test cases and bug fixes with CSE. (CVS 4948)
2008-04-01  mlcreechAdd a configure option for using gcov (makes things...
2008-04-01  drhInitial test cases and bug fixes in the CSE logic....
2008-04-01  drhBreak up the implementation of OP_Move, OP_Copy, and...
2008-03-31  drhAdd the veryquick.test script for a very fast overview...
2008-03-31  drhAvoid duplicate OP_Column opcodes by remembering prior...
2008-03-31  drhFactor constant subexpressions out of loops. (CVS 4942)
2008-03-31  danielk1977In setQuotedToken(), only make a malloced copy if the...
2008-03-29  mlcreechMinor cleanup: Use size_t for struct size cast (CVS...
2008-03-29  drhSet exclusive locking mode by default on the speed4p...
2008-03-29  drhMake the sqlite3BtreeMoveto routine a no-op if the...
2008-03-29  rseadd two missing initializer values (CVS 4937)
2008-03-29  rseeliminate compile-time warnings related to missing...
2008-03-29  rseadd three missing initializers (CVS 4935)
2008-03-29  drhAdd the --pause option to the main test driver. (CVS...
2008-03-28  danielk1977Fix a problem with min() and descending indexes. (CVS...
2008-03-28  danielk1977Fix a memory leak that can occur when the library API...
2008-03-28  danielk1977Do not incorrectly report a malloc() failure when alloc...
2008-03-28  danielk1977Fix for #3022. Handle queries like "SELECT min(b) FROM...
2008-03-28  drhChange the pager's sector size algorithm to the maximum...
2008-03-28  danielk1977Changes to the Mem structure to reduce the frequency...
2008-03-28  drhPatch to the new memory tracing logic that allows it...
2008-03-28  danielk1977If memory is leaked when running a test script with...
2008-03-27  drhAllow the xAccess method in the VFS to return -1 to...
2008-03-27  danielk1977Allow creation of ephemeral pseudo-tables - pseudo...
2008-03-27  drhAdded the speed4p.test script for testing performance...
2008-03-26  danielk1977Changes to delay freeing buffers associated with vdbe...
2008-03-26  drhWork around problems with compilers that do not allow...
2008-03-26  drhChange comment in sqliteLimit.h to correctly describe the
2008-03-26  drhMake sure ON clause terms of a LEFT JOIN are not used...
2008-03-26  drhComment change on the previous check-in. No changes...
2008-03-26  drhMake sure an imbalance in the number of columns on...
2008-03-25  drhModify the {quote: IdxDelete} opcode so that it takes...
2008-03-25  danielk1977Test string values passed to bind_text() and result_tex...
2008-03-25  danielk1977Have each {quote: BtShared} structure hang on to a...
2008-03-25  danielk1977Fix for memory leak in malloc3.test. (CVS 4913)
2008-03-25  danielk1977Use a vdbe memory cell to allocate the space required...
2008-03-25  drhRemoved the direct btree tests - part of the ongoing...
2008-03-24  drhImproved documentation of sqlite3_blob_open(). (CVS...
2008-03-23  drhRemove redundant tests from the reparenter in the btree...
2008-03-22  drhBug fix in the newly revised sqllimit1.test script...
2008-03-22  drhAdd the speed1p.test script. Like speed1.test except...
2008-03-22  drhAdd the SQLITE_OMIT_DECLTYPE compile-time option. ...
2008-03-21  drhDefer allocating memory space to hold the array of...
2008-03-21  danielk1977Better integrate the new malloc related instrumentation...
next