]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-08-02  drhSilently ignore database name qualifiers in CHECK const... partial-indices
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  drhAdd logic to the query planner to only use partial...
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...
2013-06-28  drhAdd a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS option...
2013-06-28  drhFix an issue with the OmitNoopJoin optimization and...
2013-06-28  drhRefactor the Vdbe.noIO field as Vdbe.bIsReader. The...
2013-06-27  drhRefactor names of fields in the sqlite3 object: "activ...
2013-06-27  danFix an error in e_expr.test.
2013-06-27  drhMake sure that sqlite3_stmt_readonly reports false for
2013-06-27  danAdd a test to ensure that if BEGIN IMMEDIATE fails...
2013-06-27  drhIf the filename argument to the ".import" command in...
2013-06-27  drhImproved handling of backslash escapes on double-quoted...
2013-06-27  drhThe undocumented and unsupported ".selftest" command...
2013-06-27  danAdd extended error code SQLITE_BUSY_SNAPSHOT - returned...
2013-06-26  drhUpdate the ".import" command of the command-line shell...
2013-06-26  drhAdd the "vtshim" extension, implementing a wrapper...
2013-06-26  danUpdate the boundary3.tcl script so that it can be run...
2013-06-26  drhAdd the SQLITE_STMTSTATUS_VM_STEPS option for sqlite3_s...
2013-06-26  drhOmit tables from the FROM clause of a join if their...
2013-06-26  drhCut over the next generation query planner. Increase...
2013-06-26  drhFix an uninitialized variable detected by valgrind... nextgen-query-plan-exp
2013-06-25  drhAdd a new (experimental) sqlite3_stmt_status() verb... status-vm-step
2013-06-22  drhAdd the ability to disable the omit-join-table optimiza... omit-join-table-opt
2013-06-21  mistachkinEnhance error message handling for the vtshim module. disposable-vtable
2013-06-21  drhRemove an unused function declaration from the FTS3...
2013-06-21  danMerge the fts4-notindexed branch with the trunk.
2013-06-21  danAdd a few more tests for the fts4 notindexed option. fts4-notindexed
2013-06-21  danAdd the "notindexed" option to fts4.
2013-06-21  drhOnly eliminate inner loops of a JOIN if they are the...
2013-06-21  drhAttempt to disable inner loops of a join that do not...
2013-06-21  drhModify the query planner interface so that it always...
2013-06-20  drhAdd a NEVER() macro and an explanation comment around...
2013-06-20  drhPull in the posix_fallocate() change from trunk.
2013-06-20  drhDisable posix_fallocate() for all systems, all the...
2013-06-20  mistachkinThe vtshim xCreate and xConnect functions need to store...
2013-06-20  mistachkinIntegration adjustments for the vtshim module.
2013-06-19  drhMerge in trunk changes to os_unix.c that allow the...
2013-06-19  drhAdd in the cost of doing a table lookup on OR searches...
next