]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-03-22  danFix a problem with a window function in a correlated... window-functions
2019-03-21  danRemove assert() statements based on the counter-factual...
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  danRevert the OP_MustBeInt opcode implementation on this...
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...
2019-03-05  danExtend windowCodeStep() to handle any ROWS PRECEDING...
2019-03-05  drhAdd a script to tool/ that will extract the sqlite3...
2019-03-05  drhNew dbfuzz2 test cases added to test/fuzzdata7.db
2019-03-05  drhIf the initial byte of a record is a large value, then...
2019-03-04  danMerge trunk changes into this branch.
2019-03-04  danSupport some "ROWS BETWEEN N PRECEDING AND M FOLLOWING...
2019-03-04  danFix a problem preventing compilation with SQLITE_OMIT_U...
2019-03-02  drhImproved comments on the fossildelta.c extension.
2019-03-02  drhFix the SQLITE_DIRECT_OVERFLOW_READ compile-time option...
2019-03-02  drhRemove a redundant parameter extraction call from the...
2019-03-01  drhThe fts3_tokenizer() function returns NULL if the
2019-03-01  drhFix a minor comment typo. No code changes.
2019-03-01  drhIn a query that uses a partial index, the expression...
2019-02-28  drhAdd the ".parameter" command to the CLI.
2019-02-28  drhAdd the new "bind_fallback" method to the "sqlite3...
2019-02-28  drhNew test case loaded into test/fuzzdata8.db.
2019-02-28  danAvoid an assert() failure and an undefined left-shift...
2019-02-28  drhAdd an "|| CORRUPT_DB" term to an assert() statement...
2019-02-27  drhEnable the LIKE optimization when the ESCAPE keyword...
2019-02-27  drhFix the readfile() UDF so that it returns an empty...
2019-02-27  danAdd the "-returntype" option to the "db function" Tcl...
2019-02-27  danVerify that fts5 auxiliary functions cannot be used...
2019-02-26  danReformat the white-space in a few test cases so that...
2019-02-26  drhMinor change to dbfuzz2 that allows it to be compiled...
2019-02-26  drhNew test cases added to test/fuzzdata8.db.
2019-02-26  drhAllocate a few extra bytes for the pager temp page...
2019-02-26  drhUse unsigned integers to count the number of pages...
2019-02-26  drhFix a harmless compiler warning that only comes up...
2019-02-26  drhUpdate the configure-generated makekfile to generate...
2019-02-25  drhEnhance the command-line shell to accept bound paramete...
2019-02-25  drhUpdate comments on the fossildelta extension. No chang...
2019-02-25  drhFix a typo in the documentation for sqlite3_total_chang...
2019-02-23  danFix a couple of assert() statements in fts3 that can...
2019-02-23  drhCheck-in [fa792714ae62fa98] is incorrect. Add a test...
2019-02-23  drhRemove a testcase() macro which is now unreachable... tkt-df46dfb631
2019-02-22  drhMake all ephemeral tables built to hold the RHS of...
2019-02-22  drhCheck-in [fa792714ae62fa980] is not a valid fix for...
2019-02-22  danInternally, remove all references to a Window object...
2019-02-22  drhIn sqlite3NestedParse() be sure to detect all SQLITE_NO...
2019-02-22  drhModify sqlite3_str_finish() and sqlite3VMPrintf() so...
2019-02-21  drhDetect oversized strings in the OP_String opcode even...
2019-02-20  drhChanges to the unix VFS that allegedly enable it to...
2019-02-20  drhDisable unix-specific features of dbfuzz2 when compilin...
next