]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-02-02  danHave "PRAGMA quick_check" compare the number of entries... quick-check-counts
2024-02-02  danFix typo in vdbe.c comment. No changes to code.
2024-02-01  danEnsure the fts5 xIntegrity method correctly returns...
2024-02-01  danEnsure the fts3 xIntegrity method correctly returns...
2024-02-01  drhIn PRAGMA integrity_check, defer running xIntegrity...
2024-02-01  drhAdd tracing logic to the shared-cache locks in btree...
2024-02-01  drhAdd the test_oom_breakpoint() routine on debug builds...
2024-01-31  drhReplace an conditional assignment that was made obsolet...
2024-01-31  drhAllow control characters in JSON5 string literals.
2024-01-31  drhAdd NEVER() and ALWAYS() macros for the JSON5-control... json5-ctrl-char
2024-01-31  drhFix failure to detect unterminated string literals...
2024-01-31  drhAllow control characters in JSON5 string literals.
2024-01-31  drhFix a memory allocation bug in the (debug-use-only...
2024-01-29  drhDetect malformed nested JSONB earlier and stop renderin...
2024-01-29  drhWhen generated text JSON from JSONB, do not continue...
2024-01-29  danConsider an index for queries like "SELECT count(DISTIN...
2024-01-29  danAvoid a potential buffer overread when handling corrupt...
2024-01-29  drhWhen rendering JSONB back into text JSON, report an...
2024-01-28  drhUse __ppc__ instead of __POWERPC__ to identify 32-bit...
2024-01-28  drhAutomatically disable the DISTINCT optimization during...
2024-01-28  drhApply the same fix found in [99057383acc8f920] to desce...
2024-01-27  drhImprovements to parser stack overflow testing.
2024-01-27  drhPerformance enhancements to the parser template.
2024-01-27  drhUse an alternative memory allocator for parser stack...
2024-01-27  drhAllocate new parser stack space from the heap if needed...
2024-01-27  drhOptimizations to ParseFinalize() to make up for the... growable-parser-stack
2024-01-27  drhOmit the "parser stack overflow" error message, since...
2024-01-26  drhBug fixes in the function that expands the parser stack.
2024-01-26  drhExperimental changes that prevent parser stack overflow...
2024-01-24  drhAdd NEVER() to a branch that is no longer reachable.
2024-01-24  stephanUpdate ext/wasm/SQLTester for recent internal-API reorgs.
2024-01-23  drhSlight adjustment to test results for Windows in mmap1...
2024-01-23  danIn os_unix.c and os_win.c, do not allow xFetch() to...
2024-01-23  drhImproved error message when a double-quoted identifier...
2024-01-23  drhWhen a JSON input is a blob, but it looks like valid...
2024-01-23  drhFix typo in the tag-20240123-a in a comment. blob-as-json
2024-01-23  drhIf a BLOB looks like JSON when cast to text, then treat...
2024-01-23  stephanChange the shell's --help flag to exit with code 0...
2024-01-22  drhSimplification of the error reporting logic. improved-dqs-error-msg
2024-01-22  drhImproved error message when a double-quoted string...
2024-01-22  drhThe -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile...
2024-01-22  danFix test script literal.test so that it works with...
2024-01-22  drhFix userauth so that it works together with SQLITE_OMIT...
2024-01-22  drhAdd a notice to the user-authentication documentation...
2024-01-22  larrybrMake CLI .dump immune to pragma reverse_unordered_selec...
2024-01-21  drhFix a harmless typo in a comment.
2024-01-20  danEnsure that values generated by DEFAULT clauses that...
2024-01-20  drhSimplifications to the strftime() logic.
2024-01-20  drhFix a memory leak in new memdb1.test test cases that...
2024-01-20  drhMake sure that %V and %G are testing for every since...
2024-01-20  drhRig sqlite3_serialize() so that it will initialize...
2024-01-20  drhWhen doing a text-affinity comparison between two value...
2024-01-20  drhEnsure that the replace() SQL function always returns...
2024-01-20  drhWhen backing out a character in a constructed string...
2024-01-20  drhFix the version number in the TEA configure script...
2024-01-20  drhImplement a new algorithm for computing ISO week values...
2024-01-19  danAllow large hexadecimal literals to be used as DEFAULT...
2024-01-18  drhIncrease the version number to 3.46.0 to begin the...
2024-01-18  drhAdd support in the strftime() SQL function for conversi...
2024-01-16  drhFix harmless "unused parameter" compiler warning in...
2024-01-16  danEnsure that the xIntegrity methods of fts3 and fts5...
2024-01-16  drhClutter the code with "fall-through" comments in order...
2024-01-16  drhRemove the LLONG_MAX preprocessor macro from the series...
2024-01-16  stephanVarious build- and code-reorg cleanups for ext/wasm...
2024-01-15  drhVersion 3.45.0 version-3.45.0
2024-01-12  danHave the shell tool automatically enable SQLITE_CONFIG_...
2024-01-11  stephanwasm build: reformulate an awk invocation to account... wasm-post-3.45
2024-01-11  stephanInternal JS doc cleanups.
2024-01-11  drhFix a comment in sessions. No functional changes.
2024-01-11  danIn fts5, flush the contents of the in-memory hash table...
2024-01-11  stephanRemove some dead JS code. Minor doc cleanups.
2024-01-11  stephanSplit the JS vfs/vtab helper code into discreet units...
2024-01-09  drhPut an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the...
2024-01-09  drhImproved resolution of unqualified names in the REINDEX...
2024-01-08  danAutomatically turn off DEFENSIVE mode in the shell...
2024-01-08  danFix date on new file shell9.test. shell-dump-fix
2024-01-08  danAutomatically turn off DEFENSIVE mode in the shell...
2024-01-08  drhMinor change to os_unix.c to facilitate 100% MC/DC...
2024-01-08  danEnsure that SQLITE_PROTOCOL is not returned too early...
2024-01-08  stephanMake explicit which JS APIs are for internal use only...
2024-01-07  drhRemove an ALWAYS() from RTREE. Dbsqlfuzz found a way...
2024-01-07  drhUpdates to RTREE to facility testing.
2024-01-06  danEnsure that SQLITE_PROTOCOL is not returned too early... enable-setlk-fix
2024-01-06  drhUpdate JSON performance testing procedures for clarity...
2024-01-06  danUpdate extension ext/misc/totext.c to avoid both ubsan...
2024-01-05  danUpdate extension ext/misc/totext.c to avoid both ubsan... totype-fix
2024-01-04  drhAvoid errors with SQLITE_OMIT_VIRTUALTABLE builds in...
2024-01-04  danAvoid errors with SQLITE_OMIT_VIRTUALTABLE builds in...
2024-01-04  drhRestructure some code to fix what appears to be a false...
2024-01-03  drhFix a #ifdef in sqlite3_test_control() that was prevent...
2024-01-03  drhConvert the JSON functions to use lookaside memory...
2024-01-03  drhChange a constant from decimal to hex to avoid a compil...
2024-01-03  drhEnhance sqlite3_analyzer.exe so that it uses the ext...
2024-01-03  drhUpdate the sqldiff.exe utility program so that it uses...
2024-01-02  drhBack out [b517a52fa36df0a0] which is no longer reachabl...
2024-01-02  drhAdjust the sqlite3PagerDirectReadOk() routine (part...
2024-01-02  danFix a problem in fts5 caused by a COMMIT involving...
2024-01-02  drhIncrease the default "max_page_count" to its theoretica...
2024-01-02  stephanElaborate on the various build flavors used by ext...
2024-01-02  stephanUpdate and clean up the in-makefile docs for ext/wasm.
next