]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-11-20  danFix problems in pragma.c causing some PRAGMA statements...
2018-11-17  drhFix the regexp used to recognize libdl errors on OS-X.
2018-11-17  drhFix harmless compiler warnings that appear with SQLITE_...
2018-11-17  drhRemove a C++-style comment.
2018-11-17  danFix a problem in test script e_fkey.test.
2018-11-16  drhFix a test case so that it works on windows.
2018-11-16  drhAdd SQLITE_CONSTRAINT support to the xBestIndex methods...
2018-11-16  drhUpdate the explain virtual table to make use of SQLITE_...
2018-11-16  drhFix the JSON table-valued functions to make use of...
2018-11-16  drhAdd an assert() to the generate_series virtual table...
2018-11-16  drhUpdate the generate_series() table-valued function...
2018-11-16  danIn order to avoid exporting a symbol, use a macro inste...
2018-11-16  drhEnhance the xBestIndex interface of virtual table so...
2018-11-16  drhFix comments and make magic numbers into #defines in...
2018-11-16  danFix a problem with virtual table "fsdir" and some join...
2018-11-16  drhImprovements to the CSV virtual table.
2018-11-15  mistachkinFix typos in the previous check-in.
2018-11-15  drhInclude geopoly in the compiler-warning script.
2018-11-15  drhNew fuzztest cases.
2018-11-13  drhFix a potential buffer overread in the dbstat virtual...
2018-11-13  drhTurn on ASAN for the dbfuzz2 utility. Fix a buffer...
2018-11-12  drhNew hyperlinks in comments used to generate documentati...
2018-11-12  danFix a use-after-free problem in the fts5vocab virtual...
2018-11-10  drhAdd support for read-only shadow tables on virtual...
2018-11-10  danAdd the "changesetfuzz" program. For fuzzing changeset...
2018-11-10  danMerge latest trunk changes. changesetfuzz
2018-11-10  drhRemove a NEVER() that is reachable after all. Reverts... read-only-shadow
2018-11-10  drhMerge fixes from trunk.
2018-11-09  drhFix invalid use of unprotected sqlite3_value objects...
2018-11-09  danWhen a table is renamed using "ALTER TABLE RENAME TO...
2018-11-09  drhFix for ticket [787fa716be3a7f650cac]
2018-11-08  drhIn the treeview.c module, break out the display of...
2018-11-08  drhImproved documentation for SQLITE_DBCONFIG_DEFENSIVE...
2018-11-08  danAdd tests and a fix for program "changesetfuzz".
2018-11-07  danMerge latest trunk changes into this branch.
2018-11-07  danFix minor issues in the changesetfuzz program.
2018-11-07  danUpdate the "changesetfuzz" program to work with patchse...
2018-11-07  drhPerformance improvement in subroutine that decides...
2018-11-07  drhMerge the onefile permutation fix from trunk.
2018-11-07  drhMore test-case adjustments for defensive mode.
2018-11-07  danFix a problem with the handling of SQLITE_FCNTL_PRAGMA...
2018-11-07  drhMerge the permutations fix from trunk.
2018-11-07  danPartially revert [3e1a2f661], as some test scripts...
2018-11-07  drhAdd the SQLITE_DEFAULT_DEFENSIVE compile-time option...
2018-11-06  danUpdate the changesetfuzz program to fuzz changeset...
2018-11-06  drhEnable DEFENSIVE mode by default for tests. This requi...
2018-11-06  drhTurn on defensive mode for running test scripts. Does...
2018-11-06  drhOnly allow shadow table to be written from within a...
2018-11-06  drhAdd enforcement of read-only on shadow tables. This...
2018-11-05  drhInitial code to make shadow tables read-only to ordinar...
2018-11-05  danAdd preliminary version of "changesetfuzz" program...
2018-11-05  drhAdd the SQLITE_DBCONFIG_DEFENSIVE flag.
2018-11-05  drhEponymous virtual tables appear to exist in all schemas...
2018-11-05  drhDisable the IS NOT NULL optimization when the IS NOT...
2018-11-03  drhCorrect the internal logic for SQLITE_DBCONFIG_DEFENSIVE. dbconfig-defensive
2018-11-03  danAdd extra defenses against strategically corrupt databa...
2018-11-03  drhAdd the SQLITE_DBCONFIG_DEFENSIVE flag.
2018-11-03  drhFix a assert() in the query planner that can arise...
2018-11-02  drhEnhance triggers so that they can use table-valued...
2018-10-31  drhDeploy the sqlite3Strlen30NN() function (argument guara...
2018-10-31  drhAdd support for the SQLITE_PREPARE_NORMALIZED flag...
2018-10-31  drhTweaks to the test_intarray documentation and tests.
2018-10-31  drhMerge fuzz test cases computed by dbfuzz2.
2018-10-31  drhImproved corrupt database detection in the relocatePage...
2018-10-30  drhAdd new fuzzer cases generated by dbfuzz2.
2018-10-30  danUpdate comments in sqlite3session.c to describe the...
2018-10-30  drhSplit the SQLITE_WriteSchema flag in two flags, WriteSc...
2018-10-30  drhModify the CLI so that the --deserialize option is...
2018-10-30  drhImprovements to the -fsanitize=fuzzer based database...
2018-10-30  drhIn the CLI, when opening a file that begins with the...
2018-10-30  drhEnable sqlite3_deserialize() in the CLI. The --deseria...
2018-10-29  drhFix a potential assertion fault that can occur while...
2018-10-29  drhFix minor memory leak in the dbstat extension that...
2018-10-29  mistachkinAdd the sqlite3_normalized_sql() API. normalized_sql
2018-10-29  danIn the sessions module, avoid collecting rebase data...
2018-10-29  drhHarden the dbstat extension against corrupt database...
2018-10-27  drhImprovements to the dbfuzz2.c test module.
2018-10-27  drhAdd an entry in Makefile.in to build dbfuzz2 using...
2018-10-27  drhInitial code for a fuzzing tool on database file that...
2018-10-26  danAdd the sqlite3session_config() interface. For configur...
2018-10-26  danPrevent an == constraint specified using the table...
2018-10-25  drhIn the WHERE-constraint propagation optimization, if...
2018-10-24  drhAdd the ENABLE_GEOPOLY case to the compile_options...
2018-10-23  danFix a problem with using window functions in compound...
2018-10-20  danAdd the sqlite3changeset_start_v2() - a new version...
2018-10-18  danTake steps to avoid a potential integer overflow in...
2018-10-18  danAdd the SQLITE_CHANGESETAPPLY_INVERT flag to sessions...
2018-10-12  drhTest case modifications to support SEE.
2018-10-11  drhAdd the textkey and textrekey pragmas.
2018-10-11  drhFix harmless compiler warnings in the CLI.
2018-10-11  drhAlways reset the pager before changing the codec.
2018-10-11  drhOn the first connection to a WAL-mode database that...
2018-10-11  drhIn the CLI, fix a file descriptor leak following OOM...
2018-10-11  drhIn the unix VFS, fix the heap shm allocator (used for...
2018-10-10  drhIn the CLI, allow the SQLITE_HISTORY environment variab...
2018-10-08  drhFix an issue with the new memstat.c extension.
2018-10-08  drhReplace the new geopoly_reverse() function with geopoly...
2018-10-08  drhAdd the geopoly_reverse() function to the GeoPoly exten...
2018-10-06  drhFix the ".help -all" option in the command-line shell.
2018-10-06  danAdd test cases and assert() statements to ensure that...
next