]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-01-29  drhRemove a stray "exit" in a test script. fordelete-assert
2016-01-29  danPrepend "rc!=SQLITE_OK || " to the nExtraDelete assert...
2016-01-28  danModifications to ensure the nExtraDelete-related assert...
2016-01-27  drhChange the name of the BTREE_IDXDELETE flag to BTREE_AU...
2016-01-27  danFix tests in fordelete.test to test for the BTREE_AUXDE...
2016-01-27  drhAdd assert() statements on the nExtraDelete variable...
2016-01-26  drhMerge all recent trunk enhancements.
2016-01-26  danPerformance improvements for fts5, particularly detail...
2016-01-26  danFurther minor performance improvements and code-size... fts5-perf
2016-01-26  danImprove the performance of fts5 column filters on detai...
2016-01-26  danEnhance fts5txt2db.tcl, a script used to generate fts5...
2016-01-26  danFix issues on unix with opening database files via...
2016-01-26  danEnsure that unixFullpathname() always nul-terminates... follow-symlinks
2016-01-26  drhRemove an unused variable.
2016-01-25  drhAdd the ability to do Windows builds to the amalgamatio...
2016-01-25  drhMinor changes to the autoconf/README.txt file. msvcMakeMin
2016-01-25  drhFix a compiler warning about doing pointer arithmetic...
2016-01-25  danOnly use lstat() if the HAVE_LSTAT macro is defined...
2016-01-25  danSimplify the unixFullpathname() function. This adds...
2016-01-25  danFix issues on unix with opening database files via...
2016-01-25  drhReplace the OP_SetIfNotPos operator with OP_OffsetLimit...
2016-01-25  drhAdd the SQLITE_EXTRA_DURABLE compile-time option.
2016-01-25  drhSmall simplification to the prepare statement opcode...
2016-01-25  drhSmall simplification and performance improvement in...
2016-01-23  drhAdd the SQLITE_SPELLFIX_STACKALLOC_SZ compile-time...
2016-01-23  mistachkinMore updates to the README.
2016-01-23  drhUpdates to the autoconf README file.
2016-01-23  drhMove Makefile.min.msc into the autoconf subdir where...
2016-01-23  mistachkinMinor coding style tweaks for the mkmsvcmin tool.
2016-01-23  drhAdjust the amalgamation-tarball build process so that...
2016-01-23  drhImproved comments on the transformation script and...
2016-01-23  mistachkinUse the -integer option when sorting list elements.
2016-01-23  danFix an fts5 problem with using both xPhraseFirst()...
2016-01-23  drhChanges to spellfix to try to get it to use stack space...
2016-01-23  danMerge trunk changes (including fixes for warnings in...
2016-01-23  danFix some signed/unsigned comparison compiler warnings...
2016-01-23  danFix a problem involving detail=col and column filters.
2016-01-23  drhRemove an assert() that can be false if compiled with...
2016-01-23  mistachkinAdd tooling to create an MSVC Makefile capable of build...
2016-01-23  mistachkinMore work on the MSVC build.
2016-01-22  drhIn the TCL interface, if a database connection object...
2016-01-22  mistachkinMore MSVC makefile cleanup.
2016-01-22  danExperimental performance enhancements for fts5.
2016-01-22  drhReenable the xCurrentTime and xGetLastError methods...
2016-01-22  drhAdd the sqlite3TokenInit() utility function.
2016-01-22  danHave the dbstat module dequote any argument passed...
2016-01-22  mistachkinEnable FTS4 when building the shell with the MSVC makefile.
2016-01-22  mistachkinFurther refinements to the MSVC makefile.
2016-01-22  mistachkinMSVC makefile enhancements for use with the Windows...
2016-01-21  mistachkinFix typo in 'Makefile.in'.
2016-01-21  drhAdd a new hint bit on the flags parameter of sqlite3Btr...
2016-01-21  drhImproved comments on the FORDELETE hint. No logic...
2016-01-20  mistachkinAdd 'rbu' to the clean targets.
2016-01-20  danAdd a -detail option to the loadfts5.tcl script. For...
2016-01-20  danFix a problem in autoconf/configure.ac causing --enable...
2016-01-20  drhCase folding in the LIKE operator should look at all...
2016-01-20  danImprove performance of sqlite3VtabImportErrmsg().
2016-01-20  drhPerformance improvement in sqlite3DbMallocRaw().
2016-01-20  drhSuppress the display of the P4 operand in EXPLAIN outpu...
2016-01-20  drhRemove an unnecessary memset() from the symbol name...
2016-01-20  drhRemove an unnecessary memset() for a small size reducti...
2016-01-20  drhDuring compilation, transfer the azVar[0..nzVar-1]...
2016-01-20  drhVery small simplification to the btree balancer.
2016-01-19  drhFix an incorrect VFS version number check in the thread...
2016-01-19  drhFix two harmless compiler warnings about comparisons...
2016-01-19  danAdd further fts5 tests. 100% code coverage is finally...
2016-01-18  danAdd tests for fts5. Fix a crash that can occur in fts5...
2016-01-18  drhAvoid unnecessary calls to memset() for a small perform...
2016-01-18  danAdd a debugging function to print human-readable versio...
2016-01-18  drhSimplification of the VDBE bytecode for incremental...
2016-01-18  drhFix a problem with SQLITE_TEST_REALLOC_STRESS.
2016-01-16  danAdd extra tests to cover untested branches in fts5.
2016-01-16  drhImprovements to the way sqlite3VdbeAddOpList() works...
2016-01-16  danAdd further tests for fts5. Fix some problems with...
2016-01-16  drhUse sqlite3VdbeAddOp4() rather than a separate sqlite3V...
2016-01-16  drhFix a potential use-after-free problem when compiling...
2016-01-15  drhRemove an unnecessary memset().
2016-01-15  danRationalize some code in fts5_storage.c. Add tests...
2016-01-15  drhRemove unnecessary de-initialization of the Parse object.
2016-01-15  drhWork toward making the schema parsing logic simplier...
2016-01-15  mistachkinFix a couple C99-isms in FTS5 that cause compile errors...
2016-01-14  drhCombine the xFunc and xStep pointers of the FuncDef...
2016-01-14  danAdd a test to verify that the fts3 and fts5 "unicode61...
2016-01-14  drhSimplification to the ISO8610 parser in the imnplementa...
2016-01-14  mistachkinMinor adjustments to the MSVC makefile.
2016-01-14  drhYet another change to FTS5 trying to get it to merge...
2016-01-14  drhFix more compiler warnings in FTS5.
2016-01-14  danFix another compiler warning in fts5 code.
2016-01-14  danFix compiler warnings in fts5.
2016-01-14  drhFix harmless compiler warnings in RBU and add RBU to...
2016-01-14  drhFix harmless compiler warnings in sqldiff.c.
2016-01-14  drhFix the build so that it works for SQLITE_OMIT_WAL...
2016-01-13  drhLook for pthread_mutexattr_init() instead of pthread_cr...
2016-01-13  danAdd documentation for new API functions to the comments...
2016-01-13  drhAdd the SQLITE_FCNTL_JOURNAL_POINTER file control.
2016-01-13  drhAdd documentation for the SQLITE_FCNTL_JOURNAL_POINTER... file-control-journal
2016-01-13  drhWhen the [https://www.sqlite.org/queryplanner.html...
2016-01-12  danAdd the "detail" option to fts5. Used to reduce the...
2016-01-12  drhAdd the ".vfslist" command to the command-line shell.
2016-01-12  danImprove performance of fts5 low level iterators. fts5-offsets
next