]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-01-20  drhIncorporate the 3.34.1 patches into the reuse-schema... reuse-schema-3.34
2021-01-20  drhVersion 3.34.1 branch-3.34 patch version-3.34.1
2021-01-19  drhFix an issue with sha3_query() when the first argument...
2021-01-19  drhBump the version number to 3.34.1.
2021-01-19  drhFix a problem handling sub-queries with both a correlat...
2021-01-19  drhPrevent potential segfault in the sqlite-expert idxPopu...
2020-12-16  drhFix a typo in the sqlite3_free_filename() documentation.
2020-12-04  danUpdate this branch with latest trunk changes.
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  drhMerge the 3.34.0 release into the reuse-schema branch.
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  danMerge trunk changes into this branch.
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  danMerge trunk changes into this branch.
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...
2020-11-18  drhOn unix, for certain error codes of read()/pread()...
2020-11-17  drhClaw back most of the performance lost in the previous... lowmem-update-exp
2020-11-17  danFix trivial memory leaks in the shell and sqldiff programs.
2020-11-17  danFix test file busy2.test so that it works with the...
2020-11-17  drhAdd a single-argument form to the CARRAY table-valued...
2020-11-16  drhEnhance the unix VFS so that it removes extra "/",...
2020-11-14  drhModify UPDATE so that two-pass updates on a rowid table...
2020-11-12  drhImproved diagnostics output with ".wheretrace 0x800...
2020-11-11  drhFix a typo in a comment. No changes to code.
2020-11-08  drhUse NEVER and ALWAYS macros to confirm that the return...
2020-11-06  drhAdd ALWAYS() to conditionals associated with SHM lockin...
2020-11-05  drhSuppress errors associated with TEMP triggers that...
2020-11-05  drhRemove unused variable from speedtest1.c
2020-11-02  drhFix an another OSS-Fuzz discovered assertion fault...
2020-10-31  drhAdd the -tabs command-line option to the CLI.
2020-10-31  danUpdate the ALTER TABLE command to correctly handle...
2020-10-26  drhAlways create a statement journal when using the OP_Par...
2020-10-26  danEnsure that the table argument passed to Tcl_GetIndexFr...
2020-10-26  danPrevent fts5 tokenizer unicode61 from considering ...
2020-10-22  drhMinor tweaks to query planning weights so that when...
2020-10-22  drhTest case updates. avoid-bad-indexes
2020-10-22  drhSometimes it makes sense to do a full table scan rather...
2020-10-20  drhFix the sqlite3_hard_heap_limit() so that it works...
2020-10-20  drhFix an assert() inside of debug-only code that can...
2020-10-19  drhFix an incorrect table ref-count in the new recursive...
2020-10-19  drhEnhance recursive common table expressions to support...
2020-10-19  drhNew test cases for recursive CTEs with multiple recursi... cte-enhancement
2020-10-19  drhAllow multiple recursive terms in the compound SELECT...
2020-10-18  mistachkinFix harmless compiler warnings.
2020-10-17  drhFix the SQLITE_DESERIALIZE_FREEONCLOSE flag so that...
2020-10-17  drhFix an incorrect printf() in debugging logic in where.c.
2020-10-15  drhMinor fixes to the cksumvfs documentation in the header...
2020-10-15  drhThe windows VFS accepts query parameter "exclusive...
next