]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-05-07  danAdd test cases for the fix on this branch. tkt-e63cbcfd
2019-05-07  drhOn an INSERT or UPDATE, generate the new table record...
2019-05-07  drhStrive to prevent harmless compiler warnings in GCC...
2019-05-07  danOptimize the restarting of an RBU vacuum.
2019-05-07  danRemove some redundant code from sqlite3rbu.c. Add test... rbu-opt
2019-05-06  danOptimize further cases of restarting an RBU vacuum.
2019-05-06  danFix a problem with renaming an INTEGER PRIMARY KEY...
2019-05-04  danOptimize some cases of restarting an RBU vacuum.
2019-05-04  drhFix the NOT NULL logic in the theorem prover that deter...
2019-05-04  mistachkinFix harmless compiler warning seen with MSVC.
2019-05-04  drhIn the sqlite3_value or Mem object, make the MEM_IntRea...
2019-05-04  drhNew testcase macros to ensure that MEM_IntReal is fully... int-real
2019-05-03  drhAdd the SQLITE_TESTCTRL_RESULT_INTREAL test-control...
2019-05-03  drhEnsure that UTF16 strings are properly zero-terminated...
2019-05-03  danFix a memory-leak/segfault caused by using OP_OpenDup...
2019-05-03  danFix a problem where self-joins on views that are aggreg...
2019-05-03  drhImproved comments on the elements of the array constant...
2019-05-03  drhFix the ".open --hexdb" command in the CLI so that...
2019-05-02  drhMake MEM_IntReal a completely independent type, meaning...
2019-05-02  drhEnsure that the typeof() function always returns SQLITE...
2019-05-02  danAdd options to wapptest.tcl similar to those supported...
2019-05-02  drhEarlier detection of a database corruption case in...
2019-05-02  drhThe collating sequence of the column must be TEXT if...
2019-05-02  drhFix an issue (discovered by OSSFuzz) in the enhanced...
2019-05-01  drhAdd a test case for ticket [ae0f637bddc5290b44669e066a].
2019-05-01  drhWhen values have real affinity and are converted into...
2019-05-01  danFix an incompatibility with -DSQLITE_OMIT_LOAD_EXTENSIO...
2019-05-01  danFix a case in wapptest.tcl where a failed test might...
2019-05-01  drhAvoid unwelcomed side effects on the input operands...
2019-05-01  danUpdate wapptest.tcl so that it deletes extra files...
2019-05-01  drhIn "PRAGMA vdbe_trace" output, show the results of...
2019-05-01  danFix an incompatibility with auto-vacuum mode in new...
2019-04-30  danUpdate wapptest.tcl to use a simpler slave script....
2019-04-30  danFix a problem allowing a Table object to be deleted...
2019-04-30  drhFix an error message in the Lemon parser generator.
2019-04-30  drhSmall performance increase and size reduction in the...
2019-04-30  drhSlightly smaller and faster implementation of the OP_Ma...
2019-04-29  drhChanges to oserror.test so that it works even on system...
2019-04-29  drhDo not de-duplicate columns index columns associated...
2019-04-29  drhImproved header comment and precondition checking for... tkt-3182d38790
2019-04-29  danFix a buffer overwrite in shell.c.in (part of the new...
2019-04-29  danFix a stack overflow that could occur when renaming...
2019-04-28  drhTake collating sequence into account when removing...
2019-04-27  danAdd the ".recover" command to the shell tool. For recov...
2019-04-27  drhFix a minor typo in a comment. No changes to code.
2019-04-27  danFix building the shell with SQLITE_OMIT_VIRTUAL_TABLE... dbdata
2019-04-27  danAdd comments and fix formatting issues in new code...
2019-04-27  danAdd the "--lost-and-found" option to the ".recover...
2019-04-27  danFix a problem in the .recover command with recovering...
2019-04-26  danHave .recover store all orphaned rows in a single table...
2019-04-26  danOmit tests of the LIKE optimization in like3.test when...
2019-04-26  danFix another problem with database freelist handling...
2019-04-26  danFix a locking-page related problem with the ".recover...
2019-04-25  danMerge latest trunk changes into this branch.
2019-04-25  danUnless the "--freelist-corrupt" option is specified...
2019-04-25  danFix a bug preventing .recover from working on databases...
2019-04-24  danImprove the performance of the .recover command.
2019-04-24  drhNew test cases in test/fuzzdata8.db.
2019-04-24  danFix another instance in fts3 where a corrupt record...
2019-04-24  danFix a problem in fts5 where a corrupt position list...
2019-04-24  danFix an error in fts3_write.c allowing a corrupt databas...
2019-04-24  mistachkinCorrection to the #if in the previous check-in.
2019-04-24  mistachkinFix for 8-byte alignment asserts that can trigger in...
2019-04-23  drhMake no atttempt to generate VDBE code for VACUUM after...
2019-04-23  danHave ".recover" handle "\r" and "\n" in the same way...
2019-04-23  danFixes for the ".recover" shell command.
2019-04-23  drhChanges to the --hexdb decoder option in the shell...
2019-04-23  mistachkinMinor simplification of NULL value handling for STAT4.
2019-04-23  drhNew test cases in fuzzdata8.db.
2019-04-23  drhImprovement on the previous check-in. Parse.rc is...
2019-04-22  danEnhance the ".recover" command. Fix a problem with...
2019-04-22  drhEarly detection of SQLITE_TOOBIG when processing nested...
2019-04-22  danFix an assert() that may be false for corrupt databases.
2019-04-20  danAdd the ".recovery" command to the shell tool. For...
2019-04-19  drhMark a single branch as no longer reachable.
2019-04-19  drhIncrease the version number to 3.29 for the next develo...
2019-04-19  drhImproved optimization of the AND and OR operators.
2019-04-19  danFix a problem with renaming a table that starts with...
2019-04-19  drhUse macros to determine if an expression is always...
2019-04-19  drhStreamline the processing of the AND operator. Slightl...
2019-04-18  danAdd the sqlite_dbptr virtual table to the dbdata extens...
2019-04-18  mistachkinMinor simplification of NULL value handling for STAT4. nullStat4
2019-04-17  danAdd the experimental dbdata extension.
2019-04-17  drhSmall performance and size optimization in sqlite3WalFi...
2019-04-17  drhFix a typo in the CLI help output for the ".dump" command.
2019-04-17  drhIn the "pgidx" report from "showdb", also show the...
2019-04-17  drhIn the "pgidx" command of the showdb utility, try to...
2019-04-17  drhSmall performance improvement on the variable-length...
2019-04-17  drhFaster and smaller implementation of sqlite3StrICmp().
2019-04-16  drhVersion 3.28.0 version-3.28.0
2019-04-16  danAvoid a sanitizer error (pointer arithmatic overflow...
2019-04-16  danAvoid a sanitizer error in test1.c. Have releasetest...
2019-04-15  danFix a bug in test module test_fs.c causing a segfault...
2019-04-15  danFix a problem with the user-auth extension and deserial...
2019-04-15  danFix a test script problem in fts5corrupt3.test.
2019-04-15  drhUpdate tool/symbols.sh to ignore symbols from sessions...
2019-04-14  drhRemove a stray tab from the source code.
2019-04-14  drhFix an obsolete comment and other minor issues from...
2019-04-13  drhFix a harmless compiler warning in test logic.
2019-04-13  drhFix the fts3varint.test script so that it works even...
next