]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-01-12  drhFix a potential use-after-free following an OOM in... parse-cleanup
2021-01-11  drhAdd a linked list of ParseCleanup objects to the end...
2021-01-09  drhNew CLI command: ".stats vmstep" enables the display...
2021-01-09  drhMore detailed compile-time testing before attempting...
2021-01-08  drhFix an issue with sha3_query() when the first argument...
2021-01-07  danUpdate cksumvfs to check that the xCurrentTimeGetInt64...
2021-01-07  danFix problems with some "crashsql" tests.
2021-01-07  drhFix harmless typos in comments per
2021-01-04  danAdd extra test for handling of embedded nul characters...
2021-01-02  drhIn Lemon, factor the parser stack overflow detection...
2021-01-01  drhAvoid allocating space to hold the prepared statements...
2021-01-01  drhFaster and smaller test to ensure that the sqlite_schem...
2021-01-01  drhChange the unions of the Table.addColOffset field from...
2021-01-01  drhUse the column name hash to improve performance of...
2021-01-01  drhModify the makefile rule for "startup" so that it alway...
2021-01-01  drhSize reduction and performance increase in sqlite3Prepa...
2021-01-01  drhSmall size reduction and performance improvement in...
2021-01-01  drhStreamline processing of the authenticator callback...
2021-01-01  drhAdd the "startup" test program designed to measure...
2021-01-01  drhDo not attempt to take a pointer to the ceil() and...
2020-12-30  drhNew test case for the HAVING fix of check-in [f62f983b5...
2020-12-30  drhNew test cases for cursor renumbering in the UNION...
2020-12-29  drhDo not set the P3 parameter on OP_RowCell when copying...
2020-12-28  drhFix missing comma in ctime.c that would cause the ENABL...
2020-12-23  danAdd the sqlite3session_memory_used() API to the session...
2020-12-22  danFix SQLITE_OMIT_WINDOWFUNC builds by moving declaration...
2020-12-22  mistachkinFix a couple spelling typos in comments.
2020-12-22  danFix a problem handling sub-queries with both a correlat...
2020-12-22  drhSimplification to the aggregate-function analysis error...
2020-12-21  danFix problems with joining UNION ALL sub-queries against...
2020-12-21  danFix a problem when flattening joins between a UNION...
2020-12-21  drhEnhance documentation to show that "ro" is the correct...
2020-12-21  drhAdd the --timer option to fuzzcheck. Get the --timeout...
2020-12-20  drhAlways declare the sqlite3WhereTrace variable, even...
2020-12-19  danFix a broken assert() in fts5 that could be triggered...
2020-12-19  drhAllow UNION ALL sub-queriesto be flattened even if...
2020-12-18  danFix for the previous fix in the case where a UNION... union-all-flattener
2020-12-18  danWhen flattening UNION ALL subqueries into a join query...
2020-12-17  danFix a part of the header comment for flattenSubquery().
2020-12-17  danAdd test cases and minor fixes to this branch.
2020-12-17  drhIn the CLI, add the ".filectrl data_version" command...
2020-12-17  danFix a problem with sqlite3_expanded_sql() that could...
2020-12-16  drhEnhance the sqlite3BtreeTransferRow() routine so that...
2020-12-16  danAllow sub-queries that use UNION ALL to be flattened...
2020-12-16  drhRemove an unnecessary and incorrect #ifdef. Fix harmle...
2020-12-16  drhFix a typo in the sqlite3_free_filename() documentation.
2020-12-15  danFix another integer overflow triggered by a corrupt...
2020-12-15  danWhen the -statstep option is passed to the "rbu" execut...
2020-12-15  danChange an fts5 assert() that can be triggered by a...
2020-12-14  drhEnhance UPSERT so that it allows multiple ON CONFLICT...
2020-12-14  danFix an integer overflow problem in new VACUUM code.
2020-12-14  drhMinor changes for test coverage. generalized-upsert
2020-12-12  drhMore test cases. No new problems discovered.
2020-12-12  drhNew test cases with corresponding bug fixes.
2020-12-11  drhBegin adding test cases. Fix one bug found so far...
2020-12-11  danFix an assert() broken by recent changes to vacuum.
2020-12-11  drhSmall performance tweaks.
2020-12-11  drhBug fixes so that legacy tests pass. New tests for...
2020-12-11  danAdd an "#ifndef SQLITE_AMALGAMATION" block around the...
2020-12-11  drhFix the configure script on the autoconf distribution...
2020-12-11  danFix the expert extension so that it handles generated...
2020-12-11  drhLogic is in place to handle multiple ON CONFLICT clause...
2020-12-10  drhUse an iterator for the index loop in sqlite3GenerateCo...
2020-12-10  danRemove a redundant branch added by [56a54258560].
2020-12-10  danChanges to avoid loading large records into memory...
2020-12-10  danFix minor issues with new code on this branch. vacuum-lomem
2020-12-10  danMerge trunk changes into this branch.
2020-12-10  danBetter integrate the changes on this branch with OP_Ins...
2020-12-10  drhAdd an optional function to the chsumvfs extension...
2020-12-10  drhThe DO UPDATE code generator searches for the correct...
2020-12-09  mistachkinFix compilation issues with MSVC related to C99.
2020-12-09  danTransfer large index or WITHOUT ROWID records between...
2020-12-09  drhFor upsert, the constraint check code generator uses... generalized-upsert-ex1
2020-12-09  danAdd tests for a 'delete' command on a contentless table...
2020-12-09  danAvoid loading large intkey rows when VACUUMing, even...
2020-12-09  drhImproved comments in sqliteInt.h. No changes to code.
2020-12-09  drhInitialize all terms in the ON CONFLICT clause stack.
2020-12-08  danExperimental changes to vacuum to avoid loading large...
2020-12-08  drhEnhance UPSERT parsing to allow multiple ON CONFLICT...
2020-12-07  drhFix a bad assert() in math1Func().
2020-12-07  drhFix to the --disable-math option to ./configure.
2020-12-07  drhMany more math functions. Semantics follows PG whereve...
2020-12-07  drhBegin adding new SQL functions that depend on -lm:...
2020-12-04  drhFix harmless compiler warnings associated with the...
2020-12-04  drhFix a bug in the ".eqp" command of the shell that was...
2020-12-04  danEnsure that fts5 function matchinfo() is registered...
2020-12-04  danFix a test script problem in walvfs.test.
2020-12-04  drhFix an incorrect datatype no the sqlite3WhereTrace...
2020-12-04  drhEliminate the sqlite3_unsupported_selecttrace global...
2020-12-04  drhFurther changes to the trace variables to try to elimin... traceflags-test-control
2020-12-04  drhAlternative implementation of ".selecttrace" and "...
2020-12-03  danWhen merging prefix lists in fts5, use 16-way merges...
2020-12-03  drhDo not simulate OOM faults on the SQLITE_FCNTL_CKPT_STA...
2020-12-03  drhEnhance the generate_series() table-valued function...
2020-12-02  mistachkinPrevent potential segfault in the sqlite-expert idxPopu...
2020-12-02  danAllow a search for an N character prefix in fts5 to...
2020-12-02  drhFix the ".open" command in the CLI so that it accepts...
2020-12-02  danImprove performance for fts5 column filters that filter...
2020-12-02  drhParameterize the hash function in mkkeywordhash.c....
2020-12-02  drhIncrease the version number to 3.35.0 to begin the...
next