]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-04-01  drhPerformance improvement on the OP_Variable opcode. value_frombind
2019-03-29  drhChange the fts3_tokenizer() function to always return...
2019-03-29  drhThe two-argument version of fts3_tokenizer() works...
2019-03-29  drhInitial implementation of the sqlite3_value_frombind...
2019-03-29  drhRecover a some of the performance lost by window functi...
2019-03-28  drhAdd new test cases to test/fuzzdata8.db
2019-03-28  danPrevent aliases of window functions expressions from...
2019-03-28  drhShow the pointer address for Window objects in the...
2019-03-28  drhMore improvements to TreeView output for Window objects:
2019-03-28  drhImproved TreeView display of Window objects.
2019-03-28  drhIf the string formatter in sqlite3NestedParse() fails...
2019-03-28  drhImprovements to the README.md file. No code changes.
2019-03-27  mistachkinSupport building the Tcl bindings DLL using MSVC.
2019-03-27  mistachkinFix harmless compiler warnings seen with MSVC.
2019-03-26  danFix a problem with window frames that use "BETWEEN...
2019-03-26  drhFix harmless compiler warnings.
2019-03-26  danAdd support for new window functions related features...
2019-03-25  drhFix an obsolete comment in the CLI. No code changes.
2019-03-25  drhIn the CLI, code the "sqlite_parameters" name directly...
2019-03-25  drhRemove a test from the index build logic which is no...
2019-03-25  drhChange the name of the parameter table in the CLI to...
2019-03-25  drhEarlier detection of corruption while added to the...
2019-03-25  drhFix a faulty assert() statement in balance_nonroot...
2019-03-25  drhImprovements to the help text in the CLI.
2019-03-25  drhFix the writefile() SQL function implemented by ext...
2019-03-25  drhFor the ".archive --update" command in the CLI, only...
2019-03-23  mistachkinSupport Tcl libraries with a suffix. msvcTcl
2019-03-22  mistachkinFurther enhancements and fixes.
2019-03-22  mistachkinAttempt to detect when the MSVC linker requires the...
2019-03-22  danFix a problem with a window function in a correlated... window-functions
2019-03-22  drhWe learn that readdir_r() is deprecated in favor of...
2019-03-22  drhAdd the --limit N option to dbfuzz2. Set the default...
2019-03-22  mistachkinSync up the autoconf makefile for MSVC.
2019-03-22  mistachkinSupport building the Tcl bindings DLL using MSVC.
2019-03-21  danAdd an extra test for database corruption to defragment...
2019-03-21  danRemove assert() statements based on the counter-factual...
2019-03-20  drhIn the CLI, give better error messages if something...
2019-03-20  danFix a potential dangling pointer deference in an ALTER...
2019-03-20  drhFix harmless compiler warnings from MSVC.
2019-03-20  drhEnhance the rtreenode() function of rtree (used for...
2019-03-20  mistachkinFix various harmless compiler warnings seen with MSVC. noWarnings
2019-03-19  drhEnhance the VACUUM INTO command so that it works on...
2019-03-19  drhFix a compiler warning in FTS5.
2019-03-19  danAdd further tests to window8.test.
2019-03-19  danFix a problem with EXCLUDE clauses on window frames...
2019-03-19  danAdd tests to ensure that the window functions implement...
2019-03-19  danAdd missing VdbeCoverage() macros to new code in window.c.
2019-03-19  drhWhen computing the amount of scratch memory needed...
2019-03-19  danRevert the OP_MustBeInt opcode implementation on this...
2019-03-19  danTweak the tool/cg_anno.tcl script so that it can run...
2019-03-19  danUpdate this branch with latest trunk changes.
2019-03-19  drhAdd a LICENSE.md, containing the text of the blessing.
2019-03-19  danEnsure that all the new window-function keywords can...
2019-03-18  danAdd further tests for new window function functionality.
2019-03-18  danAlways evaluate window functions using the alternative...
2019-03-18  danFixes for RANGE windows and NULL values.
2019-03-18  danFix a buffer overread that could occur when running...
2019-03-18  danFix an fts5 problem with interleaving reads and writes...
2019-03-18  drhFix a typo in a comment. No changes to code.
2019-03-17  drhNew hyperlink on the README.md file.
2019-03-17  drhUpdate the README.md file at the top level to talk...
2019-03-16  danFix problems with RANGE windows and string, blob and...
2019-03-16  danIn order to identify the first row of each partition...
2019-03-15  danImplement the EXCLUDE clause for window frames.
2019-03-15  drhBack out the change to support Fuchsia, since it turns...
2019-03-15  danRemove a debugging printf() left in test/sessionfuzz.c.
2019-03-15  danEnsure that ALTER TABLE commands open statement transac...
2019-03-14  danParse EXCLUDE clauses in window frames. They do not...
2019-03-14  danAdd things to this branch that will be required to...
2019-03-14  drhTechnical improvements to the documentation for sqlite3...
2019-03-13  drhImprovements to the sqlite3_db_filename() API documenta...
2019-03-13  danMerge latest trunk changes into this branch.
2019-03-13  danAvoid allocating excessive registers for the PARTITION...
2019-03-13  danRemove rows from the ephemeral table used by window...
2019-03-13  drhNew test cases added to test/fuzzdata8.db
2019-03-13  danWhen deserializing a database (sqlite3_deserialize...
2019-03-13  drhDetect zero-length free slots on btree pages and report...
2019-03-13  danMinor optimization in sqlite3WindowCodeStep().
2019-03-12  danAllow real values to be used in PRECEDING and FOLLOWING...
2019-03-12  danExpand on header comment for sqlite3WindowCodeStep...
2019-03-12  danFix a crash that could occur if the RHS of an IN expres...
2019-03-11  danRemove "cache mode" from the window frame code generato...
2019-03-11  danSimplify the windows frame code some. Add a comment...
2019-03-11  danFix problems with "RANGE ... ORDER BY <expr> DESC"...
2019-03-09  danAdd support for RANGE window frames. Some cases still...
2019-03-09  danMerge latest trunk changes into this branch.
2019-03-08  danAdd simple tests for GROUPS window frames.
2019-03-08  drhFix a harmless bug in the Makefile.
2019-03-08  danFinish consolidation of window frame code. Add untested...
2019-03-08  drhAdd new test cases in test/fuzzdata8.db
2019-03-08  drhPatch makes balance_nonroot() slightly smaller and...
2019-03-08  danFix another segfault in fts3 that could occur with...
2019-03-08  drhDetect an attempt to drop a btree that is not within...
2019-03-07  danFix other "ROWS BETWEEN" cases on this branch.
2019-03-07  danModify new window functions function so that cursors...
2019-03-06  danSimplify the window function code generator some more.
2019-03-06  danImprovements to the way built-in window functions are...
2019-03-06  drhAdd the sqlite3_stmt_isexplain() interface.
2019-03-06  drhAdd an "|| CORRUPT_DB" term to an assert() that might...
2019-03-05  drhFix a potential 32-bit integer overflow in the "showdb...
next