]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-02-26  drhIn the command-line shell, change the units on the... cli-char-width
2015-02-26  drhSimplifications to the description of the nByte paramet...
2015-02-25  drhMake sure the sqlite3_mutex.id field is initialized...
2015-02-25  drhAdd support for the linenoise command-line editing...
2015-02-25  danAdd support for linenoise to shell.c. linenoise
2015-02-25  mistachkinWhen cleaning with MSVC, prevent superfluous output...
2015-02-25  drhRemove an always-false conditional from constructAutoma...
2015-02-24  danPrevent partial indexes on the table on the left hand...
2015-02-24  drhMake sure partial indexes are not qualified incorrectly...
2015-02-24  drhMore test cases to help ensure that partial indexes... tkt-2326c258
2015-02-24  drhThis additional fix prevents a partial index from being...
2015-02-24  drhMake sure partial automatic indexes are not based on...
2015-02-21  drhUpdate document on sqlite3_mprintf() and related functi...
2015-02-21  drhFix a compiler warning associated with USE_PREAD64.
2015-02-21  drhFix over-length source code lines in os_unix.c.
2015-02-21  drhKeep track of the optimal number of reserved bytes...
2015-02-19  drhFix errors in the EBCDIC upper-case to lower-case trans...
2015-02-19  drhRemove a redundant call to statfs() in the xOpen()...
2015-02-19  drhMove the os_unix.c file closer to apple-osx.
2015-02-19  drhFirst small steps toward brining trunk and apple-osx...
2015-02-13  drhImprovements to SQLITE_ENABLE_API_ARMOR.
2015-02-13  drhMake sure the prepared statement auto-resets on extende...
2015-02-12  mistachkinFor the shell '.import' command, make sure the last...
2015-02-09  drhPropagate COLLATE operators upward through function...
2015-02-09  danFix WITHOUT ROWID table handing in sqlite3_analyzer.
2015-02-09  drhAdd test cases for the query flattener fix for tkt-2f7170d7
2015-02-09  drhPropagate the COLLATE operator upward through function...
2015-02-09  drhDisable the query flattener for aggregate subqueries...
2015-02-09  drhRename the internal "EP_Constant" bitmask to a less...
2015-02-09  drhIn selecttrace 0x100 mode, show the parse tree after...
2015-02-09  drhIn selecttrace mode 0x100, show a complete parse-tree...
2015-02-09  drhFix over-length source code lines in resolver.c. No...
2015-02-07  drhFix potential 32-bit integer overflow problems on the...
2015-02-06  drhChange the name of ".info" to ".dbinfo" and add an...
2015-02-06  drhAdd the ".info" command to the shell.
2015-02-06  drhAdd the index_xinfo pragma which gives information...
2015-02-04  drhMerge all recent trunk changes, including the movement... index_xinfo
2015-02-04  drhFix a missing mutex in SQLITE_TESTCTRL_IMPOSTER.
2015-02-03  drhFix a typo in the --help output for speedtest1. Fix...
2015-02-02  drhBreak out the (script-generated) pragma parsing tables...
2015-01-31  drhAdd the "index_xinfo" pragma. Add new columns to the...
2015-01-30  drhChange SQLITE_TESTCTRL_INITMODE to SQLITE_TESTCTRL_IMPO...
2015-01-30  drhAdded SQLITE_TESTCTRL_INITMODE for improved testability.
2015-01-30  drhAdd a few simple test cases for SQLITE_TESTCTRL_INITMOD... initmode-testctrl
2015-01-29  mistachkinFix some duplicated test names.
2015-01-29  danEnsure that "PRAGMA wal_checkpoint = TRUNCATE|FULL...
2015-01-29  drhSplit up the SRC variable in Makefile.msc to avoid...
2015-01-29  drhAdd the INITMODE test-control.
2015-01-29  danOptimize range constraints on the rowid column of fts3...
2015-01-27  mistachkinFix harmless compiler warnings.
2015-01-27  danFix a bug in the fts3 snippet() function causing it...
2015-01-27  danImprove the performance of fts3/4 queries that use...
2015-01-27  drhFix a (almost always harmless) read past the end of...
2015-01-25  drhThe va_list argument cannot take on a NULL value and...
2015-01-24  drhIn the command-line shell, make sure stderr is unbuffer...
2015-01-22  drhMake sure errors in the FROM clause of a SELECT cause...
2015-01-22  drhChange the undocumented ".selecttrace" command in the...
2015-01-21  danFix an assert() that may fail following an OOM error.
2015-01-21  mistachkinFix harmless compiler warning seen with MSVC.
2015-01-21  mistachkinEnhancements to entropy generation for the Win32 VFS.
2015-01-20  drhFix another instance of an incorrect value for KeyInfo...
2015-01-19  drhEnsure that the KeyInfo.nXField value for ephemeral...
2015-01-19  drhThere are asserts in place now that will prevent a... tkt-f97c4637
2015-01-19  drhMake sure that the KeyInfo.nXField value of ephermeral...
2015-01-19  drhFix the assert() of the previous check-in so that it...
2015-01-19  mistachkinFix compilation on Cygwin when SQLITE_MAX_WORKER_THREAD...
2015-01-19  drhAn alternative way of implementing the assert() that...
2015-01-19  drhEnhance the command-line shell with the ability to...
2015-01-19  drhEliminate all use of sprintf(), strcpy() and strcat...
2015-01-18  drhSet binary mode for output on Windows when writing...
2015-01-18  drhSet the command-line shell stdin to binary mode on...
2015-01-17  drhFix a harmless compiler warning the VFS for Windows.
2015-01-16  mistachkinFix harmless compiler warning.
2015-01-16  drhVersion 3.8.8 version-3.8.8
2015-01-15  drhFix the spelling of "malloc_usable_size" in configure...
2015-01-15  drhMakefile enhancements: (1) Rename autoconf/tea/configu...
2015-01-13  drhSimplify some code in rtree, to avoid confusing the...
2015-01-13  drhFix the e_walauto.test test module so that it works...
2015-01-12  mistachkinFix harmless compiler warnings when using -W4 with...
2015-01-12  mistachkinFix harmless compiler warning in an assert() statement. msvcW4
2015-01-12  mistachkinAdd two more classes of harmless MSVC compiler warnings.
2015-01-12  mistachkinSilence some harmless uninitialized local variable...
2015-01-12  mistachkinHarmless compiler warning fixes for 'testfixture' and...
2015-01-12  mistachkinMerge updates from trunk.
2015-01-12  mistachkinGet things compiling cleanly with MSVC and W4.
2015-01-12  mistachkinFix some harmless compiler warnings.
2015-01-12  mistachkinFix comments and add another disabled warning for MSVC.
2015-01-12  mistachkinWork in progress on fixing harmless compiler warnings...
2015-01-12  drhAdd an assert() in order to calm a scan-build warning.
2015-01-10  drhAdd detection of the isnan() library function to the...
2015-01-10  drhMake use of the fdatasync() interface if the HAVE_FDATA...
2015-01-10  drhImprovements to compile-time-option hygiene. Use ...
2015-01-10  drhAdd the ability to put comments in the Config and Platf...
2015-01-10  drhAutoconf configure script updates: (1) remove the...
2015-01-09  drhChange the testfixture binary so that it explicitly...
2015-01-09  drhAdd SQLITE_ENABLE_STMT_SCANSTATUS to the Update-Delete...
2015-01-09  drhRemove an unused preprocessor macro from pcache.c.
2015-01-09  drhImprovements to the sqlite3_stmt_scanstatus() documenta...
2015-01-09  drhFix three crash problems discovered by afl-fuzz.
2015-01-09  drhAdd the "ascii" mode to the command-line shell.
next