]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-07-15  danCall ioctl() with the correct signature on both Android... ioctl-signature
2019-07-14  drhMark an unreachable branch using ALWAYS().
2019-07-13  danFix a memory leak that could follow an OOM in the new...
2019-07-13  danFix a typo in test file window1.test.
2019-07-13  danFix error handling for the case where a window function...
2019-07-13  drhFix a double-quoted string literal used in the ".schema...
2019-07-13  danAdd support for attaching a FILTER clause to an aggrega...
2019-07-13  danRework the FILTER clause implementation to share more... filter-clause
2019-07-13  drhRemove unreachable "break" statements to silence harmle...
2019-07-13  danMerge latest trunk changes into this branch.
2019-07-13  danTrivial performance improvement for balance().
2019-07-12  danMinor performance improvement in vdbeRecordCompareString().
2019-07-11  drhImproved comments and extra testcase() macros on the...
2019-07-11  drhIncrease the version number to 3.30.0 for the next...
2019-07-11  drhMove the sqlite3VdbeSerialType() routine in-line in...
2019-07-11  danChange the parser on this branch to more closely match...
2019-07-10  danMinor performance improvement in sqlite3ExprDeleteNN().
2019-07-10  drhVersion 3.29.0 version-3.29.0
2019-07-09  drhAdd the "LL" suffix on a pair of larger integer literal...
2019-07-09  danUpdate rtree.c so that SQLITE_DEBUG is required to...
2019-07-09  danFix a test script problem in windowfault.test.
2019-07-08  drhFix dbfuzz2 so that it will compile on systems that...
2019-07-08  danFix an assert() that [28196d89] caused to fail.
2019-07-08  danEnsure collation sequences and affinities work in windo...
2019-07-05  danAnother very small performance improvement.
2019-07-05  danMinor tweak to patch on this branch to reclaim some...
2019-07-05  danFix a valgrind problem in fts3corrupt4.test.
2019-07-04  danAs it requires wal mode support, do not run test file...
2019-07-04  danFix a typo in the wapptest.tcl script.
2019-07-04  danHave wapptest.tcl run at least one threadtest with...
2019-07-04  danFix a race condition that could occur in SQLITE_ENABLE_...
2019-07-03  danAdd tests for the FILTER clause. And a bugfix.
2019-07-02  drhRestore the legacy behavior of enabling double-quoted...
2019-07-02  danExperimental implementation of FILTER clause for aggreg...
2019-06-28  drhUse the OP_Sequence opcode for generating unique rowid...
2019-06-26  danEnsure that when an ephemeral cursor is reopened with...
2019-06-21  danFix a typo in an option name for the .dbconfig command...
2019-06-17  danFix a problem with handling with handling quoted path...
2019-06-17  drhNew sqlite3_db_config() options:
2019-06-17  drhImproved interface to double-quoted string literal... new-dbconfig-options
2019-06-16  drhAvoid transforming TK_COLLATE or TK_UNLIKELY Expr nodes...
2019-06-16  danAvoid transforming TK_COLLATE or TK_UNLIKELY Expr nodes... tkt-e1e07ef2
2019-06-15  danFix minor problems in the test code in test_demovfs.c.
2019-06-15  danAdd extra test case for one of the problems fixed by...
2019-06-15  drhEnsure that sqlite3RenameExprUnmap() does an unmap...
2019-06-14  drhAdd SQLITE_DBCONFIG options LEGACY_ALTER_TABLE, NO_DQS_...
2019-06-14  drhDeprecate the SQLITE_ALLOW_COVERING_INDEX_SCAN compile...
2019-06-14  drhFix the implementation of the built-in RTRIM collating...
2019-06-14  drhRefactor the LIKE optimization decision logic so that...
2019-06-13  drhAdd a new requirement mark on the ctime.c code.
2019-06-13  drhDo not use the %lld printf conversion in the platform...
2019-06-13  drhFix a minor error in a test script, and harmless compil...
2019-06-12  drhAdjust requirements marks and add new requirements...
2019-06-12  drhAs a special case, casting '-0.0' into numeric should...
2019-06-12  danHandle expressions like "expr IS TRUE COLLATE xyz"...
2019-06-11  drhThe affinity of the unlikely() function and its cousins...
2019-06-11  drhMake sure the affinity of the RHS of an IN operator...
2019-06-11  drhMark an unreachable branch with an ALWAYS macro.
2019-06-11  drhNew test case in fuzzdata8.db.
2019-06-11  drhOff-by-one error in the CAST to NUMERIC logic.
2019-06-11  danHave the ALTER TABLE code handle the case where an...
2019-06-11  drhAdd the new sqlite3ExprUnmapAndDelete() function and...
2019-06-11  drhThe ALTER TABLE command should not attempt to rename...
2019-06-11  drhFix repeated test numbers in the altertab2.test file.
2019-06-11  drhRemove a comment made obsolete by check-in [71643deb6bb...
2019-06-10  drhA string consisting of a single '.' is not a floating...
2019-06-10  danHave ALTER TABLE commands ignore the lhs of "expr IN...
2019-06-10  drhImprovements to the documentation for the xAccess metho...
2019-06-10  drhMake sure a CAST to "NUMERIC" results in an integer...
2019-06-10  danHandle renaming a column or table when the schema conta...
2019-06-10  danDo not attempt the LIKE optimization on a column with...
2019-06-07  drhRemove code in the round() SQL function that became...
2019-06-07  drhWhen casting string values into numeric and the string...
2019-06-07  danAlso upgrade script config.sub to the latest version...
2019-06-07  danUpgrade the config.guess script to the latest version.
2019-06-05  drhCLI enhancements: Add the ".filectrl" command. Make...
2019-06-05  danAdd a test case for the unix SQLITE_FCNTL_CHUNK_SIZE...
2019-06-04  drhIn the CLI, add a small delay (0.1 seconds) after launc...
2019-06-04  drhNew dbsqlfuzz test cases add to test/fuzzdata8.db.
2019-06-04  danFix a segfault in fts3 that could occur when processing...
2019-06-03  mistachkinFix harmless compiler warning in lemon.
2019-05-30  drhOptimization to the round() SQL function for large...
2019-05-30  drhSmaller and faster sqlite3IsNaN() implementation makes...
2019-05-29  drhMuch faster implementation of applyNumericAffinity...
2019-05-29  drhAdd an assert() as an additional test for fix in check...
2019-05-29  drhFix the query flattener optimization so that it preserv...
2019-05-28  danFix an assert() in fts3 that could fail when processing...
2019-05-27  drhFix an error message on the blobread() extension functi...
2019-05-27  drhFix a memory leak in the delta_parse() table-valued...
2019-05-27  drhImproved rounding even on systems with an 8-byte "long...
2019-05-25  drhPerformance enhancement in sqlite3AtoF(). About 8...
2019-05-25  drhUse "long double" literals to initialize an array of...
2019-05-25  drhAdd new cases to speedtest1 for measuring performance...
2019-05-25  drhDisable the new rounding tests on systems without long...
2019-05-24  drhImprovements to rounding behavior in the round() and...
2019-05-24  danFix an fts5 segfault that could occur after parsing...
2019-05-23  danAdd test cases for the fix in the previous commit.
2019-05-23  drhImprovements to the view-self-join optimization so...
2019-05-22  drhNew test case for check-in [74ef97bf51dd531a] that...
2019-05-22  drhRenumber the Select.selId values in the copies of SELEC...
next