]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-03-23  drhChange the name of the json_merge_patch() function... json_mergepatch
2017-03-23  drhAvoid redundant edits in the json_merge_patch() function.
2017-03-23  drhFix harmless compiler warnings in the new json_merge_pa...
2017-03-23  drhVarious fixes to the json_merge_patch() function.
2017-03-22  drhChange the name of the new function to "json_merge_patc...
2017-03-22  drhInitial implementation of the json_mergepatch(A,B)...
2017-03-21  drhNew simplified memory initialization for MacOS.
2017-03-21  drhFix an incorrect assert in the ANALYZE logic for STAT4...
2017-03-21  danAdd short script ext/fts3/tool/fts3cov.sh. To help...
2017-03-21  danDo not run sync2.test as part of the "inmemory_journal...
2017-03-20  drhAdd the --native-malloc option to fuzzcheck. Fix ossfu...
2017-03-20  drhFix the fuzzcheck program so that it can create new...
2017-03-20  danAvoid passing NULL as the second argument to memcpy...
2017-03-20  danAvoid a technically undefined right-shift of a signed...
2017-03-20  danFix some problems in fts3 found by address-sanitizer.
2017-03-20  drhAvoid the possibility of signed integer overflow with...
2017-03-20  danDo not run sync2.test as part of the "journaltest"...
2017-03-20  drhEnsure that a "--" prefix is added to sqlite3_trace_v2...
2017-03-20  danOnly run sync2.test on unix, as it depends on instrumen...
2017-03-20  drhFix the check.test script so that it works on Windows.
2017-03-20  drhDocumentation fix: SQLITE_SOURCE_ID is a now a SHA3...
2017-03-18  drhOnly do the specialized MacOS single-core zone_malloc...
2017-03-17  drhFix an error in the newly revised documentation for...
2017-03-17  drhSet a reasonable limit on the number of opcodes in...
2017-03-17  drhBegin enforcing the SQLITE_LIMIT_VDBE_OP. The document...
2017-03-17  drhAdd the --show-errors and --show-max-delay command...
2017-03-17  drhFix the Makefile.in so that it builds the ossshell...
2017-03-17  danFix a buffer overread in debugging routine sqlite3VdbeM...
2017-03-17  drhFix a problem in the enhanced PRAGMA integrity_check...
2017-03-16  danIf the user has not set it explicitly, set the "PRAGMA...
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...
next