]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-06-29  drhFix the exprCompareVariable() routine so that it works... partial-index-variables
2017-06-28  drhAlternative implementation of exprCompareVariable(...
2017-06-28  drhMake the query planners use of partial indexes based...
2017-06-28  drhMerge the in the latest enhancements from trunk.
2017-06-28  drhFix harmless compiler warnings in the CSV extension.
2017-06-28  drhFaster parser stack overflow detection.
2017-06-28  drhMinor tweak to the SQL grammar to make the parser table...
2017-06-28  drhIn the lemon-generated parser, store the number of...
2017-06-28  drhIn the lemon-generated parser, automatically promote...
2017-06-28  drhSimplify error handling logic in sqlite3_exec() to...
2017-06-28  drhMinor code simplification in the ALTER TABLE logic.
2017-06-28  drhAvoid an unnecessary call to sqlite3XPrintf() in the...
2017-06-27  drhAdd SQLITE_DBCONFIG_ENABLE_QPSG that forces the query...
2017-06-27  danFix a virtual table problem that can occur when the...
2017-06-26  drhAdd the -withoutnulls option to the "db eval" method...
2017-06-26  drhThe ".import" command of the shell, and the csv virtual...
2017-06-26  drhMake sure sqlite3VdbeSetVarmask() is never invoked... enable-QPSG
2017-06-26  drhAdd the SQLITE_DBCONFIG_ENABLE_QPSG option to activate...
2017-06-24  drhDisable shell tests for the .schema command if virtual...
2017-06-24  danConsider the values bound to SQL variables when determi...
2017-06-24  drhMake sure the config.h header is included by ctime...
2017-06-24  drhQuery planner tuning: When deciding between two plans...
2017-06-24  drhMake sure enough memory is allocated for pathological...
2017-06-23  danWhen generating individual loops for each ORed term...
2017-06-22  danWhen generating individual loops for each ORed term... or-optimization
2017-06-21  drhEnable pragma virtual tables for the integrity_check...
2017-06-20  drhRename the azCompileOpt global constant to avoid a...
2017-06-20  danEnsure that the query planner knows that any column...
2017-06-17  drhFix a missing comma in the previous check-in.
2017-06-17  danRework the code in ctime.c a bit to report on more...
2017-06-17  danEnsure that the value of the THREADSAFE symbol is alway... ctime-refactor
2017-06-17  danAdd extra test cases for sqlite3changeset_apply() and...
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.
next