]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2008-03-06  mlcreechTypo in amalgamation non-x86 builds (CVS 4831)
2008-03-06  mlcreechDon't try and include common.h on stand-alone amalgamat...
2008-03-06  mlcreechRemove amalgamation on "make clean" (fixes #2559) ...
2008-03-06  mlcreechMiscellaneous autoconf cleanups - get rid of TARGET_CFL...
2008-03-06  mlcreechRespect user's configured bindir/libdir/includedir...
2008-03-06  mlcreechActually use TARGET_CFLAGS on autoconf-driven builds...
2008-03-06  mlcreechAdd headers for use with autoconf (missing from previou...
2008-03-06  mlcreechUse intptr_t definition to silence warnings about ptr...
2008-03-06  mlcreechInclude inttypes.h when available, add support for...
2008-03-06  mlcreechMake extension loading more easily configurable. Fixes...
2008-03-06  mlcreechMake extension loading more easily configurable. Fixes...
2008-03-04  mlcreechBuild amalgamation by default on autoconf-driven builds...
2008-03-04  mlcreechVarious renames & cleanups to limit exported symbols...
2008-03-03  drhAdditional documentation and tests making it clear...
2008-03-02  mlcreechAdd fts2/3 files to autoconf-generated Makefile (needed...
2008-03-02  mlcreechAdd mem5.c to source files in autoconf-generated Makefi...
2008-03-02  mlcreechTrivial text cleanups (CVS 4815)
2008-03-01  mlcreechFix typo for #2968 (CVS 4814)
2008-02-27  mlcreechAdd bitvec.lo to LIBOBJS and corresponding make rule...
2008-02-26  drhFix a math error when computing how much memory to...
2008-02-26  drhAdd commentary to clarify what is happening when an...
2008-02-26  drhAdd an assert() to verify that the dirty-page list...
2008-02-26  danielk1977Have sqlite3PagerPagecount() return -1 when the pager...
2008-02-26  mlcreechAdd bitvec to build (CVS 4808)
2008-02-23  drhFix a bug in the LIKE optimizer that occurs when the...
2008-02-21  drhAdditional test cases. (CVS 4806)
2008-02-21  drhAccept "Z" as the zulu timezone at the end of date...
2008-02-21  drhUpdates to API documentation contained in comments...
2008-02-21  drhTest coverage and documentation improvements. (CVS...
2008-02-20  drhMake multiple attempts to delete files marked DELETE_ON...
2008-02-19  drhRemove instances of strcpy() from test code. Use memcpy...
2008-02-19  drhRemove an instance of sprintf() from the VM implementat...
2008-02-19  drhAvoid the use of UTF16 functions in code that is part...
2008-02-19  drhMake sure SQLITE_OPEN_DELETEONCLOSE is ignored by sqlit...
2008-02-19  drhChange non-exported memory interfaces to following...
2008-02-19  drhUse 16-bit integers for indexing within a page in btree...
2008-02-18  drhAdd the memory fault simulator to mem5.c. Enable soft...
2008-02-18  drhAdd the Bitvec object for tracking which pages have...
2008-02-16  drhThe power-of-two first-fit memory allocator is now...
2008-02-15  drhFix a bug in the ".show" command of the CLI. Ticket...
2008-02-15  drhDo not apply the query flattening optimization when...
2008-02-14  drhFix a bug in EXPLAIN growing out of the new Mem impleme...
2008-02-14  drhAdd the experimental mem5.c memory allocator. Allocate...
2008-02-14  drhFix a typo in a comment used to generate documentation...
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...
next