]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-08-29  drhChange the unix VFS so that it refuses to open a databa... overwrite-avoidance
2013-08-29  drhNever leave an open file descriptor pointing into the...
2013-08-29  danRestore fix [f15591f802], which was accidentally clobbe...
2013-08-29  danCandidate fix for [9f2eb3abac]: Have the whereShortCut...
2013-08-29  mistachkinSmall enhancements to unit testing infrastructure.
2013-08-29  mistachkinEnable finer control of optimizations when compiling...
2013-08-28  danRe-enable test file wild001.test.
2013-08-28  drhAdd the win32-longpath VFS allowing windows filenames...
2013-08-28  mistachkinUpdate list of supported Tcl shells to include 8.6... mmapDisabled
2013-08-28  mistachkinFix a couple comments.
2013-08-28  drhIn the query optimizer, when converting BETWEEN and...
2013-08-28  drhIncrease the version number to 3.8.1 due to the additio...
2013-08-28  drhFix an off-by-one error that causes a quoted empty...
2013-08-28  drhAdd a test case for empty quoted field in CSV import...
2013-08-28  drhLabel a certain branch as NEVER() only for non-STAT3...
2013-08-28  mistachkinIn the win32longpath test, move the journal mode change...
2013-08-28  mistachkinSupport database file names longer than 260 characters...
2013-08-28  mistachkinMake names of private functions in the Win32 VFS consis...
2013-08-28  mistachkinRemove hard-coding of the directory separator in the...
2013-08-28  mistachkinFix several harmless compiler warnings. Fix a couple...
2013-08-27  drhAdjust ANALYZE for improved test coverage. Use the...
2013-08-27  drhReduce the amount of code run and memory used for ANALY...
2013-08-27  danUpdate sqlite3.pc.in to use @PACKAGE_VERSION@ instead...
2013-08-27  drhIn the ANALYZE command implementation make statInit...
2013-08-26  mistachkinPreparation for further Windows path name handling...
2013-08-26  drhMerge the STAT4 capability into trunk.
2013-08-26  mistachkinChange MAX_PATH related defines to use character length...
2013-08-26  mistachkinMerge updates from trunk.
2013-08-26  danFix for builds with both SQLITE_OMIT_WAL and SQLITE_MAX...
2013-08-26  drhVersion 3.8.0 version-3.8.0
2013-08-24  mistachkinSeveral modifications to the use of the MAX_PATH macro...
2013-08-24  mistachkinFix a couple compilation issues on Unix.
2013-08-24  mistachkinUnify the result of PRAGMA mmap_size when mmap support...
2013-08-23  drhAdjust #ifdefs to get SQLITE_OMIT_AUTOMATIC_INDEX and...
2013-08-23  drhFix a requirements comment in a test case. No changes...
2013-08-23  danModify script mkautoconfamal.sh to use the download...
2013-08-22  drhDefer the creation of automatic indices until the index...
2013-08-21  drhSimplify the btreeGetPage() routine so that it uses...
2013-08-21  drhMinor performance tweaks to the pager.
2013-08-21  drhRefactor the sqlite3_randomness() implementation for...
2013-08-21  drhSimplification to the StrAccum object and the sqlite3St...
2013-08-21  danMinor fixes for test cases. No code changes.
2013-08-21  mistachkinFix typo in test.
2013-08-21  drhUpdate sqlite3MemCompare() to try common cases first...
2013-08-21  danIf a virtual table xSync() returns an error message...
2013-08-21  drhPerformance enhancement in btreeParseCellPtr().
2013-08-21  danFix an FTS4 problem introduced by [361084e1eb].
2013-08-21  danCandidate fix for [d666d600a6].
2013-08-21  danFix a minor problem in progress.test. No code changes.
2013-08-20  danFix a couple of test scripts to work with DEFAULT_AUTOV...
2013-08-20  danFix an invalid assert() in where.c. Also a crash that...
2013-08-20  drhIgnore IS NOT NULL and NOT NULL constraints on NOT...
2013-08-20  danTest script changes to support testing sqlite3_interrupt().
2013-08-20  drhPerformance optimizations in the VDBE and especially...
2013-08-19  drhPerformance improvement in sqlite3BtreeNext() and sqlit...
2013-08-19  danInitialize a variable in fts3_write.c on the grounds...
2013-08-19  danFix test script pragma2.test so that it works with...
2013-08-19  danAdd some extra assert() statements to silence a few...
2013-08-19  drhRemove unused variables from the command-line shell...
2013-08-19  drhFix a potential reference off the end of an array in...
2013-08-19  drhFixes for harmless compiler warnings.
2013-08-17  drhAdjustments to #ifdefs in analyze.c to all a clean... sqlite_stat4
2013-08-17  drhAdd the cache_spill pragma. Change the fullfsync and...
2013-08-17  drhThe fullfsync, checkpoint_fullfsync, and cache_spill... cache_spill
2013-08-17  drhTest cases for the cache_spill pragma.
2013-08-16  drhAdd the cache_spill pragma.
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...
next