]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
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  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...
2022-02-11  danFix a problem in [c006515ae6faff65] causing an assert...
2022-02-11  drhUse the enhanced SQLITE_TESTCTRL_LOCALTIME_FAULT (2...
2022-02-11  larrybrUpon .import column renaming, issue message saying...
2022-02-11  drhFix the bind2.test test script so that it works even if
2022-02-11  drhWork around the MSVC bug that prevents the use of funct...
2022-02-11  larrybrCLI auto-column rename revamped after forum discussion.
2022-02-10  drhFix SQLITE_TESTCTRL_LOCALTIME_FAULT so that it works...
2022-02-10  drhEnhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is...
2022-02-10  drhPerformance improve to the 'localtime' and 'utc' modifi...
2022-02-10  drhFaster implementation of the date(), time(), and dateti...
2022-02-10  drhFix the test harness so that it builds without SQLITE_E...
2022-02-10  larrybrA CLI feature. auto .import (new table) columns. WIP
2022-02-10  larrybrCreate new branch named "auto-column"
2022-02-10  drhFix a typo in documentation. No code changes.
2022-02-09  drhWhen process first moves a database into WAL mode and...
2022-02-09  danFix a problem with using sqlite3_bind_value() with...
2022-02-08  drhWrites to the subjournal should be all-or-nothing....
2022-02-08  drhProvide sqlite3_error_offset() data for some new errors.
2022-02-08  larrybrcomment-only change to sqlite3.h
2022-02-08  drhDo not show the error code number of CLI error messages...
2022-02-08  drhImproved error message formatting in the shell. Distin...
2022-02-07  drhDisable the sqlite3_error_offset() when the error occur...
2022-02-07  larrybrWhen create table/view fails due to name taken, say...
2022-02-06  drhFix unreachable branches in the sqlite3_error_offset...
2022-02-06  drhThe sqlite3_vtab_in() interface should return false...
2022-02-06  drhWith the new ALTER TABLE under PRAGMA writable_schema...
2022-02-06  drhFaster computation of Expr.nHeight.
2022-02-06  drhRecord the error offset on INTEGER tokens.
2022-02-06  drhFurther improvements to localization of errors in input...
2022-02-05  drhEnhance sqlite3_error_offset() to report the position...
2022-02-05  drhRecord the position of many identifiers in the parse...
2022-02-05  drhUpdate stale evidence marks on sqlite3_vtab_rhs_value...
2022-02-05  drhWhen PRAGMA writable_schema=ON, allow ALTER TABLE to...
2022-02-05  drhFix a NULL pointer dereference that can occur after... relaxed-alter-table
2022-02-05  drhFix documentation typo.
2022-02-05  drhTypo fixes in documentation.
2022-02-04  drhTest case for permissive ALTER TABLE RENAME when writab...
2022-02-04  drhOne more case of disabling errors for ALTER TABLE RENAM...
2022-02-04  drhAdd a compile-time option to include vt02.c in fuzzcheck.
2022-02-04  drhAllow ALTER TABLE RENAME COLUMN to proceed even if...
2022-02-04  drhFix various harmless compiler warnings.
2022-02-04  drhFor the MULTI-INDEX-OR optimization, when pushing down...
2022-02-03  drhMinor typo fix in comment. No code changes.
2022-02-03  drhDo not allow the vdbe-compress.tcl script to generate...
2022-02-03  drhProhibit schema changes within xBestIndex callbacks.
2022-02-02  drhImprovement to the sqlite3_vtab_in_first() documentation.
next