]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-03-08  drhRefactor the output logic in the CLI. Not sure we... shell-print-refactor
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...
2017-02-17  drhFix a test case that was made to fail by the LIKE optim...
2017-02-17  drhEnable the ".wheretrace" and ".selecttrace" extensions...
2017-02-16  drhChange the name of WhereInfo.pDistinctSet to pResultSet...
2017-02-16  drhChange two MallocZero() calls into MallocRaw() to avoid...
2017-02-16  drhFix a comment on a field of the ExprList object. No...
2017-02-16  drhIncrease Table.tabFlags from 8 to 32 bits.
2017-02-16  drhRemove two redundant initializations from the virtual...
2017-02-16  drhAlways use the IsVirtual() macro to determine if a...
2017-02-15  drhQuery planner optimization to detect empty tables in...
2017-02-15  mistachkinMinor enhancement to mutex tracing on Win32.
2017-02-15  drhRemove the CLANG_VERSION macro, since we have learned...
2017-02-15  mistachkinFurther reforms to Tcl_*Alloc() usage.
2017-02-15  mistachkinIn the blob test code, avoid crashing on low-memory...
2017-02-14  drhClarification of the help text for the command-line...
2017-02-14  drhEnable the SQLITE_ENABLE_NULL_TRIM option for WITHOUT...
2017-02-14  drhMore realistic lengths of string values in speedtest1...
2017-02-14  drhFix a testcase number on the ORM testset of speedtest1.
2017-02-14  drhAdd the new "--testset orm" to the speedtest1 utility.
2017-02-13  drhChange all legacy instances of "#if SQLITE_DEBUG" to...
2017-02-13  drhFix typos in using the MSVC_VERSION macro.
2017-02-13  drhAvoid a duplication #define in FTS5
2017-02-11  drhFix indexes on expressions so that they can be actually...
2017-02-11  drhEnsure that indexed expressions with collating sequence...
2017-02-10  drhBump the version number up to 3.18.0.
2017-02-10  drhEnhance the LIKE optimization so that it works for...
2017-02-10  drhAdd the "," flag to printf().
2017-02-09  drhCleanup the usage of the SQLITE_DISABLE_INTRINSIC compi...
2017-02-08  danAvoid preparing a SELECT statement each time an UPDATE...
2017-02-08  danAvoid preparing a SELECT statement each time an UPDATE... fts3-seekstmt-cache
2017-02-08  mistachkinTypo fixes in comment. No changes to code.
2017-02-08  drhAlways invoke the xRoundup() method of the memory alloc...
2017-02-08  drhRound up the size of all memory allocations to a multip...
2017-02-07  drhWhen generating the hash on the sqlite_master table...
2017-02-07  mistachkinMSVC makefile enhancments for several command line...
next