]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-12-10  drhMove pointer range comparisons into a macro, where... stdint.h
2015-12-09  drhFurther simplifications to the VDBE code generation...
2015-12-09  drhSimplification of the DROP TRIGGER logic using sqlite3N...
2015-12-08  drhChanges to avoid undefined behavior in memset() and...
2015-12-08  drhAvoid doing comparisons with pointers that might have...
2015-12-08  drhAdd a test case of the form "WHERE a<2 OR a<3" using...
2015-12-08  mistachkinUpdate the TclKit download URL.
2015-12-07  mistachkinUpdate MSVC batch build tool to the latest Windows...
2015-12-07  drhAdd the ".changes ON|OFF" command to the sqlite3.exe...
2015-12-07  drhFix the openDirectory() routine in the unix VFS so...
2015-12-07  drhChanges to avoid obscure, theoretical undefined behavio...
2015-12-04  drhRemove the dependence on "exec ls -U" from the vtabH...
2015-12-04  drhPrevent a segfault on Solaris in the test_fs.c due...
2015-12-03  drhFix typos in requirements text and update requirements...
2015-12-03  drhImproved OOM recovery in the SELECT code generator...
2015-12-03  drhMake the SQLITE_ENABLE_8_3_NAMES compile-time option...
2015-12-03  drhCleaner code and additional comments on the handling...
2015-12-03  drhMake the sqlite3_status64(), sqlite3_strlike(), and
2015-12-03  danFix threadtest3 so that it builds using the autoconf...
2015-12-03  danImprove concurrency in test_multiplex.c. Add a switch...
2015-12-03  drhA unix VFS change replaces fsync() with fstat() when...
2015-12-02  drhRemove unreachable branches from the decltype computati...
2015-12-02  danHave the sqlite3_column_decltype() API report the decla...
2015-12-02  drhFix an incorrect, though harmless, assert() in the...
2015-12-02  drhRemove more (dead) SQLITE_FCNTL_WAL_BLOCK logic from...
2015-12-02  drhRemove an unreachable branch from the unixMapfile(...
2015-12-02  drhMinor simplifications to the unix VFS.
2015-12-02  drhChange the SQLITE_NO_SYNC compile-time option to call...
2015-12-02  drhFix a (harmless) off-by-one error in the unix VFS logic...
2015-12-02  drhSimplification of the logic used to take the process...
2015-12-02  drhRemove all traces of SQLITE_FCNTL_WAL_BLOCK from the...
2015-12-01  drhSimplification to the posix_fallocate() replacement...
2015-12-01  drhAdd the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time...
2015-12-01  drhThe test_fs.c test module now works on Windows.
2015-12-01  drhSimplification to the read and write primatives in...
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...
next