]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-03-10  larrybrImprove formatting of changes doc for this branch shell-tweaks
2022-03-09  larrybrSync w/Trunk, finish doc/sh_tweak_changes.md
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-08  larrybrAdd a .md summarizing CLI changes on this branch and...
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  larrybrSync w/3.38, add .parameter ls to CLI
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...
2022-02-21  drhFix compiler warnings for older compilers (ex: gcc...
2022-02-21  drhRemove stray tab characters from auxiliary source code...
2022-02-21  drhAdd SQLITE_OMIT_JSON to the compile-time option test...
2022-02-21  drhDo not allow error messages from sqlite3NestedParse...
2022-02-19  larrybrImprove .backup and .save help text
2022-02-19  drhAdd a NEVER() to a branch that is unreachable for STAT4.
2022-02-17  drhEnhance the documentation on sqlite3_stmt_readonly...
2022-02-17  drhRemove references to the now-defunct SQLITE_ENABLE_JSON...
2022-02-17  drhFix a testing error on Windows that was recently added...
2022-02-16  drhMake the sqlite3_error_offset() interface accessible...
2022-02-15  larrybrSync with trunk
2022-02-15  drhImproved rendering of floating point numbers without...
2022-02-15  drhNew assert() statements to help prove correctness of...
2022-02-14  drhGeneralize the in-memory journal so that it is able...
2022-02-14  larrybrCLI .import can auto-rename non-unique column names...
2022-02-14  drhMinor correction to the early corruption detection...
2022-02-14  drhFix a bad assert() (it needs an "||CORRUPT_DB" term...
2022-02-14  larrybrCLI's .import column rename made more minimal, and... auto-column
2022-02-13  larrybrSync w/trunk, fix zAutoColumns placement blunder, all...
2022-02-12  danDo not run merge1.test with SQLITE_OMIT_VIRTUALTABLE...
2022-02-12  danFix a possible user-after-free in ALTER TABLE found...
2022-02-12  danUpdate fuzz.test to account for a change in error messa...
2022-02-12  danAvoid dropping SQLITE_TOOBIG errors in the quote()...
2022-02-12  larrybrFor .import auto-column, aid build-time override of...
2022-02-12  larrybrFix auto-column bug noted by post https://sqlite.org...
2022-02-12  larrybrSync w/trunk, allow build-time override of auto-column...
2022-02-11  drhFix a test in without_rowid1.test so that it is disable...
2022-02-11  danUpdate some OOM tests of the ALTER TABLE command to...
2022-02-11  drhLoad recent dbsqlfuzz finds into test/fuzzdata8.db.
2022-02-11  drhReference the wayback machine for the dead hyperlink...
2022-02-11  drhFix an assert() in the pager by adding "|| CORRUPT_DB...
next