]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-06-18  drhMake sure aggregate functions can take any number of...
2008-06-18  drhAdd documentation on the sqlite3_mutex_methods object...
2008-06-18  drhAdded new configuration options to query the low-level...
2008-06-18  danielk1977Add some test infrastructure and cases for the new...
2008-06-18  drhRemove mem3.c and mem5.c from the amalgamation for...
2008-06-17  danielk1977Add the SQLITE_CONFIG_MUTEX symbol for use with sqlite3...
2008-06-17  danielk1977Change the mutex interface to be pluggable. This is...
2008-06-17  drhAdd internal interfaces: PageMalloc/PageFree and Scrat...
2008-06-17  drhDo not allow a VACUUM to try to change the page_size...
2008-06-16  drhClean up obfuscated code in sqlite3_table_column_meta_d...
2008-06-16  danielk1977Fix a recently introduced resource leak in test file...
2008-06-16  danielk1977Fix a problem with the incremental blob API. sqlite3_bl...
2008-06-16  danielk1977Add a test to verify that IN(...) WHERE clause terms...
2008-06-15  drhContinuing work on the new memory allocation subsystem.
2008-06-14  drhContinuing progress on the new memory allocation subsys...
2008-06-13  drhProgress toward implementation of sqlite3_config()...
2008-06-12  drhEnhance zeroblob tests to use the sqlite3_memory_highwa...
2008-06-12  drhFix a typo in the date/time function tests. Add additi...
2008-06-12  drhConvert the date/time functions to work with millisecon...
2008-06-12  danielk1977Add another test to incrblob2.test. This test failed...
2008-06-12  drhAvoid unnecessary float->text->float conversions in...
2008-06-12  drhAdd the ability to disable the "localtime" modifier...
2008-06-12  drhRemove obsolete code from the test_osinst.c module...
2008-06-12  drhCopy the latest VFS changes into the OS/2 implementatio...
2008-06-12  shaneAdded additional testcases for julianday calculations...
2008-06-12  shaneAdded x86_64 version of hwtime function. Ticket #3156...
2008-06-12  shaneRemoved all C++ style comments. Ticket #3172. (CVS...
2008-06-12  drhAdditional refinements to the new sqlite3_initialize...
2008-06-11  drhAdjust the error-message text in corrupt7.test. (CVS...
2008-06-11  danielk1977Fix an error in the previous commit found by corrupt7...
2008-06-11  danielk1977Check that the offsets in the cell-offset array of...
2008-06-11  drhAdd a test case for the database corruption in the...
2008-06-11  danielk1977Update utility program speedtest8inst1.c. (CVS 5201)
2008-06-10  drhA completely new design for the sqlite3_initialize...
2008-06-10  danielk1977Invalidate sqlite3_blob* handles whenever an SQL statem...
2008-06-09  drhInitial attempt at defining the sqlite3_initialize...
2008-06-09  shaneMoved declaration of int nPage; to top of block to...
2008-06-09  danielk1977Add test file incrblob2.test to test opening two blob...
2008-06-07  danielk1977Change the signature of sqlite3PagerPagecount() so...
2008-06-07  danielk1977Do not call xSync() from zeroJournalHdr() if the Pager...
2008-06-06  danielk1977Avoid attempting to delete the journal file of a tempor...
2008-06-06  danielk1977Add the xGetLastError() member function to the sqlite3_...
2008-06-06  drhRemove the subroutine return stack from the VDBE. ...
2008-06-06  danielk1977Remove the xGetTempname() method from the vfs structure...
2008-06-05  danielk1977Reorganize some of the code that detects expression...
2008-06-05  danielk1977Modify the signatures of the sqlite3_vfs.xAccess and...
2008-06-04  drhFix another typo in the rtree README file. (CVS 5187)
2008-06-04  drhFix a bug in the R-Tree documentation. (CVS 5186)
2008-06-04  danielk1977Add "pragma journal_size_limit", used to limit the...
2008-06-03  danielk1977Ensure that vacuum3.test closes all opened database...
2008-06-02  danielk1977Avoid passing a null pointer to sqlite3SetString in...
2008-05-30  shaneFix typos in comments in vdbe.c. (CVS 5182)
2008-05-30  shaneFix typos in comments in sqlite.h.in. (CVS 5181)
2008-05-30  drhFix typos in comments in where.c. (CVS 5180)
2008-05-29  shaneConsolidated inline assembly versions of "hwtime()...
2008-05-29  shaneConsolidated inline assembly versions of "hwtime()...
2008-05-29  drhFix cosmetic issues spotted while working on ticket...
2008-05-29  shaneMoved check and define for OS_WINCE from os_win.c to...
2008-05-29  drhWhen initializing the sqlite_sequence entry for an...
2008-05-29  drhFix an obsolete comment on the OP_Rowid opcode in the...
2008-05-29  shaneOmit declaration for functions that are only used by...
2008-05-29  shaneUnused functions in testfixture.exe with certain define...
2008-05-29  shanesqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_...
2008-05-28  shaneUse %llx instead of %x for 64 bit values (this only...
2008-05-28  shaneUpdate makefile.in so that makefiles generated by confi...
2008-05-28  danielk1977Add another test case to vacuum3.test. (CVS 5168)
2008-05-28  danielk1977Add a test to vacuum3.test to try to trick sqlite into...
2008-05-28  drhAllow the SQLITE_MAX_EXPR_DEPTH compile-time parameter...
2008-05-27  shaneIn test3.c, use type 'u32' instead of 'unsigned int...
2008-05-27  shaneUpdated to use localtime_s() in Windows build environme...
2008-05-27  shaneExplicitly typedef Pgno as 'u32' instead of 'unsigned...
2008-05-27  drhFix a bug in rtree that occurs when too many constraint...
2008-05-26  drhUse %w instead of %q when constructing shadow table...
2008-05-26  drhUpdate the amalgamation builder to incorporate the...
2008-05-26  danielk1977Import 'rtree' extension. (CVS 5159)
2008-05-26  drhFix the LIKE query optimizer so that it works with...
2008-05-23  shaneFixed various typos, spelling, grammar, and formatting...
2008-05-23  drhAdd a test case of preparing a statement with an nBytes...
2008-05-23  drhDo not references zSql(-1) if nBytes==0 in sqlite3_prep...
2008-05-22  danielk1977Ensure that the db.mallocFailed flag is cleared before...
2008-05-21  drhAdd the "volatile" keyword to variables in the Pager...
2008-05-21  shaneUpdate sqlite3_open*() documentation on shared cache...
2008-05-21  drhFix the VACUUM command so that it does not modify the...
2008-05-20  pweilbacherFix OS/2 compilation for pre-C99 compilers. (CVS 5150)
2008-05-20  drhCorrections to the documented behavior of sqlite3_last_...
2008-05-20  drhChanges to the error handling policies of sqlite3_exec...
2008-05-20  shaneAdded more DST boundary checks for 2006 and 2007. ...
2008-05-20  shaneUpdated test case for Windows to get around problems...
2008-05-20  danielk1977Do not attempt to write a master journal name to the...
2008-05-19  drhImprovements to API documentation. The sqlite3_exec...
2008-05-19  shaneSQLite stores native file names and paths for the datab...
2008-05-19  drhFix sqlite3Atoi64 to return true if handed a number...
2008-05-19  drhIn the CLI, handle the compilation option -DOS_OS2...
2008-05-19  shaneAdded test cases for corrupt 2-10 byte SerialTypeLen...
2008-05-16  danielk1977Disable the column cache when coding values that will...
2008-05-16  danielk1977Check that the encoding of values passed to sqlite3_bin...
2008-05-16  danielk1977Add more version tags to files that lack them. Ticket...
2008-05-15  drhAdd version tag comments to source files that lack...
2008-05-15  danielk1977Add the "page_count" pragma. Returns a single integer...
2008-05-15  danielk1977If a pager is already in the error-state when CommitPha...
next