]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-11-21  drhAdd a new OP_BColumn opcode where the cursor is guarant... btree-column-opcode
2015-11-21  drhFix over-length source code lines. No logic changes.
2015-11-21  drhDo not allow table-valued function syntax on ordinary...
2015-11-20  drhRefactor the VdbeCursor object. It is now slightly...
2015-11-20  drhIn the OP_Column opcode, only test the btree payload...
2015-11-20  drhEnhancements to a comment in sqliteInt.h. No changes...
2015-11-19  drhFix problems with the way the IsHiddenColumn() macro...
2015-11-19  danFix a problem with VACUUM and __hidden__ columns.
2015-11-19  drhWhen manifesting a view as part of an DELETE or UPDATE...
2015-11-19  danFix problems with INSERT INTO ... SELECT ... statements...
2015-11-19  drhCreate the new TK_ASTERISK token to represent the ...
2015-11-19  drhIf compiled with SQLITE_ENABLE_HIDDEN_COLUMNS, then...
2015-11-19  drhOnly support the magic "__hidden__" column name prefix... hidden-columns-in-tables
2015-11-19  drhFix a 10-year-old misguided attempt at parser performan...
2015-11-18  drhGet the __hidden__ column mechanism working on views...
2015-11-18  danAdd tests for views to hidden.test.
2015-11-18  drhHonor the "__hidden__" prefix on the columns of views.
2015-11-18  danAdd a test for the __hidden__ hack on this branch.
2015-11-18  drhIf a table column name begins with "__hidden__" then...
2015-11-17  mistachkinWhen using mmap mode on Win32, use a read-only mapping...
2015-11-17  danWhen using mmap mode on unix, use a read-only mapping...
2015-11-17  mistachkinFix uninitialized variable in the command line shell.
2015-11-17  mistachkinFix harmless compiler warning.
2015-11-16  danAdd testfixture command "vfs_current_time_int64". Retur...
2015-11-16  danIn the shell tool, avoid testing if (sqlite3_vfs.xGetCu...
2015-11-15  drhFix the column name uniquifier so that it works with...
2015-11-14  drhCode simplification in sqlite3ColumnsFromExprList(...
2015-11-14  drhUse a hash table to improve the preformance of column...
2015-11-14  drhUse randomness to prevent showness in the generated...
2015-11-13  drhFix a memory leak in the fuzzcheck utility.
2015-11-13  danAdd the "--enable-static-shell" option to the amalgamat...
2015-11-13  drhAdd the --transaction option to the sqldiff tool.
2015-11-13  drhFix the releasetest-out.txt log output from releasetest...
2015-11-13  drhDisable two PRAGMA cache_spill tests when MEMORY_MANAGE...
2015-11-13  drhChange the error messages so that they begin can be...
2015-11-12  drhUpdate the SQLLOG logic so that to builds in accordance...
2015-11-12  drhAlways parse the schema *before* running "PRAGMA cache_...
2015-11-12  drhAdd a space before each line of error output in the...
2015-11-12  danAdd support for the SQLITE_SQLLOG_CONDITIONAL environme...
2015-11-12  drhEnhance the "PRAGMA cache_spill" statement to accept...
2015-11-12  drhTest cases. Minor problems fixed. All appears to... cache_spill=N
2015-11-12  drhFix a #define in parse.y that disabled unused code...
2015-11-12  drhFirst attempt at enhancing the "PRAGMA cache_spill...
2015-11-11  mistachkinFix missing word in a documentation comment. No change...
2015-11-11  drhImprovements to the SQLITE_CONFIG_PAGECACHE documentati...
2015-11-10  drhImproved output formatting for "PRAGMA parser_trace...
2015-11-10  drhMake the output of "PRAGMA parser_trace" go to stdout...
2015-11-10  drhSave a few bytes in the parser by using "int" instead...
2015-11-10  drhChange all parsers to use the standard "lempar.c" templ...
2015-11-10  drhFix harmless compiler warnings in FTS5. parser-enhancements
2015-11-10  drhPerformance enhancement to the tokenizer.
2015-11-10  drhRemove an unused non-terminal from the grammar.
2015-11-09  drhFix a comment typo in the lempar.c template that was...
2015-11-09  drhChange the parser to use the standard "lempar.c" templa...
2015-11-09  drhAvoid recursion in the yy_find_shift_action() routine...
2015-11-09  drhSize reduction and performance improvement in the stack...
2015-11-09  drhFix incorrect WHERE clause in sqldiff, as reported...
2015-11-09  drhCheck in the cg_anno.tcl and run-speed-test.sh scripts...
2015-11-09  drhAvoid unnecessary function prologues in the sqlite3Vdbe...
2015-11-09  drhSmall size reduction and performance increase in the...
2015-11-07  drhEnhance the sqldiff utility to deal gracefully with...
2015-11-07  danFix a bug in CTE handling discovered by LibFuzzer that...
2015-11-07  danAdd test cases for WITH clauses. infinite-with-loop-bug
2015-11-07  drhProposed fix for an infinite loop bug in the WITH claus...
2015-11-07  drhEnhance TreeView to show WITH clauses. Add an assert...
2015-11-07  drhThe OPFLAG_SEEKEQ optimization is only applicable to...
2015-11-07  drhFix a harmless sanitizer warning in the ieee754 extension.
2015-11-06  drhAvoid an unnecessary key comparison when doing an index...
2015-11-06  drhWork around a sign-extension bug in the optimizer on...
2015-11-06  drhTest changes: Omit numindex1.test from valgrind, since...
2015-11-06  drhEnforce consistent comparison results between integer...
2015-11-06  drhMerge the fixes and tests for the ieee754 extension. int-float-precision
2015-11-06  drhA proposed patch for working around a bug in the optimi... hp-optimizer-fix
2015-11-06  drhTest cases for the ieee754 extension.
2015-11-06  drhA different approach to handling integer/float comparis...
2015-11-06  danHave fts5 load its configuration from the xConnect...
2015-11-06  drhMore test cases for indexes on large numeric values.
2015-11-06  drhSome simple test cases from the mailing list.
2015-11-06  drhIncrease the precision of integer vs. floating-point...
2015-11-05  drhImprovements and simplifications to the equality seek... seekeq-experiment
2015-11-05  mistachkinFix typo in help information for an FTS5 script.
2015-11-05  drhThe top of an index equality loop normally starts with...
2015-11-05  danAdd the 'hashsize' configuration option to fts5, for...
2015-11-05  drhRemove a #pragma used to work around an issues with...
2015-11-05  mistachkinRemove #pragma that was used to work around an obsolete... reoptimizeArm
2015-11-04  drhPerformance improvements in the getAndInitPage() routin...
2015-11-04  drhRename the sqlite3PagerAcquire() function to sqlite3Pag...
2015-11-04  drhIn releasetest.tcl, run larger test first if --jobs...
2015-11-04  drhExclude cffault.test and symlink.test from the (incompa...
2015-11-03  drhIncrease the fuzzcheck timeout when running valgrind.
2015-11-03  mistachkinIn 'e_uri.test', make sure all created test database...
2015-11-03  drhIn the releasetest.tcl script, add the --progress optio...
2015-11-03  drhIn the releasetest.tcl script, show the --jobs object...
2015-11-03  drhUpdate the releasetest.tcl script so that it can run...
2015-11-03  mistachkinFurther enhancement and a bit of cleanup. mp-releasetest
2015-11-03  mistachkinUse the native name for the MSVC makefile as well.
2015-11-02  mistachkinAttempt to centralize and simplify the MSVC handling.
2015-11-02  drhFix the backcompat.test module so that it does not...
2015-11-02  mistachkinGet things working better on Windows with MSVC.
2015-11-02  danFix the --dryrun option on the releasetest.tcl script.
next