]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-08-01  danFix a problem in ALTER TABLE triggered by views or...
2019-07-31  danUpdate "releasetest_data.tcl" so that it is a standalon...
2019-07-31  drhNew test cases in test/fuzzdata8.db.
2019-07-31  drhDo not allow the json_set() function to overwrite the...
2019-07-30  drhFix the build for when -DSQLITE_SMALL_STACK is used.
2019-07-30  drhImproved fix for ticket [ced41c7c7d6b4d36] that keeps...
2019-07-30  drhDisable the skip-scan optimization for DISTINCT queries.
2019-07-29  drhConvert an assert() in R-Tree into a database corruptio...
2019-07-29  danFix a crash in fts3 caused by corrupt database records.
2019-07-29  danWhen using an index for both DISTINCT and ORDER BY...
2019-07-29  danWhen using an index for both DISTINCT and ORDER BY... tkt-6749cb3c
2019-07-29  drhFix the OP_Affinity operator so that when applying...
2019-07-29  drhFix a minor typo in a comment.
2019-07-29  mistachkinSync up warning related compiler options in the Makefil...
2019-07-29  mistachkinFix harmless compiler warning seen with MSVC for x64.
2019-07-26  danUpdate RBU so that it supports indexes on expressions.
2019-07-26  danFix RBU handling of partial indexes with comments embed...
2019-07-25  danFix a potential buffer overread in fts5 triggered by...
2019-07-24  drhFix faulty asserts in the code generator.
2019-07-24  danImprove the ".recover" command so that it handles intke...
2019-07-24  danImprove the ".recover" command's handling of corrupt...
2019-07-24  danImprove the ".recover" command in the shell tool so...
2019-07-23  danAvoid redefining types u32 and u16 when fossildelta...
2019-07-22  drhDo not use the insert-overwrite optimization if the...
2019-07-22  drhConsolidate the removal of Window objects from the...
2019-07-22  danFix a bug in the linked-list handling code added by...
2019-07-22  drhNew test cases added to test/fuzzdata8.db
2019-07-22  danRemove Window objects from the corresponding Select...
2019-07-22  danRemove Window objects from the corresponding Select... winfunc-in-orderby
2019-07-22  danFix a problem with renaming tables when the schema...
2019-07-20  drhMake sure any window definitions in an ORDER BY clause...
2019-07-20  drhEarly detection of a corrupt R-Tree in the R-Tree searc...
2019-07-20  drhPerformance optimizations in the rtreeStepToLeaf()...
2019-07-19  drhNew test cases added to test/fuzzdata8.db.
2019-07-19  drhRefinement to check-in [348e7f193a963390] that avoids...
2019-07-19  danFix a problem with renaming a table when the schema...
2019-07-19  danFix a problem with renaming tables when the schema...
2019-07-19  danFix a faulty assert() in walker.c that could fail when...
2019-07-19  drhFix a new problem in the BETWEEN operator when applied...
2019-07-17  drhAlways use the stdlib.h intptr_t type for pointer-integ...
2019-07-17  drhFix an incorrect assert() in balance_nonroot().
2019-07-17  drhImprovement to the hexdb interpreter built into the...
2019-07-17  danWhen processing a BETWEEN or CASE expression, avoid...
2019-07-17  drhFix the WITHOUT ROWID table logic so that it generates...
2019-07-17  drhNew test cases for PRAGMA index_xinfo on a WITHOUT... wor-pk-dups
2019-07-17  drhEnhance the "PRAGMA index_info()" and "PRAGMA index_xin...
2019-07-17  danFix problems with duplicate fields in the PRIMARY KEYs...
2019-07-17  danAdd casts to shell.c.in to avoid warnings on systems...
2019-07-16  drhAdd new assert() statements in an attempt to help stati...
2019-07-16  drhAdd assert()s in os_win.c in an effort to silence false...
2019-07-16  danCall ioctl() with the correct signature on both Android...
2019-07-15  danFix a problem that could cause a crash if a blob handle...
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...
next