]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-01-07  danAdd some assert() statements to verify, where possible... shared-cache-fix
2016-01-07  danHave the vdbe layer call sqlite3BtreeEnter() on all...
2016-01-07  drhAdd the "sqlite3 -sourceid" command in the TCL interfac...
2016-01-06  drhDisable the --limit-mem option on fuzzcheck unless...
2016-01-06  drhVersion 3.10.0 version-3.10.0
2016-01-05  drhAlways use -DSQLITE_ENABLE_MEMSYS5 for fuzzcheck so...
2016-01-05  drhAnother attempt to get reuse of excess opcode array...
2016-01-05  mistachkinPermit the 'test_fs' test module to be compiled and...
2016-01-04  drhFix a corner case in the opcode-array reuse logic where...
2016-01-04  drhFix the conflict2.test module which was broken by check...
2016-01-04  drhA new approach to very large sqlite3_mprintf() strings...
2016-01-04  drhImproved comment on the vtabH-3.1 test.
2016-01-04  drhAdjust the vtabH.test module to ignore files in the...
2016-01-04  drhLimit the length of sqlite3_mprintf() output to 2^30...
2016-01-04  drhFix a harmless compiler warning.
2016-01-04  drhAdd releasetest.tcl cases for SQLITE_LIKE_DOESNT_MATCH_...
2016-01-03  drhBug fix: the conflict resolution behavior for the impli...
2016-01-03  drhFix a premature reference to utf8_printf in shell.c.
2016-01-03  drhAdd the number of cores used and the name of the host...
2016-01-02  drhFix a (harmless) typo in an #ifdef for SQLITE_ENABLE_CU...
2016-01-01  drhRemember the size of the Vdbe.aOp[] array in bytes...
2016-01-01  drhAvoid misaligned memory allocations on Sparc in sqlite3...
2016-01-01  drhFix an assert() that might be false for a corrupt database.
2016-01-01  drhRemove unreachable branches from the new JSON aggregate...
2015-12-31  drhFix the ieee754.test module so that it works both on...
2015-12-31  mistachkinIn the shell, use utf8_printf() when any string formatt...
2015-12-31  mistachkinFix harmless compiler warning seen with MSVC.
2015-12-31  drhFix harmless compiler warnings associated with SQLITE_E...
2015-12-31  drhSmall size and performance optimization to the VDBE...
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...
next