]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-07-17  drhWhen checking for the WHERE-clause push-down optimizati... push-down-backport
2017-07-17  drhDo not apply the WHERE-clause pushdown optimization...
2017-07-17  drhFor FROM-clause subqueries that cannot be flattened...
2017-07-08  drhFix the covering index OR optimization (check-in [fcbd6...
2017-07-05  drhMake use of covering indexes in the OR optimization.
2017-07-05  drhAdd the count-of-view optimization when compiled using
2017-06-06  drhAdd the SQLITE_DEFAULT_ROWEST compile-time option for...
2017-05-24  drhFix a problem in STAT4 equality estimation for multi...
2017-05-22  drhWhen planning a query using sorting, resolve ties in...
2017-01-11  drhIn the STAT4 computations, ensure that the aAvgEq value...
2016-11-02  drhWhen the [https://www.sqlite.org/queryplanner.html...
2016-09-23  drhFix the ORDER BY LIMIT optimization backport so that...
2016-09-14  drhBackport the ORDER BY LIMIT optimization to version...
2015-04-08  drhVersion 3.8.9 version-3.8.9
2015-04-07  drhAvoid signed integer overflow when converting oversized...
2015-04-07  danAnother change to avoid a problem caused by integer...
2015-04-07  drhFurther changes to guard against integer overflow in...
2015-04-07  drhGuard against excessive width and precision in floating...
2015-04-06  danFix a problem with fts3 prefix terms within phrase...
2015-04-06  danFix a problem with fts3 prefix terms within phrase... fts3-prefix-query-fix
2015-04-04  danFix a problem with resolving ORDER BY clauses that...
2015-04-04  danFix a problem with resolving ORDER BY clauses that... compound-order-by-fix
2015-04-03  drhDisable the SQLITE_FCNTL_WAL_BLOCK feature for now...
2015-04-03  drhAdd source code to the "showlocks" utility program...
2015-04-02  danDisable e_walauto.test on OpenBSD, as it requires a...
2015-04-01  drhImproved detection and suppression of endless loops...
2015-03-31  drhOn windows, flush the mapping view when syncing content...
2015-03-31  drhAdd the "mptest" target to main.mk. Change TRUNCATE...
2015-03-31  drhChange the sqlite3_log() message generated on a retry...
2015-03-31  drhFix configure.ac and Makefile.in so that they generate...
2015-03-31  mistachkinMinor tweaks to the MSVC Makefile.
2015-03-31  drhHandle very large URI pathnames for in-memory shared...
2015-03-31  drhFix harmless compiler warnings in lemon.c
2015-03-31  drhFix the corruptJ.test case so that it works with and...
2015-03-31  drhAdditional logging information output by mptester.
2015-03-31  drhAdd the "mptest" target to Makefile.msc
2015-03-31  drhEnsure that comparison operators do not mess up the...
2015-03-30  drhPrevent a possible infinite loop when trying to DROP...
2015-03-27  mistachkinMerge updates from trunk. winViewFlush
2015-03-27  mistachkinEnhancements to OSTRACE usage in the Win32 VFS.
2015-03-27  drhFix the ".testctrl imposter" command in the command...
2015-03-27  mistachkinUsing MSVC, get the sqlite3IoTrace variable working...
2015-03-27  mistachkinIn the MSVC Makefile, make the DYNAMIC_SHELL option...
2015-03-26  mistachkinWhen syncing a memory mapped file on Windows, flush...
2015-03-26  mistachkinRevise Win32 locking test to account for recent log...
2015-03-26  drhAvoid leaving the malloc subsystem in a partially initi...
2015-03-26  drhProvide source code line numbers for errors in the...
2015-03-26  drhFix a harmless compiler warning in FTS3.
2015-03-25  drhChange an unreachable branch into an assert().
2015-03-25  drhFix the saveCursorPosition() routine in btree.c so...
2015-03-25  drhReactivate an older assert() (adding an "|| CORRUPT_DB...
2015-03-25  drhAdd two new assert()s to the sqlite3BtreeDataSize(...
2015-03-24  mistachkinAdd SQLITE_STDCALL and SQLITE_CDECL macros on public...
2015-03-24  drhFurther simplifications to the amalgamation builder. stdcall
2015-03-24  mistachkinUpdate the 'mksqlite3c-noext' tool as well.
2015-03-24  mistachkinFix a couple comment typos in a tool script. No change...
2015-03-24  mistachkinAdd SQLITE_STDCALL and SQLITE_CDECL macros on public...
2015-03-24  drhSuppress a compiler warning that was appearing with...
2015-03-24  drhPrevent a virtual table from being destroyed while...
2015-03-24  danAdd tests to check that attempting to DROP a virtual... nVDestroy
2015-03-24  drhSimplify the EXPLAIN output of virtual table P4 paramet...
2015-03-24  drhMore defenses against virtual table being deleted out...
2015-03-24  drhPrevent a virtual table from being destroyed while...
2015-03-24  drhReplace the Vdbe.inVtabMethod field with the sqlite3...
2015-03-23  drhDisable loadable extensions in the command-line shell...
2015-03-23  drhTrack total memory usage using a 64-bit integer on...
2015-03-23  drhFix a non-C89 variable declaration that causes problems... status64
2015-03-23  drhFix datetype size asserts in btree.c.
2015-03-23  drhAdd the SQLITE_PTRSIZE macro. Use it to help sqlite3_s...
2015-03-23  drhAdd the sqlite3_status64() interface. Make the new...
2015-03-22  drhFix a potential NULL pointer dereference following...
2015-03-21  mistachkinFix harmless compiler warnings with MSVC when assert...
2015-03-21  mistachkinAdd more comments to the MSVC batch build tool.
2015-03-21  mistachkinIncrease the debugging level for the debug configuratio...
2015-03-21  drhDo not invoke a C preprocessor macro with an empty...
2015-03-21  drhAdd a missing "int" on a constant declaration.
2015-03-21  danAvoid a segfault if NULL is passed as the first argumen...
2015-03-21  danChange walblock.test to block an external process for...
2015-03-21  drhFix the blocking WAL lock so that it works and so that...
2015-03-21  danRemove an unreachable branch from the OP_VCreate opcode...
2015-03-21  danAvoid an integer overflow in fts3 causing gcc 4.7.1...
2015-03-21  drhRemove an unreachable branch from the OP_VCreate opcode.
2015-03-21  danAdd a missing "ifcapable fts3" to a test case in vtab2...
2015-03-21  drhCorrectly detect the error of having a "*" wildcard...
2015-03-21  drhIf a column is both UNIQUE and a PRIMARY KEY, make...
2015-03-21  mistachkinRemove superfluous define from the MSVC makefile.
2015-03-21  mistachkinImprovements to the MSVC build. Fix harmless compiler...
2015-03-20  drhProvide the BTREE_SEEK_EQ hint to the b-tree layer.
2015-03-20  drhFix to get SQLITE_SMALL_STACK working correctly again... seek-eq
2015-03-20  drhProvide the BTREE_SEEK_EQ hint to the b-tree layer.
2015-03-20  danFix a problem causing collation sequence names to be...
2015-03-19  drhIf a virtual table is created with a malformed UTF8...
2015-03-19  danFix a crash that can occur following an OOM condition... malformed-vtab-name
2015-03-19  danFix a problem with creating virtual table with names...
2015-03-19  danFix an FTS3/4 problem with handling empty tokenizer...
2015-03-19  danSilently ignore any attempt to add a prefix index for...
2015-03-19  danAdd an assert() to check that the database mutex is...
2015-03-19  mistachkinFix typo in shell error message.
2015-03-19  drhFix a bug in error handling in the ".trace" command...
2015-03-18  drhAdd another sqlite3FaultSim() to the multi-threaded...
next