]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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
2022-02-28  drhAn optimization to initMemArray() saves almost 500K...
2022-02-28  drhAvoid unnecessary deinitialization of the Mem.flags...
2022-02-27  drhCache values of UnpackedRecord.aMem[0] into new fields...
2022-02-27  drhBypass a single branch in vdbeRecordCompareString(...
2022-02-26  drhRemove an unnecessary local variable for a small perfor...
2022-02-26  drhAllow the OP_Column opcode to read rows that are larger...
2022-02-25  drhRevise the initialization processing for OP_Column...
2022-02-25  drhFix the OP_NullRow documentation so that it accurately...
2022-02-25  drhImproved comment on the codeDeferredSeek() routine...
2022-02-25  drhFix unimportant typos in comment text.
2022-02-25  drhInvoking SQLITE_TESTCTRL_INTERNAL_FUNCTIONS causes...
2022-02-25  drhRemove unused P4 types on the Opcode object. Saves...
2022-02-24  drhChange the OP_Next and OP_Prev opcodes so that they...
2022-02-24  larrybrSpell fix, no code change
2022-02-24  drhFix an assert() so that it is still valid following...
2022-02-24  drhUpdate the version number of version 3.39.0 for the...
2022-02-23  drhAdd a new subclass for MemPage.xCellSize specifically...
2022-02-23  drhOptimize calls to get2byte() in btree.c for almost...
2022-02-23  drhDefer the check for error check Pgno zero until after...
2022-02-23  drhStore the page number for the PENDING_BYTE page in...
2022-02-22  drhFor the "PRAGMA database_list" statement, do not check...
2022-02-22  drhVersion 3.38.0 version-3.38.0
2022-02-22  drhFix an undersized memory allocation in the test harness...
next