]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-12-30  drhUse the OvflOffset() macro to try to remove some magic... ovfloffset-macro
2015-12-30  drhReduce the size of the CellInfo object from 32 to 24...
2015-12-30  drhEnhance the command-line shell so that it can handle...
2015-12-30  drhChanges to the way that the default BINARY collating...
2015-12-30  drhSimplification to the xfer-optimization logic.
2015-12-30  drhRemove unnecessary tests from the LIKE pattern matcher...
2015-12-30  drhEnhance the command-line shell to handle MBCS character... mbcs-shell
2015-12-30  drhAdd the json_group_array() and json_group_object()...
2015-12-24  drhAvoid a harmless compiler warning on systems where...
2015-12-23  danFix some harmless gcc compiler warnings. Mostly in...
2015-12-23  drhEnhance the 'utc' modifier on date/time functions so...
2015-12-21  drhEnsure that the Expr objects that describe indexed...
2015-12-18  drhMicro-optimizations and comment fixes on the mem5.c...
2015-12-18  drhReduce the size of the CellInfo object from 32 to 24... optimize-cellinfo
2015-12-17  drhFix the spellfix1_scriptcode() function to ignore white...
2015-12-17  drhFixes for harmless compiler warnings.
2015-12-16  mistachkinFix even more harmless compiler warnings.
2015-12-16  mistachkinFix some more harmless compiler warnings.
2015-12-16  mistachkinFix compiler warning seen with MSVC.
2015-12-16  drhMake greater use of the SQLITE_WITHIN macro.
2015-12-15  danUpdate the mkautoconfamal.sh script to make the buildin...
2015-12-15  drhAdd the SQLITE_OMIT_PARSER_TRACE compile-time option.
2015-12-14  danAdd a missing memAboutToChange() macro to vdbe.c, the...
2015-12-11  danAdd a new assert() statement to the snapshot-specific...
2015-12-11  drhSimplified alignment constraints in the memory reuse...
2015-12-11  drhAdd the experimental snapshot interface. Because it...
2015-12-11  drhFix a memory allocation bug introduced last week by...
2015-12-11  drhMention that the snapshot interfaces are only available... snapshot-get
2015-12-11  drhDisable the snapshot test scripts if not compiled with...
2015-12-11  drhFix a variable type mismatch problem in the snapshot...
2015-12-11  drhFix a bad assert related to snapshots.
2015-12-10  drhSnapshot documentation updates. Comment changes only...
2015-12-10  danUpdate the sqlite3_snapshot_get() API so that if the...
2015-12-10  danAdd tests to snapshot.test.
2015-12-10  danReturn SQLITE_BUSY (not SQLITE_BUSY_SNAPSHOT) if sqlite...
2015-12-10  danAdd tests to ensure that an sqlite3_snapshot_open(...
2015-12-10  drhMove pointer range comparisons into a macro, where...
2015-12-10  danHave sqlite3_snapshot_open() avoid a race condition...
2015-12-10  drhMove pointer range comparisons into a macro, where... stdint.h
2015-12-10  mistachkinFix spacing typo in comment. No changes to code.
2015-12-10  drhAdd the nBackfillAttempted field in formerly unused...
2015-12-09  danUpdate sqlite3_snapshot_open() to reduce the chances...
2015-12-09  drhFurther simplifications to the VDBE code generation...
2015-12-09  drhSimplification of the DROP TRIGGER logic using sqlite3N...
2015-12-09  drhMerge unrelated fixes from trunk.
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-07  danAdd tests for snapshot_get(), _open() and _free().
2015-12-05  danAdd untested implementations of experimental APIs sqlit...
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.
next