]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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-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  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  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...
2018-10-05  drhChanges to geopoly to silience false-positive warnings...
2018-10-03  drhAdd an ALWAYS on an unreachable branch in the ALTER...
2018-10-03  danChange a type in shell.c.in from "int" to "sqlite3_int6...
2018-10-02  drhAdd an additional assert() verifying mutex invariants...
2018-10-02  drhAdditional field name changes and commit fixes associat...
2018-10-02  drhFix comments and refactor some names associated with...
2018-10-01  drhAdd the "PRAGMA table_xinfo" command that works like...
2018-10-01  drhTest case for PRAGMA table_xinfo. pragma-table-vinfo
2018-10-01  drhChange the name of the pragma to PRAGMA table_xinfo...
2018-10-01  drhAdd the extra "hidden" column to the end of the PRAGMA...
2018-10-01  danSpeed up xAccess() calls made on an RBU VFS when there...
2018-10-01  drhBring the PRAGMA table_vinfo statement up to date with...
2018-10-01  drhFix a potential crash that can occur while reading...
2018-10-01  danFix a problem with ALTER TABLE commands when the schema...
2018-09-29  drhAdd the PRAGMA table_vinfo command (with an extra ...
2018-09-28  drhFix test cases so that they work with ICU.
2018-09-28  danHave sqlite3changegroup_output_strm() call its output...
2018-09-28  drhFix a bug in the sqlite_memstat virtual table that...
2018-09-28  drhAdd the geopoly_regular(X,Y,R,N) function to the geopol...
2018-09-28  drhMake most geopoly functions pure.
2018-09-28  drhRig geopoly to use sqlite3AtoF() if it is available...
2018-09-27  drhSmall performance optimization in the JSON parser of...
2018-09-27  drhEnhance the GeoPOLY extension so that it always stores...
2018-09-27  drhEnsure that the OP_VColumn opcode does set sqlite3_vtab...
2018-09-27  danAnother minor tweak to memstat.c so that it may be...
2018-09-27  drhModify the memstat virtual table so that it works with...
2018-09-27  drhAdd the sqlite_memstat extension - an eponymous virtual...
2018-09-27  drhEnhancements to sqlite_memstat: memstat-vtab
2018-09-27  drhAdd initial ZIPVFS support for the "main" database...
2018-09-27  drhInitial prototype of a eponymous virtual table that...
2018-09-27  danDisallow the use of window functions in the recursive...
2018-09-27  mistachkinMinor simplification: In OP_ParseSchema, read the p1...
next