]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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-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  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...
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...
2020-10-14  mistachkinEnhancements to TclKit batch tool for MSVC.
2020-10-14  mistachkinFix typo in a documentation comment.
2020-10-14  drhEnhanced documentation for sqlite3_vtab_nochange()...
2020-10-12  danFix some fts5 problems with signed integer overflow...
2020-10-12  drhImproved quoting of the table name argument for the...
2020-10-12  drhAdd options --data-only and --nosys to the ".dump"...
2020-10-12  danFix ALTER TABLE so that it can run even if the schema...
2020-10-12  drhAdd the --nosys option to the .schema command in the...
2020-10-12  danFix UPDATE FROM statements on virtual tables that are...
2020-10-12  drhFix BEGIN IMMEDIATE and BEGIN EXCLUSIVE so that they...
2020-10-07  drhIn the CSV extension, use SQLITE_TRANSIENT rather than...
2020-10-05  danAllow fts5 trigram tables created with detail=column...
2020-10-03  danDo not apply affinities when creating entries for autom...
2020-10-03  danFix a segfault caused by running "column LIKE NULL...
2020-10-03  danFTS5 does not handle tokens that contain embedded nul...
2020-10-02  danFix some test code so that testfixture can build with...
2020-10-02  drhAdditional corner-case fixes for the in-scan-vs-index...
2020-10-02  drhRemove an incorrect assert() from the OP_SeekScan opcode.
2020-10-02  drhFix a faulty assert() statement. Add new test cases.
2020-10-02  drhFor the OP_SeekScan optimization, the OP_IdxGT does...
2020-10-02  drhDisable the OP_SeekScan opcode of the in-scan-vs-index...
2020-10-01  danAdd experimental "trigram" tokenizer to fts5.
2020-10-01  danAdd the -trigram option to the fts5txt2db.tcl script. fts5-trigram
2020-10-01  danAdd tests for the trigram tokenizer. Fix minor issues.
2020-10-01  drhFix the OP_SeekScan opcode so that its variable names...
2020-10-01  drhRemove a debugging printf() accidentally left in the...
2020-10-01  drhThe IN-early-out optimization does not work for virtual...
2020-09-30  danAdd experimental unicode-aware trigram tokenizer to...
2020-09-30  drhImproved query optimization for multi-column indexes...
next