]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2022-03-10  drhRefactor Window.pFunc into Window.pWFunc to disambiguat...
2022-03-10  drhOnly run atof1.test on x86_64 machines.
2022-03-10  larrybrMention that sqlite3_column_text16() returns have nativ...
2022-03-10  drhCheck-in [642a0b4752743216] fixing sqlite_dbpage is...
2022-03-09  drhFurther refinements to the sqlite_offset() fix from...
2022-03-09  drhFix the sqlite_dbpage virtual table so that it starts...
2022-03-09  drhDo not use va_arg() as an l-value, because
2022-03-09  drhImprove the defenses against bad pathnames input into...
2022-03-08  drhFix a minor typo in a comment.
2022-03-08  drhFix compiler warnings.
2022-03-07  drhDisable an assert in moveToRoot() when the database...
2022-03-07  drhIn the stay-on-last-page optimization for sqlite3Btree...
2022-03-07  drhDo not allocate new Trigger objects in the parser follo...
2022-03-07  drhFix the code generated for vector IN operator constrain...
2022-03-07  drhOptimizations to sqlite3BtreeIndexMoveto() avoid unnece...
2022-03-07  larrybrDisentangle variable use in last checkin
2022-03-06  larrybrFor CLI .import, revert to importing into temp or main...
2022-03-06  drhFix obsolete but harmless comments in btree. No change...
2022-03-06  drhThe sqlite_offset() function should be non-deterministic.
2022-03-05  drhRemove a NEVER() associated with sqlite_offset()>
2022-03-05  drhFix the 'localtime' modifier in date/time functions...
2022-03-05  drhFurther improvements to the sqlite_offset() function.
2022-03-05  drhFix the sqlite_offset() function so that it gives the...
2022-03-05  drhUpdate obsolete text in the ICU README.txt file talking...
2022-03-04  drhDo try to evaluate the Bloom filter on a LEFT JOIN...
2022-03-04  drhWhen setting an sqlite3_value object to a pointer value...
2022-03-03  drhRestore the ability to push-down OR subterms of the...
2022-03-03  drhMake sure the xParseCell and xCellSize methods of the...
2022-03-03  drhFix for the problem identified in
2022-03-03  drhAdd the new OP_BeginSubrtn opcode (which is really...
2022-03-02  drhBloom filter pull-down optimization is incompatible...
2022-03-02  drhFaster version of sqlite3VdbeMemRelease().
2022-03-02  drhReinstate the releaseMemArray() performance optimization of
2022-03-02  drhThe optimization at [ece326db50201937] is not quite...
2022-03-02  drhFix a harmless compiler warning.
2022-03-02  drhThe performance optimizations at [bb520293d8c11518...
2022-03-01  drhThe MemPage.aDataEnd field should point to the end...
2022-03-01  drhFix a minor typo in a comment.
2022-03-01  drhFix two assert() statements in btree.c which were not...
2022-03-01  drhFix slightly-incorrect assert() statements.
2022-03-01  drhIncrease the max_page_count on ROLLBACK, if necessary...
2022-02-28  drhFix the Xfer-optimization on the INSERT statement so...
2022-02-28  drhReorganize the bits in Mem.flags. Free up one bit...
2022-02-28  drhExpand the comment on the definition of the Mem object...
2022-02-28  drhPerformance optimization in initMemArray() saves about...
2022-02-28  drhThe performance increase in the previous check-in of... optimize-init-mem
next