]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-09-03  danFix a buffer overread that could occur when running... branch-3.18
2019-09-03  drhDisable the undocumented rtreenode() SQL function that...
2018-12-19  drhAdd extra defenses against strategically corrupt databa...
2017-07-21  drhAdd new interfaces sqlite3_result_pointer(), and
2017-06-17  drhVersion 3.18.2 version-3.18.2
2017-06-17  drhWhen building an ephemeral table of integers, do not...
2017-06-16  drhVersion 3.18.1 version-3.18.1
2017-06-16  drhAn unintentional fork was created due to a typo when...
2017-06-15  drhIncrease the version number to 3.18.1.
2017-06-12  drhEnsure pointer map entries are always added when a...
2017-03-28  drhVersion 3.18.0 Release Candidate version-3.18.0
2017-03-25  drhAdd the new sqlite3_set_last_insert_rowid() interface...
2017-03-25  danDo not run tests for ".dump --preserve-rowids" when...
2017-03-25  drhDisable the new --preserve-rowids option on the CLI...
2017-03-25  drhMake the default value for SQLITE_DEFAULT_SYNCHRONOUS...
2017-03-25  drhFix two harmless compiler warnings.
2017-03-24  drhFix a harmless compiler warning in the JSON1 extension.
2017-03-24  drhPrevious check-in was not correct. This is a better...
2017-03-24  drhFix the OP_Once opcode so that it works correctly for...
2017-03-24  drhAdd the RFC-7396 Appendix A test cases for json_patch().
2017-03-24  drhFix an error in the new json_patch() routine discovered...
2017-03-23  drhAdd the json_patch() SQL function to the JSON1 extension.
2017-03-23  drhChange the name of the json_merge_patch() function... json_mergepatch
2017-03-23  drhImprovement to the amalgamation configure.ac file contr...
2017-03-23  danDo not run test file autoanalyze1.test if OMIT_VIRTUALT...
2017-03-23  danRemove an invalid assert() statement failing when VACUU...
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-22  drhFix harmless compiler warnings in the shell.
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.
next