]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-04-09  drhFix incorrect column names in UPDATE statements generat...
2015-04-09  danUpdates to comments describing the changeset and patchs...
2015-04-09  drhAdd the --primarykey option to the sqldiff tool, which...
2015-04-09  drhRemove two pointless assert() statements. This should...
2015-04-09  drhFix comment typos in the sqldiff.c utility program.
2015-04-09  drhAdd the "sqldiff" utility program.
2015-04-09  drhRemove a variable initializion to silence a harmless...
2015-04-08  danFix problems in the sessions module causing it to produ...
2015-04-08  danAdd experimental API sqlite3session_diff(). sessions-diff
2015-04-08  drhMerge all changes for version 3.8.9 into the ota-update...
2015-04-08  drhVersion 3.8.9 version-3.8.9
2015-04-07  drhMerge printf() width and precision overflow fixes from...
2015-04-07  mistachkinMerge updates from trunk.
2015-04-07  mistachkinCorrect typo in new test numbering.
2015-04-07  mistachkinEnhance the shell export to support emitting column...
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  drhMerge obscure problem fixes from trunk.
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-04  mistachkinEnhance the 'releasetest.tcl' tool to support MSVC.
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  mistachkinFix build with OSTRACE enabled on Windows when building...
2015-04-02  danDisable e_walauto.test on OpenBSD, as it requires a...
2015-04-02  danFix a problem in vdbesort.c to do with caching unpacked...
2015-04-01  danMerge latest trunk changes with this branch.
2015-04-01  danWhen vacuuming an index that uses no collations other...
2015-04-01  drhMerge recent enhancements from trunk.
2015-04-01  danReduce the CPU used by CREATE INDEX statements by takin...
2015-04-01  drhImproved detection and suppression of endless loops...
2015-04-01  drhImproved tracing and debugging support on windows.
2015-03-31  drhOn windows, flush the mapping view when syncing content...
2015-03-31  mistachkinSet the winShm.id member when it is going to be traced.
2015-03-31  mistachkinBuild fixes for OSTRACE enhancements.
2015-03-31  drhPath portability enhancements for mptester.exe.
2015-03-31  drhAdd the "mptest" target to main.mk. Change TRUNCATE...
2015-03-31  mistachkinPath handling portability enhancements for mptester.
2015-03-31  mistachkinTesting enhancements on Windows.
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-31  drhMerge all recent trunk enhancements and fixes into...
2015-03-30  drhPrevent a possible infinite loop when trying to DROP...
2015-03-30  danImprove performance of multi-field sorts where the...
2015-03-30  danRemove some unnecessary code from vdbesort.c.
2015-03-28  danFurther optimizations for sorting records that begin...
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-26  danOptimize cases where all the sorter is sorting a set...
2015-03-25  drhChange an unreachable branch into an assert().
2015-03-25  drhFix the saveCursorPosition() routine in btree.c so...
2015-03-25  danExtend [52e73eec] so that the IS optimization may be...
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  drhMerge all recent trunk enhancements into the sessions...
2015-03-24  danMerge the latest trunk changes into this branch.
2015-03-24  drhSuppress a compiler warning that was appearing with...
2015-03-24  danWhen the OTA module updates or deletes a row, save...
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-23  danFix a broken assert() in the ota module.
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...
next