]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-12-14  drhExperimental support for new sqlite3_bind_blob() and... custom-destructors
2018-12-14  drhFix harmless compiler warnings.
2018-12-14  drhFix possible integer overflow while running PRAGMA...
2018-12-14  drhBack out the expansion of the temporary buffer size...
2018-12-14  drhAvoid a buffer overread in ptrmapPutOvflPtr() that...
2018-12-14  drhFix a harmless compiler warning in Sessions.
2018-12-14  drhExpand the size of the temporary page used during btree...
2018-12-14  danWhen saving the position of a cursor at the b-tree...
2018-12-14  drhFix a problem with bytecode generation when a query...
2018-12-14  danPosible fix for [d96eba87]. tkt-d96eba87
2018-12-14  drhFix a bug in fuzzcheck that cause it to overlook a...
2018-12-14  drhDetect when an attempt is made to write to a pointer... fuzzcheck-fix
2018-12-14  drhFix a bug in the custom in-memory VFS used by fuzzcheck...
2018-12-13  drhFix the dbtotxt decoder in the CLI so that it ignores...
2018-12-13  drhdbfuzz2 found a NEVER() that is sometimes true.
2018-12-13  drhAdd extra tests for database corruption inside the...
2018-12-13  drhFix a problem in sqlite3BtreeDelete() in which deleting...
2018-12-13  drhAdd the "decode_hexdb" TCL command to testfixture....
2018-12-13  drhFix the CLI to keep proper track of input line numbers...
2018-12-13  drhFix the CLI so that the ".open --hexdb" command works...
2018-12-13  drhMerge the dbtotxt enhancement from trunk. dbfuzz2-cases
2018-12-13  drhAdd the "dbtotxt" utility program and the ability to...
2018-12-13  drhInclude OPTS in the build of dbfuzz2.
2018-12-13  drhFix the Makefile so that it honors CFLAGS when building...
2018-12-13  drhNew database corruption test cases discovered by dbfuzz...
2018-12-12  drhFix another problem found by Matthew Denton's new fuzzer.
2018-12-12  drhRemove an ALWAYS() from a branch that is not always...
2018-12-12  drhOSSFuzz found a case where an assert() inside sqlite3Ex...
2018-12-11  drhSmall performance improvement in sqlite3_step().
2018-12-11  drhSmall performance improvement in the sqlite3_bind(...
2018-12-10  drhFurther refinements to the sqlite3_normalized_sql(...
2018-12-10  drhRefactor the sqlite3_normalized_sql() implementation.
2018-12-10  drhFix issues with the new normalizer. normalize-refactor
2018-12-10  drhRefactor the sqlite3_normalized_sql() implementation...
2018-12-10  danFix a problem with using "<db>-vacuum" (the default...
2018-12-10  drhAdd support for the VACUUM INTO command.
2018-12-10  drhFix the shell1.test test for the new format of the... vacuum-into
2018-12-10  drhMerge fixes from trunk.
2018-12-09  drhNew test case for ticket [1d958d90596593a77420e59].
2018-12-08  drhDo not use a partial index as a table scan in an IN...
2018-12-08  drhAdd the --async option to the ".backup" command in...
2018-12-08  drhAllow the INTO clause of VACUUM to be a text-valued...
2018-12-07  drhDo not allow VACUUM INTO into a file that already exists.
2018-12-07  drhMerge the VACUUM simplification from trunk.
2018-12-07  drhRemove a line of code from VACUUM that is no longer...
2018-12-07  drhPrototype implementation for the VACUUM INTO command.
2018-12-07  drhFix the sqlite3_normalized_sql() interface so that...
2018-12-07  drhFix dbfuzz2.c so that it works with -DSQLITE_OMIT_INIT
2018-12-07  drhFix the sqlite3ExprDup() function so that it correctly...
2018-12-06  drhPerformance improvement: Avoid using sqlite3WalkerSele... ticket-f09fcd17810f
2018-12-06  drhFix the sqlite3ExprDup() routine so that it makes compl...
2018-12-06  drhNew test case that still hits an assertion fault, just...
2018-12-06  drhSimplify the query flattener so that it does not duplic...
2018-12-06  drhWhen masking bits off of sqlite3.flags, make sure the...
2018-12-06  drhWhen saving off the value of sqlite3.flags, take care...
2018-12-06  drhIssue a warning whenever a double-quoted string literal...
2018-12-06  drhInvoking the sqlite3_trace() or sqlite3_trace_v2()...
2018-12-06  drhRemove the unused pColHash field from the Table object.
2018-12-06  drhFix a potential NULL pointer dereference that can occur...
2018-12-06  drhFix a missing mutex in the sqlite3_normalized_sql(...
2018-12-05  drhGet rid of the hash table used to track IN operators...
2018-12-05  drhThe sqlite3_normalized_sql() interface should not be...
2018-12-05  drhFix an imbalanced lock problem in sqlite3Normalize...
2018-12-05  drhIncrease the version number to 3.27.0 for the next...
2018-12-05  drhSimplifications to the sqlite3_normalized_sql() impleme...
2018-12-05  danEnsure that ALTER TABLE modifies table and column names...
2018-12-05  drhEnhance the sqlite3_normalize_sql() interface so that...
2018-12-04  drhAdd the "index_usage" utility program.
2018-12-04  drhPerformance improvement in sqlite3_step() by creating...
2018-12-04  drhSmall performance increase in sqlite3_step() for the...
2018-12-03  drhReduce the size of the parser tables generated by Lemon...
2018-12-03  drhRemove the unused sqlite3Fts5UnicodeNCat() function.
2018-12-03  danAdd the "remove_diacritics=2" option to the unicode61...
2018-12-03  mistachkinUpdate the autoconf makefile for MSVC.
2018-12-03  drhRemove two lines of unnecessary code, for a very small...
2018-12-03  drhFix a parser bug in the use of parentheses around table...
2018-12-02  drhOmit a line of code that has no affect on the outcome.
2018-12-01  drhVery slightly smaller and faster.
2018-12-01  drhVersion 3.26.0 version-3.26.0
2018-11-30  drhFix a typo in a comment. No changes to code.
2018-11-29  drhFix the name of the trig function approximation in...
2018-11-28  drhFix a typo in a comment used to generate documentation...
2018-11-29  danUpdate incrvacuum.test so that it works with builds...
2018-11-28  danUpdate some test cases to account for SQLITE_OMIT_VIRTU...
2018-11-28  drhFollow-up to [0bf0fd242b93c3bd30]: only reset the pager...
2018-11-28  danChanges to Makefile.in to allow testfixture to be built...
2018-11-28  danRemove -DSQLITE_USER_AUTHENTICATION from the "Unlock...
2018-11-28  danFixes for SQLITE_OMIT_VIRTUAL_TABLE builds.
2018-11-28  drhAlways enable SQLITE_ENABLE_DESERIALIZE for the MSVC...
2018-11-27  danFix a failing assert() in sqlite3ResetAllSchemasOfConne...
2018-11-27  drhImprovements to two cases in pragma4.test.
2018-11-27  drhRemove the sqlite3PagerUseWal() routine which was made...
2018-11-27  drhAdd a simple test case for Lemon. Always include asser...
2018-11-27  drhFix to the error handling logic in the Lemon parser...
2018-11-27  danAdd an "#ifndef SQLITE_DISABLE_FTS4_DEFERRED" block...
2018-11-26  drhDo not allow direct access to internal-use SQL function...
2018-11-26  drhMinor comment enhancement in alter.c. No changes to...
2018-11-24  drhFix a bug in the geopoly_ccw() function. Test cases...
2018-11-24  drhMake the winTruncate() method of the windows VFS be...
2018-11-24  drhRemove the unused mmapSizeActual field from the Windows...
next