]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-03-16  danFix a typo causing the build to fail if SQLITE_DEFAULT_... default-synchronous-fix
2017-03-16  danIf the user has not set it explicitly, set the "PRAGMA...
2017-03-16  drhSimplified OOM detection in the instr() SQL function.
2017-03-16  drhFix an uninitialized variable reference in the text...
2017-03-16  drhFix a problem in the "showdb" utility that prevents...
2017-03-16  danFix a crash that could follow an OOM condition in the...
2017-03-15  drhUpdates to README files under the ext/ hierarchy. ...
2017-03-15  drhAdd the "Obtaining The Code" subsection in the top...
2017-03-15  drhMention the ".selftest" command in the ".help" output...
2017-03-15  drhMake "PRAGMA temp.synchronous=N" a no-op to ensure...
2017-03-15  drhImproved header comment on the shathree.c extension...
2017-03-14  mistachkinUpdates to the MSVC makefiles.
2017-03-13  drhAdd the dbdump.c extension that implements functionalit...
2017-03-13  drhAdd dbdump.exe to the MSVC makefile. dbdump
2017-03-13  drhFixes to the dump logic. All appears to be working...
2017-03-13  drhFirst draft of the complete dbdump.c library.
2017-03-13  drhInfrastructure for an extension C-library to implement...
2017-03-13  drhIn the output of the ".dump" command in the CLI, quote...
2017-03-13  drhFix the sqlite3TreeViewSelect() routine so that it...
2017-03-13  danFix a segfault that could occur following an OOM error...
2017-03-13  drhIn the OSSFuzz test module, invoke the progress handler...
2017-03-12  drhFix a possible NULL pointer dereference in following...
2017-03-12  drhRemove an obsolete assert() in the IN operator code...
2017-03-11  drhMake sure the translateColumnToCopy() routine in the...
2017-03-11  drhThe output of the ".dump" command in the CLI quotes... string-quoting-dump
2017-03-11  drhIncrease the number of significant digits in floating...
2017-03-10  danRemove the rbu_round_trip.tcl script. It is now part...
2017-03-10  drhFix an error in the SQLITE_MAX_MEMORY implementation...
2017-03-10  drhAdd the -DSQLITE_MAX_MEMORY=N compile-time option....
2017-03-10  drhAdd the SQLITE_MAX_MEMORY compile-time option that... max-memory-option
2017-03-10  drhEnhance the ".stats" dot-command in the CLI to use...
2017-03-10  drhImprovements to ".selftest --init". Tests are number...
2017-03-09  drhRemove the test/dbselftest.c program. In its place...
2017-03-09  drhFix the ".dump" command to correctly extract tail data...
2017-03-09  drhBegin moving separate boolean variables in the ShellSta...
2017-03-08  drhMake sure the database connection is open prior to...
2017-03-08  drhIn the ".sha3sum" command, if there is a LIKE pattern...
2017-03-08  drhAdd the ".sha3sum" command to the CLI - used to compute...
2017-03-08  drhImproved comments explaining the sha3_query() format...
2017-03-08  drhAdd the shathree.c extension for implementing SHA3...
2017-03-08  drhIn the CLI, avoid unnecessary identifier quoting in...
2017-03-08  drhAdd the --preserve-rowids option to the ".dump" command...
2017-03-07  danAdd test script ext/rbu/rbu_round_trip.tcl. Uses "dbsel...
2017-03-07  drhPerformance optimization in the tokenizer/parser loop.
2017-03-07  drhMinor comment typo fixes. No changes to code.
2017-03-07  drhMore size and speed improvements in the expression...
2017-03-07  drhSmall size reduction and performance increase in the...
2017-03-06  drhMake the default MASK argument for "PRAGMA optimize...
2017-03-06  drhFix a typo in a comment. No changes to code.
2017-03-06  drhAdd an initial implementation of the "PRAGMA optimize...
2017-03-06  drhMerge updates from trunk. auto-analyze
2017-03-03  drhIf a reprepare is needed after binding to a variable...
2017-03-03  drhRemove an redundant function call from the date/time...
2017-03-03  drhFix another corner-case for the 'start of ...' modifier...
2017-03-03  danFix a case introduced by [4cd2a967] where a corrupt...
2017-03-03  danBefore beginning an incremental checkpoint in RBU,...
2017-03-02  drhFix a bug in the 'start of ...' date/time modifiers...
2017-03-02  danFix another RBU case similar to the previous. This...
2017-03-02  danWhen saving the state of an RBU update in the increment...
2017-03-02  drhAdd an optional bitmask of allowed optimizations on...
2017-03-02  drhMerge recent trunk enhancements.
2017-03-02  drhMake sure the Vdbe.expmask value is set correctly in...
2017-03-01  danFix a use-after-free problem in the shell tool code...
2017-02-27  mistachkinMake PATH handling more robust in the batch tools for...
2017-02-27  danImprove performance of fts5 writes by writing the ...
2017-02-27  danAdd an sqlite3_set_last_insert_rowid() method. Use...
2017-02-27  danAdd an sqlite3_set_last_insert_rowid() method. Use... set-last-insert-rowid
2017-02-27  danRemove references to special handling in virtual table...
2017-02-25  danAdd an 'extern "C"' block to header file sqlite3userauth.h.
2017-02-25  danOptimize defragmentPage() in the case where the page...
2017-02-25  danTweak the code on this branch to detect b-tree page... defragmentpage-opt
2017-02-24  danOptimize defragmentPage() in the case where the page...
2017-02-23  danSave a few bytes and a few cycles by setting Vdbe.expma...
2017-02-23  drhAdd two NEVER() operators in the sqlite3BtreeRowCountEs...
2017-02-23  drhDo a single OP_Expire at the very end of "PRAGMA optimi...
2017-02-22  drhChange the name of the analyze_as_needed pragma to...
2017-02-22  drhMerge integrity_check and other improvements from trunk.
2017-02-22  danMove a branch condition in analyze.c inside an #ifdef...
2017-02-22  danImprove the performance of ANALYZE when SQLITE_ENABLE_S...
2017-02-22  drhImprovements to PRAGMA integrity_check.
2017-02-22  drhCleanup and simplification of the output row count... integrity-check-improvements
2017-02-22  drhFix integrity_check so that it verifies NOT NULL constr...
2017-02-22  drhEnhance "PRAGMA integrity_check" so that it verifies...
2017-02-21  danIn sqlite3VdbeHalt(), return as soon as possible if
2017-02-21  danFix an FTS5 problem that could cause a crash when certa...
2017-02-21  drhVery small enhancement to dispatch speed for SQL functions.
2017-02-20  mistachkinCorrect a harmless typo in the previous check-in.
2017-02-20  mistachkinAvoid unsigned integer overflows for SQLITE_WIN32_HEAP_...
2017-02-20  drhSmall grammar simplification.
2017-02-20  drhMerge fixes from trunk.
2017-02-18  drhUpdated comments. No code changes.
2017-02-18  drhAdd the OP_SqlExec opcode and use it to implement ...
2017-02-18  drhAdd the SQLITE_BUG_COMPATIBLE_20160819 compile-time...
2017-02-18  drhFix errors in the table resize detection.
2017-02-18  drhIn the analyze_as_needed pragma, avoid running unnecess...
2017-02-17  drhFix the #endif location for an #ifndef SQLITE_UNTESTABL...
2017-02-17  drhThe analyze_as_needed pragma now responds to table...
2017-02-17  drhAdd the "PRAGMA analyze_as_needed" command.
2017-02-17  drhSet the TF_StatsUsed flag on tables when the query...
2017-02-17  drhEnhance the Index and Table objects so that they rememb...
next