]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-06-17  danEnsure that the value of the THREADSAFE symbol is alway... ctime-refactor
2017-06-16  danRework the code in ctime.c a bit to report on more...
2017-06-16  drhMinor refactoring change to clarify how ATTACH works...
2017-06-16  drhPrevent pagesize changes on VACUUM in encrypted databas...
2017-06-15  drhMove the "shell_add_schema()" SQL function used by...
2017-06-15  drhFix typo and improve the wording of the description...
2017-06-15  drhFix harmless compiler warnings in the shell.c file
2017-06-15  drhImprovements to the ".tables" command in the command...
2017-06-15  drhIn the command-line shell, enhance the ".schema" comman...
2017-06-15  drhEnhance the sqlite3_analyzer.exe utility so that it...
2017-06-13  danFix sqlite3rbu_close() so that the pzErrmsg parameter...
2017-06-13  drhFix the processing of double-negatives in WHERE clause...
2017-06-11  drhFix an off-by-one error that messes up the display...
2017-06-11  drhWhen reusing a materialized view, make sure the estimat...
2017-06-11  drhFix the sessiondiff test module so that it does not...
2017-06-11  drhFix a potential null-pointer deference following OOM...
2017-06-09  drhUpdate the documentation to make it clear that the...
2017-06-09  drhAdjust the implementation of the ".selftest" feature...
2017-06-08  drhAdd a testcase() to confirm that an OOM on sqlite3DbStr...
2017-06-08  danEnsure pointer map entries are always added when a...
2017-06-07  drhIn SQLITE_DEBUG mode, attempt to log the page number...
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...
next