]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-03-21  drhMake sure the text result of an aggregate function...
2008-03-21  drhAdd a completely new testing system for the Bitvec...
2008-03-21  danielk1977Add some more logging to the malloc system used when...
2008-03-20  drhIn the sqlite3_limit() interface, take out the feature...
2008-03-20  drhReinstate test cases for the limit tests. The sqlite3_...
2008-03-20  danielk1977Do not run crash7.test as part of a quick test. (CVS...
2008-03-20  drhInitial implementation of per-connection limits and...
2008-03-20  danielk1977Allow a VACUUM operation to change the page-size in...
2008-03-20  vapierstick everything that sqlite links against into Libs...
2008-03-20  danielk1977Write the page-size into the first journal-header of...
2008-03-20  mlcreechMake out-of-tree builds work as expected when using...
2008-03-20  drhFix the load-extension mechanism so that tests build...
2008-03-19  mlcreechFix build whether compiling with or without auto-extens...
2008-03-19  mlcreechDon't wrongly look for the amalgamation in $(TOP) ...
2008-03-19  drhAdd a new interface, sqlite3_context_db_handle(), that...
2008-03-19  drhUndefine the "isView" macro when compiling with SQLITE_...
2008-03-19  drhUse the xCurrentTime method of the default VFS instead...
2008-03-19  drhUpdate the loadable extension module to include recentl...
2008-03-19  drhInitialize the MD5 SQL functions from test_func.c inste...
2008-03-19  drhCreate the test_destructor16() test SQL function to...
2008-03-19  drhMove SQL functions used for testing only out of func...
2008-03-19  drhAdd a new api sqlite3_randomness() for providing access...
2008-03-19  drhWhen a parse of the sqlite_master table fails, include...
2008-03-19  drhRemove the dependency on the direct btree interface...
2008-03-18  drhUpdate the documentation to distinguish between protect...
2008-03-18  drhTest script changes that go with the coverage enhanceme...
2008-03-18  drhMinor test coverage enhancements. (CVS 4877)
2008-03-18  drhFix a memory leak introduced by the previous bug fix...
2008-03-18  drhAdd the ability to simulate out-of-memory errors when...
2008-03-17  drhVersion 3.5.7 (CVS 4874)
2008-03-17  drhFix an uninitialized variable in the Prev and Next...
2008-03-17  drhAbandon the OR optimization following a memory allocati...
2008-03-17  drhDetect the failure to zero-terminate a result string...
2008-03-17  drhLabel test case bindxfer-1.9 as a misuse test case...
2008-03-17  drhModify the tableapi.test script so that it works under...
2008-03-17  drhPut the statement journal in the temp-file directory...
2008-03-17  danielk1977Return an error when an xBestIndex() method indicates...
2008-03-15  drhSkip tests that require setting detailed unix permissio...
2008-03-15  drhAdd tests to make sure the busy handler resets. (CVS...
2008-03-14  drhReset the busy callback iteration counter at the beginn...
2008-03-14  drhChange an instance of intptr_t to sqlite3_intptr_t...
2008-03-14  mlcreechRevise Bitvec struct sizing to prevent assertion failur...
2008-03-14  danielk1977Fix a second race condition in lock4.test. (CVS 4861)
2008-03-14  mlcreechAllow the testfixture to be built even when using the...
2008-03-13  mlcreechOne additional intptr_t conversion (in the same vein...
2008-03-13  mlcreechApply patch for #2915 to add target extension for execu...
2008-03-13  mlcreechSpecify installation lib in 'rpath' options for sqlite3...
2008-03-13  mlcreechAdd/move files in Makefile.in to bring it more in line...
2008-03-13  danielk1977Eliminate a race condition from lock4.test. (CVS 4855)
2008-03-12  danielk1977Do not segfault after a parse error in a sub-select...
2008-03-11  mlcreechIf tclsh is not found, don't default to building the...
2008-03-11  drhIncrease the version number to 3.5.7 in anticipation...
2008-03-10  drhRemove the #includes of stdlib.h and sys/types.h from...
2008-03-10  drhAdd explicit !=0 tests in order to suppress warning...
2008-03-09  mlcreechFix for #2981 - specifically use "tclsh8.4" if it's...
2008-03-09  mlcreechFix for #1802, #2041, and #2270 - link libsqlite with...
2008-03-09  mlcreechChange <sqlite3.h> to "sqlite3.h" in #includes (CVS...
2008-03-09  mlcreechUse autoconf to detect presence of gmtime_r() and local...
2008-03-09  mlcreechReplace SQLITE_EXTERN with SQLITE_API in exported varia...
2008-03-08  drhClarify the language in the sqlite3_create_function...
2008-03-08  drhFix asserts in prepare.c to handle the misuse case...
2008-03-08  danielk1977Move a comment within the Parse structure to make it...
2008-03-07  drhMake sure all necessary mutexes are held prior to initi...
2008-03-07  drhFix an alignment problem in test_async.c. (CVS 4840)
2008-03-07  drhAnother fix to the OsUnlock I/O error logic. (CVS 4839)
2008-03-07  drhCorrectly handle I/O errors that occur during OsUnlock...
2008-03-07  drhCleanup the locking-style code in os_unix.c. (CVS 4837)
2008-03-07  mlcreechTrivial documentation fixes (CVS 4836)
2008-03-07  mlcreechAdd missing prefix & exec_prefix to Makefile - fixes...
2008-03-07  drhUpdates to the locking-style code in os_unix.c. Not...
2008-03-06  mlcreechClean up recent autoconf-related additions, add config...
2008-03-06  mlcreechHandle non-autoconf build correctly with new changes...
next