]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-08-17  drhAdjustments to #ifdefs in analyze.c to all a clean... sqlite_stat4
2013-08-16  danAdd a test for the problem fixed by [91733bc485].
2013-08-16  drhIn sqlite3Stat4ProbeSetValue() change a local variable...
2013-08-16  drhMerge the fork that resulted from a check-in race.
2013-08-16  drhFix valueFromExpr() so that it returns SQLITE_NOMEM...
2013-08-16  danFixes for test code that was not working with utf16...
2013-08-16  danAdd extra tests. No code changes.
2013-08-16  danAvoid buffer overreads and false OOM error reports...
2013-08-16  drhFix a potential segfault following an OOM while running...
2013-08-16  drhMerge recent trunk changes into the STAT4 branch.
2013-08-15  drhMake sure that GROUP BY terms select input column names...
2013-08-15  drhBare identifiers in ORDER BY clauses bind more tightly...
2013-08-15  mistachkinMake it easy to attach a debugger the test fixture...
2013-08-15  danFix a crash that can occur if the sqlite_stat3 or sqlit...
2013-08-15  danFix a crash that can occur following an OOM fault.
2013-08-15  danChange some assert() statements in vdbe.c to ensure...
2013-08-15  drhMake sure the ANALYZE command allocates enough VDBE...
2013-08-15  danAdd tests for sqlite_stat4 sample selection. And a...
2013-08-15  drhClarification and typo fixes in comments related to...
2013-08-15  mistachkinMake it easy to attach a debugger the test fixture... dbgTestFixture
2013-08-14  danChange the way ANALYZE works to use a single cursor...
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-12  danIf ENABLE_STAT3 is defined but ENABLE_STAT4 is not...
2013-08-12  danIf there is data in both the sqlite_stat4 and sqlite_st...
2013-08-12  drhHandle a NULL input to decodeIntArray() that can result...
2013-08-12  danRe-enable reading from the sqlite_stat3 table (as well...
2013-08-12  danFix a bug in calculating the average number of entries...
2013-08-12  danFix minor problems caused by adding the rowid to the...
2013-08-10  danAdd the rowid field to the end of sample records stored...
2013-08-09  danFix a couple of typos in a comment in analyze.c. No...
2013-08-09  drhUpdate the header comment on analyze.c to describe...
2013-08-08  danFix problems in estimating the number of rows visited...
2013-08-08  danUse a binary search instead of a linear scan when compa...
2013-08-08  drhIf the SQLITE_EXTRA_INIT function is defined, make...
2013-08-08  danFix a segfault in "ALTER TABLE t1 ADD COLUMN b DEFAULT...
2013-08-08  danFix a bug in using stat4 data to estimate the number...
2013-08-07  drhIf the SQLITE_ALLOW_URI_AUTHORITY compile-time option...
2013-08-07  danReplace variable Index.avgEq (average number of rows...
2013-08-07  danMerge latest trunk changes with this branch.
2013-08-07  danFix typos in a comment in analyze.c. No code changes.
2013-08-07  danChange the way samples for the sqlite_stat4 table are...
2013-08-07  drhFix the ".dump" command on the command-line shell so...
2013-08-07  drhRemove the unused sqlite3Utf8to16() utility function.
2013-08-07  danWhen estimating the number of rows scanned using data...
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  danFixes for builds without SQLITE_ENABLE_STAT4.
2013-08-06  danWhen possible, use the multi-column samples in sqlite_s...
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  danModify the vdbe code generated by ANALYZE to use fewer...
2013-08-05  danUse N separate cursors when scanning an index with...
2013-08-05  drhImprove performance of sqlite3VdbeRecordCompare() by...
2013-08-05  drhAdd a missing '#include "tcl.h"' to test_rtree.c.
2013-08-05  danFix a couple of problems in code related to sqlite_stat4.
2013-08-03  danBegin adding experimental sqlite_stat4 table. This...
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.
next