]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-03-29  drhFix VDBE coverage macros. compare-opcode-opt
2021-03-29  drhOmit the SQLITE_STOREP2 and SQLITE_KEEPNULL options...
2021-03-29  drhAdd the OP_ZeroOrNull opcode and use it to compute...
2021-03-29  drhThe comparison opcodes (ex: OP_Eq) now set the iCompare...
2021-03-28  drhAlternative implementation of the comparison opcode...
2021-03-28  drhDocument the "%token" directive for Lemon. This direct...
2021-03-27  drhFor the sqlite3_bind_text16 TCL binding used for testin...
2021-03-26  drhIn the sqlite3_bind_text and sqlite3_bind_text16 TCL...
2021-03-24  drhRemove old testcases() macros. Also remove surplus...
2021-03-24  drhComment improvements to on the distinct-agg optimizatio...
2021-03-24  drhImprovements to distinct aggregates such that they...
2021-03-24  drhFix a harmless compiler warning.
2021-03-23  danFix a problem with renaming a column when there is...
2021-03-23  drhAdd an ALWAYS() on a branch that is always taken.
2021-03-23  drhTest result adjustments in test/misc7.test due to the...
2021-03-23  drhWhen doing schema updates, try to convert (incorrect...
2021-03-23  drhTweaks to test/scanstatus.test to account for the new...
2021-03-23  drhChanges to test/analyzeG.test to conform to the new...
2021-03-23  drhFix a test case in bigmmap.test so that it works with...
2021-03-23  drhAdd the ExprList.nAlloc column and use it to make the...
2021-03-23  drhEnhance the EXPLAIN QUERY PLAN output to use symbolic...
2021-03-22  drhMerge recent fixes from trunk. eqp-improvements
2021-03-22  drhIncrease the version number to 3.36.0 to begin the...
2021-03-21  drhFix an assert() that in preupdate-hook logic (not norma... same-as-3.35.3
2021-03-21  drhAdd a better comment and an assert() on the code inside...
2021-03-20  drhFix the "box" output mode in the shell when statement...
2021-03-20  drhUse the canonical name, not the AS name, when showing...
2021-03-20  drhRevise tests cases to align with the new EXPLAIN QUERY...
2021-03-20  drhFix a faulty assert() in the OP_SkipScan opcode.
2021-03-19  drhFurther simplification of the EQP output. Only show...
2021-03-19  drhMerge enhancements from trunk.
2021-03-19  drhIn the wholenumber virtual table, increase the cost...
2021-03-19  drhDbsqlfuzz found a new way to make that branch in codeVe...
2021-03-19  larrybrFix tokenizer's classification of EBCDIC newline.
2021-03-19  drhRestore the NEVER() that was taken out by [f481636f1a03...
2021-03-19  danFix a crash that could occur when an INSERT has more...
2021-03-19  drhCorrelated CTEs should not generate a materialization...
2021-03-19  drhImproved labeling of EXPLAIN QUERY PLAN output. Many...
2021-03-18  drhAdd a NEVER() on a branch that was made unreachable...
2021-03-18  drhDisable a test case requiring generate_series when...
2021-03-18  danFix a problem causing spurious "<cte>: circular referen...
2021-03-18  drhIncrease the patch level to 3.35.3.
2021-03-18  drhFix the OP_OpenDup opcode so that it is able to duplica...
2021-03-18  drhRemove unnecessary code from sqlite3BtreeClose() and... opendup-fix
2021-03-18  drhFurther sanity checking of the OpenDup cursors.
2021-03-18  drhFix the dbsqlfuzz-derived authorizer in fuzzcheck to...
2021-03-18  danAutomatically close ephemeral b-trees when their last...
2021-03-18  drhFix a problem with the filename normalizer in unix...
2021-03-18  danAllow instruction OP_OpenDup to duplicate cursors creat...
2021-03-18  drhNew assert statements associated with Ephemeral cursors...
2021-03-18  drhChange the name of the iDataVersion field of Btree...
2021-03-17  drhVersion 3.35.2 union-all-flattener-limit version-3.35.2
2021-03-17  drhFix a harmless compiler warning in the appendvfs.c...
2021-03-17  danIf there are already 500 or more simple SELECTs in...
2021-03-17  danFix a problem in sqldiff virtual table hanlding to...
2021-03-16  drhDate/time functions with no arguments (ex: date() or...
2021-03-16  danAdd tests for sqlite_rename_quotefix(). Fix a memory... alter-quotefix
2021-03-16  danHave ALTER TABLE RENAME COLUMN and DROP COLUMN use...
2021-03-16  drhIncrease the version number to 3.35.2.
2021-03-16  drhFix recent breakage of the appendvfs extension.
2021-03-16  drhComment and stylistic changes to the appendvfs.c implem... appendvfs_fix
2021-03-16  danMerge trunk changes into this branch.
2021-03-16  danFix a problem with ALTER TABLE RENAME COLUMN when used...
2021-03-16  larrybrFix assert typo.
2021-03-16  larrybrMerge from trunk.
2021-03-16  larrybrFix appendvfs bug exposed with bigger files, and add...
2021-03-16  larrybrCreate new branch named "appendvfs_fix"
2021-03-15  danAdd internal SQL function sqlite_rename_quotefix()...
2021-03-15  drhVersion 3.35.1 version-3.35.1
2021-03-15  drhImprovements to the built-in ".dump" documentation...
2021-03-15  drhBump the version number to 3.35.1.
2021-03-15  drhImproved detection of conflicting indexes when doing...
2021-03-15  larrybrMake shell's .help output for .dump more accurate as... cli-tweaks
2021-03-15  larrybrCreate new branch named "cli-tweaks"
2021-03-14  drhAn additional test case tkt-1c24a659-b
2021-03-14  drhAn alternative approach for fixing ticket [1c24a659e6d7...
2021-03-13  danFix a memory leak in the new code on this branch. distinct-agg-opt
2021-03-13  danFix typos in comments and add test cases.
2021-03-12  larrybrUpdate generated autoconf/Makefile.msc to reflect its...
2021-03-12  danFix a crash in new code on this branch.
2021-03-12  danMerge latest trunk changes into this branch.
2021-03-12  danAttempt to use an index for DISTINCT aggregate queries...
2021-03-12  drhVersion 3.35.0 version-3.35.0
2021-03-12  drhFix broken requirement marks.
2021-03-12  drhFix the ".read" command in the CLI so that SQLITE_OMIT_...
2021-03-12  larrybrConform description of sqlite3changeset_op() arguments...
2021-03-11  danFix a Tcl object leak in test_session.c.
2021-03-11  drhBug fix in appendvfs.c: Adjust the size parameter for
2021-03-11  danHave the Tcl tests support environment variable SQLITE_...
2021-03-10  danFix sanitizer complaint in fts3 code.
2021-03-10  danFix further sanitizer complaints in the fts5 code.
2021-03-10  drhImproved testcase() related the SQLITE_MAX_ATTACHED...
2021-03-10  drhImprovement to the ATTACH-abuse authorizer logic in...
2021-03-10  danDo not run avfs.test when testing SQLITE_OMIT_VIRTUALTA...
2021-03-10  drhDo not confuse the constant SQLITE_MAX_ATTACHED with...
2021-03-10  danFix test file avfs.test so that it works with SQLITE_DE...
2021-03-10  danFix a few sanitizer complaints in fts5.
2021-03-10  danFix a problem preventing wapptest from setting SQLITE_E...
2021-03-10  larrybrWhen shell has no .ar, fake its effect w.r.t. page_size...
2021-03-09  drhAdd appendvfs.c to the MSVC makefile.
next