]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-07-19  danFurther tweaks to malloc paths. calloc
2012-07-18  danRemove another branch from the DbMalloc() paths.
2012-07-18  danReorganize code to remove a few of the branches introdu...
2012-07-17  danEnhance the custom memory allocation interface to allow...
2012-07-17  danEnsure that there is always at least one aReadMark...
2012-07-17  drhAmplification of a comment in wal.c. Change the aReadM...
2012-07-16  drhMerge the spellfix1 changes for supporting matchlen...
2012-07-16  drhFix compiler warnings about unused code in spellfix... spellfix-matchlen
2012-07-16  danFix a bug in the phonetic-hash routine in spellfix1...
2012-07-16  danMerge trunk changes.
2012-07-16  danIf a specific database is nominated as part of a "PRAGM...
2012-07-13  danAdd the "matchlen" column to the spellfix1 virtual...
2012-07-13  danUpdate test_spellfix.c with latest changes.
2012-06-30  mistachkinSetup the necessary library paths for cross-compilation...
2012-06-30  mistachkinSimplify usage of some linker options in the MSVC makefile.
2012-06-30  mistachkinMake use of the predefined nmake command macro CC when...
2012-06-27  drhAnother changes to the shell in support of SQLITE_OMIT_...
2012-06-27  drhUpdate the shell so that it works with SQLITE_OMIT_FLOA...
2012-06-21  drhRemove code that was incorrectly changing SQLITE_MISUSE...
2012-06-21  drhAdd the sqlite3_close_v2() interface (from the deferred...
2012-06-21  drhMerge changes to trunk that ensure that floating point...
2012-06-21  mistachkinFix spelling typo.
2012-06-21  mistachkinRemove more references to OS/2.
2012-06-21  drhDisable the atof1.test module when compiling on MSVC. floating-point-conversions
2012-06-21  drhIncrease the version number to 3.7.14 and rerun autoconf
2012-06-21  drhFix the SQLITE_ZERO_MALLOC compile-time option so that...
2012-06-21  mistachkinMerge several compiler compatibility fixes to trunk.
2012-06-21  drhRemove support for OS/2 from the source tree.
2012-06-21  mistachkinWhen linking to the MSVC runtime library, use the debug...
2012-06-19  danAdd tests to check that the "unicode61" and "icu" token...
2012-06-19  mistachkinMove variable declaration to fix compilation with MSVC.
2012-06-19  drhFix an incorrect testcase for the round() function...
2012-06-19  drhRound-trip conversions of real->text->real are now...
2012-06-19  drhImproved accuracy on text-to-real and real-to-text...
2012-06-19  drhImproved rounding accuracy on test-to-float conversions.
2012-06-18  danFix a problem with identifying white-space characters...
2012-06-18  mistachkinAllow the SQLITE_API macro to apply to the sqlite3_win3... compiler-compat
2012-06-18  mistachkinFix a few compilation issues that can occur with certai...
2012-06-16  drhIn Lemon, when comparing the output to the *.h file...
2012-06-15  mistachkinFix compiler warning. deferred-close
2012-06-11  drhVersion 3.7.13 version-3.7.13
2012-06-09  danAdd missing targets for fts3_unicode.lo and fts3_unicod...
2012-06-08  drhFix an obscure memory leak in FTS3 that can come about...
2012-06-08  danFix a problem in vtab1.test causing it to fail when...
2012-06-07  drhDocumentation and evidence mark updates. Remove a...
2012-06-07  danFix a problem preventing a shared in-memory database...
2012-06-07  danAdd the "tokenchars=" and "separators=" options, for...
2012-06-07  danFix a malloc/free mismatch in pager.c (sqlite3_free...
2012-06-07  drhProvide an (undocumented) compile-time option to disabl...
2012-06-06  drhFix harmless Clang warnings.
2012-06-06  mistachkinFix an #if that is applicable to WinRT, even thought...
2012-06-06  drhMerge the changes need to compile on WinRT into trunk.
2012-06-06  danDisable FTS unicode61 by default. It is enabled by...
2012-06-06  danHave the FTS unicode61 strip out diacritics when tokeni...
2012-06-06  drhAvoid resetting the shared-cache schema when on of...
2012-06-06  drhMake sure the Index.azColl pointers do not point to... shared-schema
2012-06-05  drhMerge the latest trunk changes into shared-schema branc...
2012-06-05  drhAdd sqlite3_quota_ferror() and sqlite3_quota_file_avail...
2012-06-05  mistachkinCorrect docs regarding use of malloc and free by the...
2012-06-04  mistachkinWhen not compiling for WinRT, skip using a couple Win32...
2012-06-02  drhRevert sqlite3_close() to legacy behavior. Create...
2012-06-02  drhThe sqlite3_close() interface returns SQLITE_OK even...
2012-05-31  mistachkinUpdate several APIs to enable compilation with newer...
2012-05-31  drhAvoid calling fchown() if the process is not running...
2012-05-29  drhLink the NDEBUG macro to SQLITE_DEBUG so that when...
2012-05-29  drhFix a typo (a repeated "or") in the documentation....
2012-05-29  drhChanges some NDEBUG macros to SQLITE_DEBUG in os_unix...
2012-05-29  drhIn the RTree module, make sure all double-to-float...
2012-05-29  drhRefactor the float-to-double rounding routines so that... rtree-32bit-rounding
2012-05-28  drhFix the MSVC makefile so that it works with the unicode...
2012-05-28  drhSimplification to the coordinate rounding logic in...
2012-05-28  drhWhen converting 64-bit floating point coordinates to...
2012-05-28  drhUpdates regarding URI query parameters and shared cache...
2012-05-28  drhFix Makefile.in so that it works with the new unicode...
2012-05-28  drhAdd the mode=memory option to URI filenames, which...
2012-05-28  drhOmit the fts3 unicode character class routines from...
2012-05-27  drhMerge into trunk the changes that permit :memory: datab...
2012-05-27  drhHave user interfaces report out the filename of in... shared-cache-memdb
2012-05-26  drhOnly allow :memory: databases to share cache if there...
2012-05-26  danMerge fts4-unicode branch with trunk.
2012-05-26  danIf SQLITE_DISABLE_FTS3_UNICODE is defined, do not build... fts4-unicode
2012-05-26  drhEnable the use of shared cache for an in-memory databas...
2012-05-26  danChange the format of the tables used by sqlite3FtsUnico...
2012-05-26  danAdd coverage tests for fts3_unicode.c.
2012-05-26  danAdd fault-injection tests that use the unicode61 tokeni...
2012-05-26  danChange the name of the "unicode" tokenizer to "unicode6...
2012-05-25  danAdd special fast paths to sqlite3FtsUnicodeTolower...
2012-05-25  danFix comments in generated file fts3_unicode2.c.
2012-05-25  danAdd an experimental tokenizer to fts4 - "unicode"....
2012-05-22  mistachkinUse the new test suite helper procedure 'get_pwd' to...
2012-05-22  drhMerge the 3.7.12.1 trunk changes into the WinRT branch.
2012-05-22  drhVersion 3.7.12.1 version-3.7.12.1
2012-05-21  drhIncrease the version number to 3.7.12.1. Minor changes...
2012-05-21  drhMerge the nested aggregate query fix (ticket [c2ad16f99...
2012-05-21  drhMark and always-true conditional as such. Add the...
2012-05-21  drhCandidate fix for the nested aggregate query problem...
2012-05-21  drhConvert the NameContext object from using u8 booleans...
2012-05-21  drhMake sure lookaside memory allocations are unusable...
2012-05-21  drhMove some #defines earlier in the file for test_quota...
2012-05-21  mistachkinAllow the sqlite3ExplainBegin function to be compiled...
next