]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-04-08  drhGrammar rules for a hypothetical FOR EACH ROW statement... foreachrow-statement
2022-04-07  drhFix two unreachable branches introduced by the recent
2022-04-07  drhEnhance the EXPLAIN output formatting in the CLI so...
2022-04-07  drhThe ".testctrl optimizations 0x400000" command disables...
2022-04-07  drhFix the parsing of C-style comments in Lemon, as report...
2022-04-07  drhOptimization to sqlite3TriggersExist() saves over 700K...
2022-04-07  drhAvoid compiler warnings about the new sqlite3Show(...
2022-04-07  drhOmit an unnecessary initialization in tokenExpr().
2022-04-07  drhFix harmless compiler warnings.
2022-04-07  drhImproved technique for parsing the ON and USING clauses...
2022-04-06  drhFaster parsing of the FROM clause in joins for the...
2022-04-06  drhImprovements to the display of AST for DML statements.
2022-04-06  drhAttempt to show triggers in the TreeView output from...
2022-04-06  drhCorrections and updates to the header comment describin...
2022-04-06  drhAdd the sqlite3Show() family of debugging interfaces...
2022-04-06  drhRename debugging defines and variables from SELECTTRACE...
2022-04-06  drhAdd additional tree display routines for DELETE and...
2022-04-06  drhAdd new diagnostic "sqlite3TreeView" routines for IdLis...
2022-04-04  drhSmall performance and size improvement to OP_Found.
2022-04-04  drhTag an always-taken branch using ALWAYS().
2022-04-04  drhOptimizations to the OP_Found opcode save about 600K...
2022-04-04  drhUse unpacked keys for OP_Found in foreign key processing.
2022-04-04  drhWhen constructing the JSON Path for the "fullpath"...
2022-04-04  drhFix the JSON Path parser so that it will accept zero...
2022-04-04  drhPerformance optimization and stronger assert()s in...
2022-04-04  drhOnly invoke sqlite3VdbeClearObject() from a single...
2022-04-03  drhPerformance optimization in the sqlite3VdbeHalt() routine.
2022-04-03  drhPerformance optimization and size reduction in the...
2022-04-03  drhOmit the Vdbe.runOnlyOnce flag (simplifying the prepare...
2022-04-03  drhPerformance optimization and slight size reduction...
2022-04-02  drhExpand the getVarint32() macro in a few places, as...
2022-04-02  drhFix harmless compiler warnings.
2022-04-02  drhEnsure that a zero-blob does not cause in invocation...
2022-04-02  drhMinor loop optimization in OP_MakeRecord.
2022-04-02  drhIn-line the sqlite3VdbeSerialPut() routine into the...
2022-04-01  drhThe putVarint32() macro does not optimize well. So...
2022-04-01  drhLoop optimization in the OP_MakeRecord opcode.
2022-04-01  drhIt is not necessary to de-ephermeralize the output...
2022-04-01  drhThere is no need for sqlite3_step() to check for an...
2022-04-01  drhOmit the Vdbe.doingRerun field for a slight size reduct...
2022-04-01  drhNew macro ROUND8P() which works like ROUND8() but assum...
2022-04-01  drhProvide and use a version of sqlite3VdbeFreeCursor...
2022-04-01  drhRemove an unnecessary branch from sqlite3VdbeReset().
2022-04-01  drhRefactor the Vdbe.iVdbeMagic field into Vdbe.eVdbeState...
2022-04-01  drhAvoid a harmless uninitialized variable warning in...
2022-04-01  drhHave the sqlite3_context object carry the encoding...
2022-03-31  drhSplit out the RUN state into separate READY and RUN... vdbe-state-refactor
2022-03-31  drhRename Vdbe.iVdbeMagic to eVdbeState. Remove unnecessa...
2022-03-31  drhFix harmless compiler warnings.
2022-03-31  drhRefinement to [3f9887d4a58cbfdb]: The SQLITE_CONSTRAIN...
2022-03-30  drhFaster and slightly smaller implementation of sqlite3St...
2022-03-30  drhSmall size reduction and performance increase in sqlite...
2022-03-29  drhIn setResultStrOrError(), if the input string pointer...
2022-03-29  drhEnsure that sqlite3VdbeMemSetStr() always leaves the...
2022-03-29  drhReverse the order of two tests to stop a harmless initi...
2022-03-29  drhAvoid unnecessary calls to balance() from sqlite3BtreeD...
2022-03-29  drhFix the sqlite3_result_xxxxx() routines so that they...
2022-03-28  drhFurther size and performance optimizations for sqlite3V...
2022-03-28  drhSlightly smaller and faster sqlite3VdbeMemSetStr().
2022-03-28  drhPerformance increase in the loop that frees an opcode...
2022-03-28  drhAnother small performance gain by using sqlite3DbFreeNN().
2022-03-28  drhUse sqlite3DbFreeNN() instead of sqlite3DbFree() in...
2022-03-28  drhPerformance optimization in the memsys5 memory allocator.
2022-03-25  drhFix the Bloom-filter optimization so that it does not...
2022-03-24  drhThe "PRAGMA writable_schema=ON" flag should not allow...
2022-03-23  drhUse trickery to code the UTF-8 BOM for the --bom option...
2022-03-22  drhEnsure that database corruption does not cause the...
2022-03-22  drhHarden the xShmLock method of both the unix and Windows...
2022-03-22  drhMake the sqlite3_serialize() and sqlite3_deserialize...
2022-03-22  larrybrexpose sqlite3_{deserialize,serialize}() in sqlite3ext.h extapi-serializing
2022-03-22  larrybrCreate new branch named "extapi-serializing"
2022-03-21  drhDo not allow an #ifdef inside of an assert(), as gcc...
2022-03-21  drhSome branches are no longer reachable after the previou...
2022-03-21  drhStrengthen the defenses against corrupt databases in the
2022-03-21  drhThe previous assert() fix was not correct when building...
2022-03-21  drhFix the assert() that attempts to verify that the table...
2022-03-21  drhFix an assert() in sqlite3TableAffinity() that might...
2022-03-19  drhIn the CLI, disable the zipfile and sqlar extensions...
2022-03-19  drhFix the zipfile extension so that it knows that a zero...
2022-03-17  drhChange a conditional into an assert() due to the change in
2022-03-17  drhAdd a 4th output code (value 3) from the sqlite3_vtab_d...
2022-03-17  drhUpdates a comment and an assert(). vtab-distinct-ordered
2022-03-17  drhAnother fix for a corner-case in sqlite_offset() -...
2022-03-16  danAdd extra test cases.
2022-03-16  drhUpdate the sqlite3_vtab_distinct() documentation.
2022-03-16  danExperimental change to have sqlite3_vtab_distinct(...
2022-03-15  larrybrMake CLI complain about incomplete input at EOF. Fix...
2022-03-14  drhCalling sqlite3_value_dup() on a pointer value results...
2022-03-14  drhFix an assert() statement in the covering index optimiz...
2022-03-14  drhDisable trigger coding while running sqlite3_declare_vt...
2022-03-14  drhForeign key constraint failures should return SQLITE_CO...
2022-03-11  drhAdd a comment linking a part of the UPDATE constraint...
2022-03-11  drhFix a harmless compiler warning.
2022-03-11  drhFix a harmless compiler warning and restore performance...
2022-03-11  danFix a case in fts5 where a corrupt database could cause...
2022-03-10  drhAnother corruption detection case in the sqlite3BtreeIn...
2022-03-10  drhIn the sqlite3BtreeIndexMoveto() last-page optimization...
2022-03-10  drhStronger defenses against corrupt schemas in the ALTER...
2022-03-10  larrybrAmend sqlite3_column_*() doc table. (no code change)
2022-03-10  drhPrevent a NULL-pointer dereference when trying to parse...
next