]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-08-15  mistachkinMake it easy to attach a debugger the test fixture... dbgTestFixture
2013-08-14  mistachkinFix a few more minor comment typos. No changes to...
2013-08-13  mistachkinFix an outdated comment and a comment typo. No changes...
2013-08-08  drhIf the SQLITE_EXTRA_INIT function is defined, make...
2013-08-07  drhIf the SQLITE_ALLOW_URI_AUTHORITY compile-time option...
2013-08-07  drhAdd a guard #ifndef to test_intarray.h to prevent harm...
2013-08-07  drhFix typos and add clarification to comments in where...
2013-08-06  drhFix a test case related to partial indices so that...
2013-08-06  drhAdjust #ifdefs in test_autoext.c so that it compiles...
2013-08-06  drhUpdate the configure script to use the latest version...
2013-08-06  drhAdd a testcase() macro to verify OOM coverage.
2013-08-06  drhRemove unreachable branches in expr.c, replacing them...
2013-08-06  drhFor the ".import" command of the command-line shell...
2013-08-06  drhClean up the input reader in the command-line shell...
2013-08-06  drhMore than double the speed of the resolveP2Values(...
2013-08-05  drhPerformance optimization: Avoid calling convertCompound...
2013-08-05  mistachkinFor the vtshim module, always zero out the xChildDestro...
2013-08-05  drhFactor all KeyInfo object allocations into a single...
2013-08-05  drhImprove performance of sqlite3VdbeRecordCompare() by...
2013-08-05  drhAdd a missing '#include "tcl.h"' to test_rtree.c.
2013-08-02  drhUpdates to requirements marks. No code changes.
2013-08-02  drhAdd NEVER() and ALWAYS() macros on some unreachable...
2013-08-02  drhAdd support for partial indices.
2013-08-02  drhSilently ignore database name qualifiers in CHECK const... partial-indices
2013-08-02  drhFix typos in documentation for SQLITE_DBSTATUS_DEFERRED...
2013-08-01  drhFix the CREATE INDEX statement so that trying to create...
2013-08-01  drhFix an incorrect expected result in a test case in...
2013-08-01  drhFix a potential buffer overread in sqlite3VdbeRecordCom...
2013-08-01  drhMake sure signed integer overflow does not cause a...
2013-08-01  danAdd test case for the problem fixed by [127a5b776d].
2013-08-01  drhAn improved method for avoiding the use of the STAT3...
2013-08-01  drhAvoid using left-most column STAT3 samples if the left...
2013-08-01  drhFix bug in the logic that determines the end of a CREAT...
2013-08-01  drhMore test cases and corresponding bug fixes.
2013-08-01  drhFill out an initial implementation of the sqlite3ExprIm...
2013-08-01  drhRefactor internal function name sqlite3VdbeGetValue...
2013-08-01  drhFix the ANALYZE command to work with partial indices.
2013-08-01  drhTest cases and bug fixes for the partial index logic.
2013-08-01  drhAdd the logic to keep partial indices up to date throug...
2013-07-31  mistachkinLimit the number of memset() calls used when determinin...
2013-07-31  drhAdd logic to the query planner to only use partial...
2013-07-31  mistachkinSlight modifications to path name translation handling...
2013-07-31  mistachkinUse a new error code to represent a failure to get...
2013-07-31  drhThe MAX_PATH constant in windows is measured in charact...
2013-07-31  drhResolve names in CREATE INDEX WHERE clauses and detect...
2013-07-31  drhHere begins an experimental branch for exploring the...
2013-07-30  drhReduce the size of the stack required by the codeOneLoo...
2013-07-29  mistachkinFor the MSVC makefile, recompile vdbe.lo and parse...
2013-07-29  drhComment and preprocessor macro cleanup.
2013-07-29  drhIn main.mk, always recompile vdbe.o and parse.o first...
2013-07-25  drhIn the command-line shell, work around the fact that...
2013-07-25  danFix a typo in main.c: SQLITE_DEAULT_AUTOMATIC_INDEX...
2013-07-25  drhEnhance the progress handler so that it keeps track...
2013-07-20  mistachkinAdd 'queryplantest' target to the MSVC makefile.
2013-07-19  mistachkinFixes to test numbering.
2013-07-18  drhRemove unused "codec" code from the command-line shell.
2013-07-18  drhImproved documentation for sqlite3_set_auxdata().
2013-07-18  danEnsure that all auxiliary data registered by calls...
2013-07-18  danFix a typo in the previous commit. typo
2013-07-18  danEnsure that all auxiliary data registered by calls...
2013-07-18  drhFix a 8-byte alignment problem in the query planner...
2013-07-18  drhDocumentation changes to warn that sqlite3_set_auxdata...
2013-07-17  drhFix copy/paste errors in comments in the transitive_clo...
2013-07-17  drhEnhance the sqlite3_analyzer tool to give reports on...
2013-07-17  drhClear the error string pointer in sqlite3_vtab object...
2013-07-16  drhMake sure the sqlite3_prepare16 and sqlite3_prepare16_v...
2013-07-16  drhEnhance the query planner so that it looks at multiple...
2013-07-15  drhAdd the sqlite3_cancel_auto_extension(X) interface...
2013-07-12  drhMake sure the shell does not try to put a zero terminat...
2013-07-11  drhChange the description of how sqlite3_progress_handler...
2013-07-11  drhAdd the experimental "query_only" pragma.
2013-07-11  drhAdd the "defer_foreign_keys" pragma and the SQLITE_DBST...
2013-07-10  drhFix harmless compiler warnings in the progress callback...
2013-07-10  drhExperimental "PRAGMA query_only=BOOLEAN" statement... query_only
2013-07-10  drhRun progress callback checks less frequently in the...
2013-07-09  drhAdjust the costs in the xBestIndex function of the...
2013-07-09  drhModify several extensions to use the new exported funct...
2013-07-09  drhMake sure the schema is verified prior to processing...
2013-07-08  drhMake sure an adequate number of digits are shown for...
2013-07-08  drhFix an adverse interaction between the IS NOT NULL...
2013-07-08  drhAdd an optional 5th parameter to the next_char() functi...
2013-07-06  danFixes for test cases running in the "mmap" permutation.
2013-07-06  danDrop any existing mapping of the database file when...
2013-07-05  danFix two test script problems revealed by permutations...
2013-07-05  danReplace an erroneous SQLITE_OMIT_VIRTUAL_TABLE in vdbea...
2013-07-05  danAdd missing "static" qualifier to functions in where.c.
2013-07-05  danMake a couple of implicit casts explicit to fix compile...
2013-07-04  mistachkinModify several extensions to use the new exported funct... extRefactor
2013-07-02  drhRemove a surplus local variable
2013-07-02  danFix a minor typo in a comment in where.c.
2013-07-02  drhFix harmless typos in comments of two extensions.
2013-07-01  drhAdd a query planner test case submitted by Elan Feingol...
2013-07-01  drhAdd a missing test that prevented double LEFT JOINs...
2013-07-01  drhFurther minor comment corrections and enhancements...
2013-07-01  drhMake a trivial comment fix in where.c.
2013-06-30  drhFix an issue in the command-line shell with CSV import...
2013-06-29  drhFix the build of the command-line shell on windows...
2013-06-28  drhIssue the new SQLITE_WARNING_AUTOINDEX warning on the...
2013-06-28  drhAdd the SQLITE_DEFAULT_AUTOMATIC_INDEX compile-time...
2013-06-28  danAllow read transactions to be freely opened and closed...
next