]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-06-07  drhCause the ANALYZE command to build sqlite_stat1 table... analyze-empty-tables
2017-06-06  drhAdd the SQLITE_DEFAULT_ROWEST compile-time option for...
2017-06-05  drhFix a subtle bug in the remember UDF of the kvtest...
2017-06-05  danFix a bug in test_fs.c that occurs when the first compo...
2017-06-05  drhFor the kvtest utility, add the --vacuum option to...
2017-06-05  drhFix the column width deduction logic in the command...
2017-06-05  drhOmit some of the fstree tests in vtabH if the PWD conta...
2017-06-03  drhInitialize a variable to zero to prevent an (incorrect...
2017-06-03  drhFix the SQLITE_PTR_TO_INT macro so that works on recent...
2017-06-03  drhRemove unused header file from kvtest.
2017-06-03  drhIn kvtest, add the ability to work with a hierarchy...
2017-06-03  drhAdd the --nocheckpoint and --multitrans options to...
2017-06-02  drhAdd the --fsync flag to kvtest, and document the -...
2017-06-02  drhWork toward enhancing kvtest to measure write performance.
2017-06-02  drhChange the name of the OP_Seek opcode into OP_DeferredS...
2017-06-02  drhFix a typo in the header comment of the "series.c"...
2017-06-01  drhAdd a comment to the Lemon documentation regarding...
2017-05-31  drhAdd the SQLITE_STMTSTATUS_MEMUSED opcode to sqlite3_stm...
2017-05-31  drhAdd the SQLITE_STMTSTATUS_MEMUSED option for sqlite3_st... stmtstatus-memused
2017-05-31  drhAdd the experimental "stmts" virtual table for introspe...
2017-05-31  drhAvoid allocating excess memory to the KeyInfo objects.
2017-05-31  drhRemove a completely unnecessary memset() from the INSER...
2017-05-31  drhVery small performance increase in sqlite3VdbeSetNumCols().
2017-05-31  drhReorder fields in the PgHdr object for a performance...
2017-05-31  drhAvoid unnecessary memory zeroing during expression...
2017-05-31  drhSize and performance optimizations to sqlite3ResolveExp...
2017-05-30  drhChange sqlite3BtreeNext() and sqlite3BtreePrevious...
2017-05-30  danOmit a test of codepoint 0x202F (non-break narrow space...
2017-05-29  drhMore efficient error handling and reset in the binding...
2017-05-29  drhOmit unnecessary fstat() calls for determining the...
2017-05-29  drhFix an issue with OPT_FEATURE_FLAGS in configure.ac.
2017-05-29  drhAvoid unnecessary fstat() calls to determine the databa... io-opt
2017-05-29  drhAvoid unnecessary calls to fstat() to determine the...
2017-05-29  drhFix a typo in a comment. No code changes.
2017-05-29  drhOptimizations to the Walker object and its methods...
2017-05-29  drhCorrectly initialize the iSelectId of FROM clause terms...
2017-05-29  mistachkinImprove shell help text for the '.open' command.
2017-05-27  drhSmaller and faster vdbeSorterCompareText().
2017-05-25  drhSmall performance increase and size decrease in the...
2017-05-25  drhMerge the LEFT JOIN query flattener fixes from 3.19.2.
2017-05-25  drhVersion 3.19.2 version-3.19.2
2017-05-25  drhThe SQLITE_EXTRA_IFNULLROW compile-time option causes...
2017-05-25  drhThe TK_IF_NULL_ROW expression node must be treated...
2017-05-25  drhIncrease the version number to 3.19.2 since ticket...
2017-05-25  drhThe TK_IF_NULL_ROW expression node must be treated...
2017-05-24  mistachkinFix harmless compiler warnings in FTS5.
2017-05-24  drhVersion 3.19.1 version-3.19.1
2017-05-24  drhFix a problem in STAT4 equality estimation for multi...
2017-05-23  drhRemove the msvc.h header file from the autoconf tarball.
2017-05-23  drhDo not use strcpy() in the (obsolete) amatch extension.
2017-05-23  drhDisable the LEFT JOIN flattening optimization for aggre...
2017-05-23  drhDisable the LEFT JOIN flattening optimization for aggre...
2017-05-23  drhEnsure that the expression rewriter inside the query...
2017-05-23  drhEnsure that the expression rewriter inside the query...
2017-05-23  drhChange the version number to 3.19.1.
2017-05-23  drhRemove a surplus semicolon, which was harmless on gcc...
2017-05-23  drhWhen flattening a query, make sure iTable attribute...
2017-05-23  drhWhen flattening a query, make sure iTable attribute...
2017-05-23  drhRemove a surplus semicolon, which was harmless on gcc...
2017-05-22  danFix incompatibilities between the "sqldiff --changeset...
2017-05-22  drhAdd the ".cd" command to the command-line shell.
2017-05-22  drhIncrease the version number to 3.20 for the next releas...
2017-05-22  drhMerge the last-minute 3.19.0 changes into trunk.
2017-05-22  drhVersion 3.19.0 version-3.19.0
2017-05-22  drhInclude the "msvc.h" header file in the amalgamation...
2017-05-22  danFix a case where NULL was being passed to memcmp()...
2017-05-22  drhWhen planning a query using sorting, resolve ties in...
2017-05-19  drhPrevent a possible NULL pointer dereference in the...
2017-05-19  drhPrevent a possible NULL pointer dereference in the...
2017-05-19  drhImproved comments on one routine in the query planner...
2017-05-19  drhFix a documentation typo. No changes to code.
2017-05-19  drhBranch for the 3.19 release.
2017-05-19  danFix some problems in fts5 code detected by -fsanitize...
2017-05-18  drhFix a documentation typo. No changes to code. doc-type
2017-05-16  danUpdate the tool/warnings.sh script to automatically...
2017-05-15  drhFix the build so that it works again with SQLITE_OMIT_S...
2017-05-15  drhImprovements to the omittest.tcl script.
2017-05-12  mistachkinMake sure the 'sqlite3changegroup_*' functions are...
2017-05-11  danAdd another test case for the new authorizer functionality.
2017-05-11  drhEnhance the json_extract() function to reuse parses...
2017-05-11  danDo not save the state of an fts5 merge operation mid...
2017-05-11  drhCache the JSON parse used by json_extract(). auxdata-cache
2017-05-11  drhNegative N values in sqlite3_get_auxdata() and sqlite3_...
2017-05-11  drhNew requirements marks and documentation for the author...
2017-05-11  drhImprovements to the sqlite3_set_authorizer() documentation.
2017-05-11  drhChange the SQLITE_READ authorization call for unreferen...
2017-05-10  drhRename fields of the internal AuxData object to make...
2017-05-10  drhImproved documentation for the SQLITE_READ authorizer...
2017-05-10  drhInvoke the SQLITE_READ authorizer callback with a NULL...
2017-05-10  danFix a couple of test scripts so that they work with
2017-05-10  drhAvoid unnecessary codec operations on in-memory subjour...
2017-05-10  drhDo not invoke codec macros for in-memory subjournals. codecless-inmemory-subjournal
2017-05-08  danDo not invoke codec macros when reading or writing...
2017-05-06  drhFix an obscure assertion fault that can follow an OOM...
2017-05-06  drhFix requirements marks and harmless compiler warnings.
2017-05-04  drhFix a collision of the "B0" identifier name between...
2017-05-03  drhRemove the unused "sqlite3_stack_used" TCL command...
2017-05-03  drhFix the sqlite3GetInt32() function so that it correctly...
2017-05-03  drhAlways enable URI filenames when compiling with SQLITE_...
2017-05-02  drhFix the fts3EvalAverageDocsize() routine so that it...
next