]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-07-06  danChange the name of the SQLITE_DBSTATUS_PROPORTIONAL_CAC... dbstatus-prop-cache-used
2016-07-06  danAdd the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED sqlite3...
2016-07-06  danFix a memory leak in recently added test code.
2016-07-05  drhMore fixes to Fossil so that it automatically resets...
2016-07-05  drhAttempt to reset the error count in the Lemon-generated...
2016-07-04  danAdd the sqlite3rbu_state() API. Used to determine the...
2016-07-04  drhAdd the carray() virtual table as a loadable extension.
2016-07-03  drhChange the name of the intarray() extension to carray... prototype-int-array
2016-07-02  drhFix an off-by-one comparison in the intarray() virtual...
2016-07-02  drhMerge the alternative table-valued function RHS of...
2016-07-02  drhFix a problem in table-valued functions on the RHS...
2016-07-02  drhAdd support for table-valued functions on the RHS of...
2016-07-01  drhFix the transitive constraint logic error that can...
2016-07-01  drhAdd test cases to the transitive constraint fix. planner-fix
2016-07-01  danAdd the sqlite3rbu_state() API. Used to determine the... rbu-state-api
2016-06-29  drhAdd the ability to have a table-valued function on...
2016-06-29  drhAnother test case for the intarray($PTR,$N) virtual...
2016-06-29  drhAdd a prototype intarray($PTR,$N) table valued function.
2016-06-28  drhProposed fix for a problem in the query planner.
2016-06-26  drhPrevent the WhereLoop.rSetup cost estimate from going...
2016-06-25  drhFix the handling of OP_Eq opcodes that compare a regist...
2016-06-24  drhFix the ctime.test script so that it works with clang.
2016-06-24  drhFix the Makefile.in to avoid unnecessary recompiles...
2016-06-23  danUpdate the sqldiff utility so that if the --vtab switch...
2016-06-23  drhFix the build for -DSQLITE_OMIT_VIRTUALTABLE
2016-06-21  danUpdate the sqldiff utility so that if the --vtab switch... sqldiff-vtab-support
2016-06-20  danFor a table on the rhs of a LEFT JOIN operator, do...
2016-06-20  danAllow LIKE operators that appear in a WHERE clause... cursor-hints
2016-06-17  danInclude WHERE terms in the cursor-hint passed to a...
2016-06-17  danFix a duplicate test name in cursorhint2.test.
2016-06-17  danFix a typo in the cursorhint2.test script.
2016-06-17  danIf a table is on the rhs of a LEFT JOIN, include only...
2016-06-16  danAdd a missing OP_ColumnsUsed opcode to code for express...
2016-06-16  drhFix a typo in a comment on the SrcList object.
2016-06-13  drhFix RBU so that it builds with -DSQLITE_ENABLE_8_3_NAMES.
2016-06-13  drhFix the declaration of the table implemented by DBSTAT...
2016-06-13  drhFix an incorrect assert() in the btree logic.
2016-06-13  drhFix the "onecolumn" and "exists" methods of the TCL...
2016-06-10  drhEnhance "PRAGMA table_info" to that it provides informa...
2016-06-08  drhPrefer to use partial indexes for full table scans...
2016-06-08  drhAdd the "dbhash.exe" utility program that computes...
2016-06-08  drhFix an undersized buffer in the SHA1 implementation. dbhash
2016-06-08  drhFix the dbhash utility so that it ignores the root...
2016-06-08  drhAn initial attempt at a "dbhash" command-line utility.
2016-06-07  drhFix the walcrash4.test test module so that it works...
2016-06-06  mistachkinIn winFullPathname, translate '/X:' to 'X:' before...
2016-06-06  drhTranslate filenames of the form "/c:/*" into just ...
2016-06-06  drhFix lempar.c so that the shift-reduce optimization...
2016-06-06  drhInitialize the yyerrcnt variable in the lemon parser...
2016-06-06  drhSmall performance boost and size decrease in sqlite3Btr...
2016-06-06  drhSmall performance improvement in the LIKE function.
2016-06-06  drhBtree interface refactoring:
2016-06-04  drhImproved comment on cursorOwnsBtShared(). No changes... btree-refactor
2016-06-04  drhFix a C99-ism and a compiler warning for MSVC.
2016-06-04  drhChange the sqlite3BtreeKeySize() interface into sqlite3...
2016-06-04  drhAllocate KeyInfo objects from lookaside if possible.
2016-06-04  drhFix up speedtest1.c so that it will compile and run...
2016-06-04  drhRemove an unreachable branch in the UNIQUE constraint...
2016-06-03  drhThe OR optimization is usable on virtual tables with...
2016-06-03  drhAdd support for virtual tables using a WITHOUT ROWID...
2016-06-03  drhFix a memory leak when a WITHOUT ROWID eponymous virtua... without-rowid-vtab
2016-06-03  drhDisallow access to the rowid column on WITHOUT ROWID...
2016-06-03  drhEnhance the sqlite3_load_extension() interface to permi...
2016-06-03  drhPerformance optimizations on the CSV virtual table...
2016-06-02  drhAdd the CSV extension to the test fixture. Fix a memor...
2016-06-02  drhAdd the data= parameter to the CSV virtual table extension.
2016-06-02  drhFix corner cases in the WITHOUT ROWID virtual table...
2016-06-01  danFix an issue preventing RBU vacuum from working with...
2016-06-01  mistachkinFix compilation issues with the VFS stat extension.
2016-05-31  drhAn experimental branch with code that allows virtual...
2016-05-31  drhAdd the columns=N parameter to the CSV extension.
2016-05-31  drhAdd the testflags parameter to the csv extension.
2016-05-31  drhAdd the "csv" virtual table for reading CSV files,...
2016-05-30  danFix an FTS5 problem (segfault or incorrect query result...
2016-05-28  danExperimental change to allow virtual tables to take... vtab-experimental
2016-05-28  drhRemove an unnecessary malloc from the vfsstat extension.
2016-05-28  drhEnhance the sqlite3_load_extension() interface to permi... load-permanently
2016-05-28  drhEnhance "PRAGMA compile_options" so that it shows the...
2016-05-28  danUpdate the amalgamation-tarball configure script so...
2016-05-28  drhAdd the vfsstat.c loadable extension - a VFS shim that...
2016-05-28  mistachkinClang can define _MSC_VER in some circumstances; theref... ctimeCompiler
2016-05-27  mistachkinCheck for Clang before GCC.
2016-05-27  mistachkinRemove surplus quotation marks from the COMPILER= compi...
2016-05-27  drhRemove surplus quotation marks from the COMPILER= compi...
2016-05-27  mistachkinAdd basic compiler information to the results of 'PRAGM...
2016-05-27  drhImprovements to WHERE-clause debug tracing. Show TK_MA...
2016-05-27  drhFix Lemon so that it actually works with -DYYSTACKDEPTH=0.
2016-05-27  drhFix the Lemon-generated parser so that it compiles...
2016-05-26  drhAdd a new OP_SeekRowid opcode, that combines the functi...
2016-05-25  drhAdd the libvers.c tool in the tool/ subdirectory.
2016-05-24  drhEnhance Lemon and the parser template so that it can...
2016-05-24  drhMinor change to the walcrash4.test module so that it...
2016-05-24  danFix an obscure problem with transactions written in...
2016-05-24  drhImprovements to the initialization of the push-down...
2016-05-23  drhUse a pointer to the top of the stack rather than an...
2016-05-23  drhAvoid a minor error message when running RTREE without...
2016-05-23  drhFix the rtreeG.test test case. tree-stat1-fix
2016-05-23  drhFix RTREE so that it does not run queries against the...
2016-05-23  drhRemove an extra "finish_test" from the end of rtreeC...
2016-05-23  danImprove the error messages generated by the rtree modul...
next