]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-12-18  danFix for the previous fix in the case where a UNION... union-all-flattener
2020-12-18  danWhen flattening UNION ALL subqueries into a join query...
2020-12-17  danFix a part of the header comment for flattenSubquery().
2020-12-17  danAdd test cases and minor fixes to this branch.
2020-12-16  danAllow sub-queries that use UNION ALL to be flattened...
2020-12-16  drhRemove an unnecessary and incorrect #ifdef. Fix harmle...
2020-12-16  drhFix a typo in the sqlite3_free_filename() documentation.
2020-12-15  danFix another integer overflow triggered by a corrupt...
2020-12-15  danWhen the -statstep option is passed to the "rbu" execut...
2020-12-15  danChange an fts5 assert() that can be triggered by a...
2020-12-14  drhEnhance UPSERT so that it allows multiple ON CONFLICT...
2020-12-14  danFix an integer overflow problem in new VACUUM code.
2020-12-14  drhMinor changes for test coverage. generalized-upsert
2020-12-12  drhMore test cases. No new problems discovered.
2020-12-12  drhNew test cases with corresponding bug fixes.
2020-12-11  drhBegin adding test cases. Fix one bug found so far...
2020-12-11  danFix an assert() broken by recent changes to vacuum.
2020-12-11  drhSmall performance tweaks.
2020-12-11  drhBug fixes so that legacy tests pass. New tests for...
2020-12-11  danAdd an "#ifndef SQLITE_AMALGAMATION" block around the...
2020-12-11  drhFix the configure script on the autoconf distribution...
2020-12-11  danFix the expert extension so that it handles generated...
2020-12-11  drhLogic is in place to handle multiple ON CONFLICT clause...
2020-12-10  drhUse an iterator for the index loop in sqlite3GenerateCo...
2020-12-10  danRemove a redundant branch added by [56a54258560].
2020-12-10  danChanges to avoid loading large records into memory...
2020-12-10  danFix minor issues with new code on this branch. vacuum-lomem
2020-12-10  danMerge trunk changes into this branch.
2020-12-10  danBetter integrate the changes on this branch with OP_Ins...
2020-12-10  drhAdd an optional function to the chsumvfs extension...
2020-12-10  drhThe DO UPDATE code generator searches for the correct...
2020-12-09  mistachkinFix compilation issues with MSVC related to C99.
2020-12-09  danTransfer large index or WITHOUT ROWID records between...
2020-12-09  drhFor upsert, the constraint check code generator uses... generalized-upsert-ex1
2020-12-09  danAdd tests for a 'delete' command on a contentless table...
2020-12-09  danAvoid loading large intkey rows when VACUUMing, even...
2020-12-09  drhImproved comments in sqliteInt.h. No changes to code.
2020-12-09  drhInitialize all terms in the ON CONFLICT clause stack.
2020-12-08  danExperimental changes to vacuum to avoid loading large...
2020-12-08  drhEnhance UPSERT parsing to allow multiple ON CONFLICT...
2020-12-07  drhFix a bad assert() in math1Func().
2020-12-07  drhFix to the --disable-math option to ./configure.
2020-12-07  drhMany more math functions. Semantics follows PG whereve...
2020-12-07  drhBegin adding new SQL functions that depend on -lm:...
2020-12-04  drhFix harmless compiler warnings associated with the...
2020-12-04  drhFix a bug in the ".eqp" command of the shell that was...
2020-12-04  danEnsure that fts5 function matchinfo() is registered...
2020-12-04  danFix a test script problem in walvfs.test.
2020-12-04  drhFix an incorrect datatype no the sqlite3WhereTrace...
2020-12-04  drhEliminate the sqlite3_unsupported_selecttrace global...
2020-12-04  drhFurther changes to the trace variables to try to elimin... traceflags-test-control
2020-12-04  drhAlternative implementation of ".selecttrace" and "...
2020-12-03  danWhen merging prefix lists in fts5, use 16-way merges...
2020-12-03  drhDo not simulate OOM faults on the SQLITE_FCNTL_CKPT_STA...
2020-12-03  drhEnhance the generate_series() table-valued function...
2020-12-02  mistachkinPrevent potential segfault in the sqlite-expert idxPopu...
2020-12-02  danAllow a search for an N character prefix in fts5 to...
2020-12-02  drhFix the ".open" command in the CLI so that it accepts...
2020-12-02  danImprove performance for fts5 column filters that filter...
2020-12-02  drhParameterize the hash function in mkkeywordhash.c....
2020-12-02  drhIncrease the version number to 3.35.0 to begin the...
2020-12-02  drhSlightly faster tokenization of non-keyword identifiers.
2020-12-01  drhAdd the --lookaside SIZE COUNT command-line option...
2020-12-01  drhVersion 3.34.0 version-3.34.0
2020-11-30  danUpdate the tea/win/makefile.vc file that ships as part...
2020-11-30  danUpdate the tea/win/makefile.vc file that ships as part... win-tea-fix
2020-11-30  drhDo not reuse the obsolete SQLITE_TESTCTRL_PRNG_RESET...
2020-11-27  drhImprove the speed of the tokenizer by recognizing that... faster-tokenizer
2020-11-27  danFix a compiler warning in fts5_aux.c.
2020-11-27  danAdd missing cast to fts5 bm25() code.
2020-11-27  danRemove a redundant "if( rc==SQLITE_OK )" from the fts5...
2020-11-27  danMove an "if( rc==SQLITE_OK )" to outside a loop body...
2020-11-27  danFix a case in the FTS5 integrity check where a corrupt...
2020-11-26  danUpdate mkunicode.tcl to match the change erroneously...
2020-11-25  drhUpdate a requirement mark in the e_expr.test script.
2020-11-25  drhFix harmless compiler warnings about unused function...
2020-11-25  drhFix a potential NULL pointer dereference in the geopoly...
2020-11-25  drhFix the shell1.test test script so that it works on...
2020-11-25  drhChange the -init option to the command-line shell to...
2020-11-24  drhFix a typo in the sqlite3_txn_state() documentation.
2020-11-24  drhAdd the new sqlite3_txn_state() interface to the set...
2020-11-24  drhFix a harmless typo in a comment.
2020-11-24  danFix a bug in OOM handling code introduced by [6a28713d].
2020-11-24  danEnsure that super-journal and other journal filenames...
2020-11-24  drhRemove the VERSION_NUMBER macro from configure.ac as...
2020-11-23  drhSyntactic changes to work around a bug in gcov 9.3...
2020-11-23  drhIn os_unix.c, put ALWAYS() on unreachable branches...
2020-11-23  danFix a test script problem causing crash8.test to fail...
2020-11-23  drhAllow "substring()" as an alias for "substr()" for...
2020-11-20  danAdd file doc/vdbesort-memory.md, containing notes on...
2020-11-19  drhThe xFullPathname method of the unix VFS now normalizes...
2020-11-19  drhMore test case changes so that shared-cache mode tests... stronger-nofollow
2020-11-19  drhFix the tkt3793 test case so that work even when filena...
2020-11-19  drhUse an ephemeral table rather than a RowSet to remember...
2020-11-18  drhIf a read() or pread() indicates that the database...
2020-11-18  drhImprovements to the mechanism that attempts to report... detect-corrupt-fs
2020-11-18  danUpdate cksumvfs.c so that if SQLITE_AMALGAMATION is...
2020-11-18  danAdd test infrastructure for cksumvfs. And update cksumv...
2020-11-18  danFix a problem causing sqlite3_carray_bind() to return...
2020-11-18  danUpdate test code to fix a problem with SQLITE_OMIT_VIRT...
next