]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-01-02  drhNEVER() and ALWAYS() macros tagging unreachable branches. two-size-lookaside
2020-01-02  drhMerge the latest enhancements from trunk.
2020-01-02  drhDo not allow the zipfile virtual table to start a trans...
2020-01-02  drhFix some test logic in the OP_Delete opcode so that...
2020-01-02  drhIfdef-out code that is only possible with the sessions...
2020-01-02  drhHave the OP_ReleaseReg opcode also invalidate the regis...
2020-01-02  danHandle blobs that are the return values of functions...
2020-01-02  drhFix the OP_Move opcode so that it correctly manages...
2020-01-02  drhEnhancements to aid testing and debugging:
2020-01-02  drhAdd the test_trace_breakpoint() subroutine that is...
2020-01-02  drhUse OP_Copy instead of OP_SCopy to move the results...
2020-01-02  drhThe sqlite3WhereEnd() call now unwinds all Expr modific...
2020-01-01  drhProvide the -DSQLITE_ENABLE_INTERNAL_FUNCTIONS=1 compil...
2020-01-01  drhWhen generating code for a subquery, make a copy of...
2020-01-01  danEnsure that when code for a scalar SELECT featuring...
2020-01-01  drhFix the sqlite3ExprImpliesNonNullRow() routine so that...
2020-01-01  drhNew test-only SQL functions: implies_nonnull_row()...
2020-01-01  drhFactor out code generation for in-line SQL functions...
2020-01-01  drhIssue OP_ReleaseReg opcodes against the array of regist...
2019-12-31  drhRemove an incorrect assert() statement. Ticket [46fcd7...
2019-12-31  drhAlso set the SQLITE_DIRECTONLY flag on the load_extensi...
2019-12-31  drhSet the SQLITE_DIRECTONLY flag on the fts3_tokenizer...
2019-12-31  drhRefactor names. Use "small" instead of "mini" to descr... mini-lookaside-take-2
2019-12-31  drhMerge recent enhancements from trunk.
2019-12-31  drhThe OP_ResultRow opcode releases the SCopy dependences...
2019-12-30  drhBack out the NEVER() from check-in [40d10e7aad5b8992...
2019-12-30  drhAdd an ALWAYS() to a conditional which is apparently...
2019-12-30  drhPut a NEVER() on a defensive branch.
2019-12-30  drhFix a typo in a comment. No changes to code.
2019-12-30  danDo not use HIDDEN columns for NATURAL joins. Fix for...
2019-12-30  danIn ALTER TABLE, rename columns and tables in expression...
2019-12-29  drhDo not allow triggers that run as part of REPLACE confl...
2019-12-29  drhAdd the OP_FinishSeek opcode which completes an OP_Defe...
2019-12-28  danDo not attempt to flatten compound sub-queries in a...
2019-12-28  danChange an assert() in where.c to a testcase() macro...
2019-12-28  drhDisable early coding of transitive constraints at the...
2019-12-28  danFix an instance where the planner might choose to use...
2019-12-28  drhFurther improvements to .wheretrace during loop code...
2019-12-28  drhNew enhancements to .wheretrace. The 0x20000 flag...
2019-12-28  drhExpose some of the Where data structure debug printing...
2019-12-28  drhAdd the --enable-all option to the main configure scrip...
2019-12-28  drhSimplifications to the initialization of the sqlite3_in...
2019-12-28  drhIf the ".wheretrace 0x10000" bit is set, print WhereTer...
2019-12-28  drhTwo new test cases added to test/fuzzdata8.db.
2019-12-28  danSecond attempt to fix a problem with unwinding the...
2019-12-28  danMerge latest trunk changes with this branch. better-error-handling-1
2019-12-28  danFix an assert() failure in altertable3-22.4.
2019-12-28  drhFix a faulty assert() associated with query search...
2019-12-28  drhConvert an assert() back into a conditional. The condi...
2019-12-28  drhWhen an INSERT is receiving content from a SELECT,...
2019-12-28  drhRecompute the values for all generated columns after
2019-12-27  danDo not attempt to unwind the WITH stack in the Parse...
2019-12-27  danRemove a NEVER() that is no longer true. Fix for [36ffe...
2019-12-27  danFix a problem involving window function aliases being...
2019-12-27  drhAdd a missing "ifcapable rtree {...}" line to the windo...
2019-12-27  danFix a problem with window functions in aggregate querie...
2019-12-27  danDo not mistake constant integers in a PARTITION BY...
2019-12-27  drhFollow-up to check-in [c8c6dd0e6582ec91] - change the...
2019-12-27  danWhen determining if an aggregate within a sub-query...
2019-12-27  drhEnsure that the Pager.changeCountDone flag is cleared...
2019-12-27  drhFix buffer underflows in the zipfile extension associat...
2019-12-26  drhIf an UPSERT can cause an Abort due to a constraint...
2019-12-26  drhAn UPDATE of a table that is indexed by a constant...
2019-12-26  danFix an assert() in fts5 that could fail if an xSavepoin...
2019-12-26  drhMakefile.in fix so that it works on systems that requir...
2019-12-26  drhAdd two new fuzzer test cases from dbsqlfuzz.
2019-12-26  drhIn the xAccess() method of the unix VFS, return true...
2019-12-26  drhFix an FTS3 test case that depends on the ICU extension...
2019-12-26  drhFix an incorrect assert() added by check-in [fa58aad48a...
2019-12-26  drhDisables the optimization that tries to pull the value...
2019-12-25  drhWhen the sqlite3WindowRewrite() routine detects and...
2019-12-24  drhFix a minor performance regression from check-in [401c9...
2019-12-24  drhBackout the early VTable cursor close change from yeste...
2019-12-24  danFix a problem causing fts5 integrity-check failures...
2019-12-24  drhMake the zipfile() extension function more robust again...
2019-12-24  danFix another case where malformed utf-8 was being mishan...
2019-12-24  danFix an assert() added as part of commit [a11b393dc...
2019-12-24  drhExtra defense against problems following an OOM. dbsql...
2019-12-24  danFix a spurious report of corruption that could be made...
2019-12-24  drhConvert an ALWAYS() into an assert() with an extra...
2019-12-24  drhAllow comparison operators of a register against itself.
2019-12-23  drhTest case for the zipfile-extension bug fix of the...
2019-12-23  drhFix the zipfile() function in the zipfile extension...
2019-12-23  drhThoroughly reset the rtree cursor at the start of each...
2019-12-23  drhRemove an extra deflateInit2() call accidently left in
2019-12-23  drhDo an early close of virtual table cursors to avoid...
2019-12-23  drhEarly detection of database corruption in balance_deeper().
2019-12-23  danFix a case in which SQLite could fail to identify ...
2019-12-23  danFor expressions like (x, y) IN (SELECT ...) where the...
2019-12-23  drhFix a shift-overflow problem in yesterday's check-in...
2019-12-23  drhFix the OP_Cast operator so that when casting to TEXT...
2019-12-23  drhChange the assert() back into a testcase(). See also...
2019-12-23  drhEnhance the sqlite3VdbeMemAboutToChange() shallow-copy...
2019-12-22  drhChange the code generator for the IN operator so that...
2019-12-22  drhMake a hard copy of strings in constraint checks prior...
2019-12-22  drhWhen constructing the virtual MATCH term of the WHERE...
2019-12-22  drhIn the WHERE clause debugging output (the .wheretrace...
2019-12-22  drhFix to the optimization of check-in [a47efb7c8520a011...
2019-12-22  drhBack out the asserts of check-ins [a500893b6f64aced...
2019-12-22  drhWhen parsing a CREATE TABLE from the sqlite_master...
next