]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-11-30  mistachkinAdd experimental support for the 'test_fs' test module... testFsWin32
2015-11-30  drhAdd the SQLITE_PRINTF_PRECISION_LIMIT compile-time...
2015-11-30  drhFix a problem in xFullPathname for the unix VFS. The...
2015-11-30  drhThe EOVERFLOW errors from fstat() is not possible unles...
2015-11-30  drhFix the threadtest3 test program so that it works with...
2015-11-30  danAdd the "colUsed" field to the sqlite3_index_info struc...
2015-11-30  drhSimplifications to the locking logic in the unix-dotfil...
2015-11-29  drhFix the sqldiff utility program so that it works for...
2015-11-28  drhImprovements to temporary file creation logic in the...
2015-11-28  drhAdd the SQLITE_FCNTL_VFS_POINTER file control which...
2015-11-28  drhDisable testing with SQLITE_USER_AUTHENTICATION as...
2015-11-26  drhThe first argument to SQLITE_CONFIG_PAGECACHE, SQLITE_C...
2015-11-26  danAdd the "colUsed" field to the sqlite3_index_info struc... vtab-colused
2015-11-26  danFix a problem with the userauth extension and no-authen...
2015-11-26  drhSimplify logic for syncing directories after creating...
2015-11-26  drhSmall simplification to the xOpen method in the unix...
2015-11-25  drhSimplify the temporary filename generator and the time...
2015-11-25  drhFix harmless compiler warnings in test_fs.c. Fix typos...
2015-11-25  danUpdate test_fs.c to include a virtual table that reads...
2015-11-25  drhMake the xAccess method of the unix VFS smaller and...
2015-11-25  drhRemove unused methods from the unix VFS.
2015-11-25  drhSimplification of the error code translator in os_unix...
2015-11-25  danFix the fts5 "prefix=" option to match the documentatio...
2015-11-25  drhEnhancement the virtual table interface to support...
2015-11-24  drhAdd the sqlite3_strlike() interface, which might be... vtab-like-operator
2015-11-24  danFix a problem in whereexpr.c causing a crash while...
2015-11-24  drhFix harmless compiler warnings in the TCL test harness...
2015-11-24  danMerge latest trunk changes with this branch.
2015-11-24  danAdd further tests and related fixes for GLOB/REGEXP...
2015-11-24  drhRemove from os_unix.c pointless logic that tries to...
2015-11-24  drhFix a comment typo in the unix VFS. No changes to...
2015-11-24  drhMake the geteuid() system call overloadable using xSetS...
2015-11-24  drhAdd a test case for the fix of check-in [19d9f9ce691963310]
2015-11-24  drhRemove an incorrect ALWAYS() macro. Fix for ticket...
2015-11-24  mistachkinAdd a clarifying comment to the virtual table test...
2015-11-24  drhDo not try to eliminate No-ops at the end of VDBE progr...
2015-11-23  danAdd experimental support for LIKE, GLOB and REGEXP...
2015-11-21  danFix an obscure memory leak found by libfuzzer that...
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
next