]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-09-23  mistachkinMerge updates from trunk. mutexInitCmpSwap
2015-09-23  drhCapture AFL-generated fuzz tests for json1.c into the...
2015-09-23  drhDo not allow a comma at the end of a JSON array or...
2015-09-22  drhAdd the --export-sql and --export-db options to the...
2015-09-22  drhFix a typo in the --help screen of the fuzzcheck utility.
2015-09-22  drhFuther simplifications to json1.c. Also an obscure...
2015-09-22  drhFix json_set() so that it can overwrite a value that...
2015-09-21  mistachkinFor MSVC, have the 'sqlite3.c' target depend on 'sqlite...
2015-09-21  mistachkinFix compilation under older versions of MSVC.
2015-09-21  drhSimplifications to the json1.c logic.
2015-09-20  drhFix an overly-strict assert() in the btree logic.
2015-09-19  drhDo not allow table-valued function syntax to be used...
2015-09-19  drhAdd the --disable-lookaside option to the fuzzershell...
2015-09-19  drhFix a memory leak in json1.c that could occur after...
2015-09-19  danAdd an assert() statement to delete.c.
2015-09-19  drhFix compiler warnings.
2015-09-19  drhAdd json1.c to the fuzzer test shells.
2015-09-19  drhAdjust Makefiles to use SQLITE_CORE when statically... json-fuzz
2015-09-19  drhAdjust fuzzershell so that it adds the json1 extension...
2015-09-19  drhInclude json1.c in fuzzcheck and fuzzershell.
2015-09-19  drhFix a documentation typo in sqlite3_bind_parameter_inde...
2015-09-19  drhFix an off-by-one error (really off-by-2 in this case...
2015-09-19  drhDo not allow rowid in a UNIQUE or PRIMARY KEY constrain...
2015-09-18  drhFix a crash that can occur with a skip-scan on an index...
2015-09-18  drhAdjustments to the spellfix2.test module so that it...
2015-09-18  drhAdjust two test cases so that they conform to the curre...
2015-09-18  drhFix sqlilimits.test module so that it knows that the...
2015-09-18  danEnsure that "PRAGMA integrity_check" reports an error...
2015-09-18  drhFix the orderby9.test case so that it works with 32...
2015-09-18  drhRemove a test made obsolete by the ONEPASS DELETE optim...
2015-09-17  danAvoid passing (signed char) values directly to isspace...
2015-09-17  danFix a crash in FTS5 caused by specifying NULL as the...
2015-09-16  drhAdd a "flush" to force incremental output to releasetes...
2015-09-16  danFix typo in fts5.h.
2015-09-15  danAdd test cases to cover fts5 integrity-check code.
2015-09-15  drhReformat some code to make it easier to merge with...
2015-09-15  danFix a problem with fts5 "ORDER BY rowid DESC" queries...
2015-09-14  danImprove test coverage of fts5_index.c.
2015-09-14  drhTestability improvements for the ONEPASS_MULTI enhancement.
2015-09-14  drhFix a typo in an SQLITE_USER_AUTHENTICATION macro.
2015-09-14  drhUse symbolic names ONEPASS_OFF, ONEPASS_SINGLE, and...
2015-09-14  drhFix a compiler warning and providing missing VdbeCovera...
2015-09-14  danUse a single-pass approach for DELETE statements on...
2015-09-14  danAvoid calling sqlite3VdbeCursorMoveto() from more than... onepass-delete
2015-09-13  mistachkinAdd static VFS mutexes to the primary header file comments.
2015-09-13  mistachkinExperimental changes to avoid recusrively calling xMute...
2015-09-13  mistachkinMerge updates from trunk.
2015-09-12  danFix compiler warnings in delete.c.
2015-09-12  drhFix API documentation typos. Emphasize that the sqlite...
2015-09-12  danExperimental change to use a single-pass approach for...
2015-09-12  mistachkinMerge updates from trunk.
2015-09-12  mistachkinImport common changes from the mutex initialization...
2015-09-12  mistachkinMerge updates from trunk.
2015-09-12  mistachkinFix comments.
2015-09-12  mistachkinSpecifying an invalid mutex implementation (via SQLITE_...
2015-09-12  mistachkinClarify the new mutex implementation reset logic in...
2015-09-12  mistachkinAdd more asserts to the mutex subsystem.
2015-09-12  mistachkinFix typo in the Win32 implementation of sqlite3CompareA...
2015-09-11  mistachkinMake sure that the mutex implementation can be altered...
2015-09-11  drhUpdate evidence marks due to wording changes in require...
2015-09-11  mistachkinFix harmless compiler warnings.
2015-09-11  drhMore test cases in test/json102.test corresponding...
2015-09-11  danFix some compiler warnings in fts5 code.
2015-09-11  mistachkinEnhance mutex initialization to prevent possible race...
2015-09-11  drhUpdates to the sqlite3_value_subtype() and sqlite3_resu...
2015-09-11  drhAdd new interfaces sqlite3_value_subtype() and sqlite3_...
2015-09-11  drhTake out the goofy '$$' path syntax. Instead, use... subtypes
2015-09-10  drhMake the sqlite3_value_subtype() and sqlite3_result_sub...
2015-09-10  drhExperimental implementation of sqlite3_result_subtype...
2015-09-10  drhFix a potential NULL pointer deref in the testing logic...
2015-09-10  danModify the fts5 leaf page format to permit faster seek...
2015-09-10  drhCreate separate "path" and "root" columns in the json_e...
2015-09-10  danIncrement the fts5 version value to indicate that the... fts5-incompatible
2015-09-10  danFix a segfault in fts5 that could occur if the database...
2015-09-10  danMerge latest changes from trunk. Including fts5_expr...
2015-09-10  danUpdate description of on-disk format in fts5_index.c.
2015-09-10  drhMake the sqlite3ext.h header file responsive to -DSQLIT...
2015-09-10  drhDisable tests for json_each() and json_tree() on builds...
2015-09-10  drhFix the --help option on test/releasetest.tcl. Also...
2015-09-10  danRevert an accidentally committed makefile change.
2015-09-10  danFix an fts5 problem that could occur if a term and...
2015-09-10  danChange the array of 16-bit offsets at the end of each...
2015-09-10  drhAttempt to declare sqlite3MemoryBarrier() correctly...
2015-09-10  drhFix the json_tree() scan for the case when a path is...
2015-09-10  drhNo-op the sqlite3_memory_alarm() interface in a differe...
2015-09-09  mistachkinFix harmless compiler warning in FTS5.
2015-09-09  danFix an assert() enabled by SQLITE_ENABLE_EXPENSIVE_ASSE...
2015-09-09  drhFix a possible NULL pointer deref when using SQLITE_ENA...
2015-09-09  mistachkinFix harmless compiler warning.
2015-09-09  mistachkinFix harmless compiler warnings in FTS5.
2015-09-09  drhWhen running a CREATE TABLE AS, make the initial tempor...
2015-09-09  danFix a bug in preprocessor macros within fts5_main.c.
2015-09-08  drhRemove an unused local variable from Lemon.
2015-09-08  drhEnhance the DBSTAT virtual table with a new hidden...
2015-09-08  drhEponymous virtual tables exist in the "main" schema...
2015-09-08  danRemove the 0x00 terminators from the end of doclists...
2015-09-08  drhFix the help message that sqlite3_analyzer.exe generate...
2015-09-07  drhMinor tweaks to Lemon.
2015-09-07  drhEnhance the Lemon parser generator to add SHIFTREDUCE...
2015-09-07  drhFix an unreachable branch in the new parse automaton. lemon-update
next