]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-06-29  danAvoid reading or writing the 32 locking bytes at the... lsm-metapage-fix
2017-06-29  mistachkinFix issues in the POSIX and Win32 interfaces for lsm1.
2017-06-29  drhEdit comments in sqlite.h.in used for generating docume...
2017-06-29  mistachkinMore updates to the Win32 interface for lsm1.
2017-06-29  mistachkinCorrect typo in the Win32 interface for lsm1.
2017-06-29  drhAdd interfaces sqlite3_prepare_v3() and sqlite3_prepare...
2017-06-29  mistachkinFurther corrections to the Win32 interface for lsm1.
2017-06-29  drhRename the "stmts" virtual table to just "stmt" without...
2017-06-29  mistachkinA couple fixes for the Win32 interface for lsm1.
2017-06-29  drhAdd the stmts virtual table to testfixture builds....
2017-06-29  mistachkinCompilation fix for lsm1 using MSVC.
2017-06-29  drhAdd the LSM1 extension.
2017-06-29  drhAdd the "stmts" virtual table to the amalgamation,...
2017-06-29  drhThe query planner examines the values of bound paramete...
2017-06-29  mistachkinImplement xUnlink, xShmMap, and xShmUnmap for lsm1... lsm-vtab
2017-06-29  drhAdd the SQLITE_STMTSTATUS_REPREPARE and SQLITE_STMTSTAT... stmts-vtab
2017-06-29  drhFix the exprCompareVariable() routine so that it works... partial-index-variables
2017-06-29  mistachkinImplement xRemap for lsm1 on Win32. Also, zero file...
2017-06-28  drhAlternative implementation of exprCompareVariable(...
2017-06-28  mistachkinImplement xLock and xTestLock for lsm1 on Win32.
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  drhIncorporate recent trunk changes. prepare_v3
2017-06-28  drhBuild the "stmts" virtual table into the amalgamation...
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  mistachkinImprove a local variable name.
2017-06-27  mistachkinInitial work on porting lsmtest to Win32.
2017-06-27  mistachkinImplement xFullpath for Win32.
2017-06-27  danFix a virtual table problem that can occur when the...
2017-06-27  mistachkinMinor corrections to the previous check-in.
2017-06-27  mistachkinWork in progress porting lsm1 to Win32.
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-26  danRemove an invalid assert() from lsm test code.
2017-06-26  danFix another problem with multi-threaded mode in the...
2017-06-26  danUpdate a test case to reflect the fact that the lsm...
2017-06-26  danFix some compiler warnings in lsm_file.c.
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  drhMerge the latest changes from trunk.
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  drhMerge enhancements and fixes from trunk.
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-07  danFix another lsmtest build problem. Add the "-trans...
2017-06-07  drhMerge in trunk enhancements.
2017-06-06  drhAdd the SQLITE_DEFAULT_ROWEST compile-time option for...
2017-06-06  danFix a threading problem in lsm test code.
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  drhMerge all recent trunk enhancements.
2017-06-02  drhAdd the --fsync flag to kvtest, and document the -...
2017-06-02  drhWork toward enhancing kvtest to measure write performance.
next