]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
11 days ago  drhAdd a few simple test cases. exclude-clause
11 days ago  drhImproved error messages for EXCLUDE clauses.
11 days ago  drhNew optimizations to bring performance up to parity...
11 days ago  drhMinor performance optimization - only use sqlite3ExprAt...
11 days ago  drhUse the EXCLUDE clause when expanding "*".
11 days ago  drhExperimental work on implementing an EXCLUDE clause...
12 days ago  stephanIn ext/wasm, add the ability to omit specific JS APIs...
13 days ago  drhEnhancements to date/time functions: The "weekday...
13 days ago  drhAdd "end of day/month/year" modifiers to date/time... prev-weekday
13 days ago  drhEnhance the "weekday N" modifier for date/time function...
2026-06-29  drhAdd new assert()s to help static analyzers realize...
2026-06-29  stephanRename omit-api=all to omit-api=ALL to defend against... js-omit-pieces
2026-06-29  stephanAdd worker1 to the list of omit-api=X values, per downs...
2026-06-29  stephanMerge in trunk for continued work on this branch.
2026-06-28  drhMark shadow tables when registering a new virtual table...
2026-06-28  drhFix incorrect header comment on the sqlite3ShadowTableN...
2026-06-28  drhCheck for oversized iTermOff in fs5SegIterNextInit...
2026-06-27  drhDo not allow an integer overflow to bypass a leaf-term...
2026-06-27  drhMake sure local functions in the series.c extension...
2026-06-27  drhIn the amatch.c and fuzzer.c extensions (both of which...
2026-06-27  drhPut reasonable input limits on the (non-deliverable...
2026-06-27  drhImproved detection of CTEs being misused as table-value...
2026-06-27  drhAdd a new sqlite3FaultSim() to make it easier to test...
2026-06-26  danFix a harmless "jump or move depends on uninitialised...
2026-06-26  drhEnhance the documentation on sqlite3_set_authorizer...
2026-06-26  danFix both a buffer overread and overwrite in the session...
2026-06-26  drhFix parsing of unterminated "[" tokens in the incre...
2026-06-26  drhAvoid 32-bit integer overflow in the zipfile extension...
2026-06-26  danFix a buffer overread that could occur in fts5 within...
2026-06-26  drhFix parsing of quoted instantiation arguments in the...
2026-06-26  drhFix unbounded whitespace skip in the decimal extension.
2026-06-26  drhExtra margin to prevent queue overflow in the RTree...
2026-06-26  drhFix the (non-deliverable, testing-use-only) closure...
2026-06-26  drhMark the diskused() extension SQL function as direct...
2026-06-26  danFix the size of an allocation in fts3 to take into...
2026-06-26  drhImproved detection of corrupt freelist chains on btree...
2026-06-25  drhCheck super-journal names for validity earlier, as...
2026-06-25  danHave API functions sqlite3_serialize, sqlite3_limit...
2026-06-25  danAlso have functions sqlite3_db_name(), sqlite3_get_auto... db-mutex-fixes
2026-06-25  danHave API functions sqlite3_serialize(), sqlite3_limit...
2026-06-25  drhChange the undocumented and unsupported sqlite_log...
2026-06-25  drhImprove the sqlite3_str_vappendf() routine for addition...
2026-06-25  danHave sqlite3_drop_modules() take the database mutex...
2026-06-25  danAdd test case to backup5.test to verify that detaching...
2026-06-25  drhFix a harmless false-positive compiler warning on Windows.
2026-06-25  drhAlternative to [15a6482300bb2804] that is testable.
2026-06-24  drhCheck for cells extending too far past the end of a...
2026-06-24  drhRemove ALWAYS() and NEVER() macros used for developmemt... index-cell-overflow
2026-06-24  danWhen rolling back a journal that contains a super-journ...
2026-06-24  danUpdate mjournal.test so that it works on windows. del-super-filter
2026-06-24  danOnly delete a super-journal if it contains a pointer...
2026-06-24  drhCheck for cells that extend of the end of a page when...
2026-06-24  danDo not delete super-journal files named "xyz.9hh" unles...
2026-06-24  danWhen rolling back a journal that contains a super-journ...
2026-06-24  danAvoid trying to delete a database file while it is...
2026-06-24  drhFix a comment in os_kv.c so that it does not match...
2026-06-24  drhFix the sqlite3ParseUri() for improved defenses against...
2026-06-24  danRevert the fixes to backup in [1f940357f7] and [e5db803...
2026-06-24  danRemove a stray C++ style comment left in build.c by... attach-backup-fix
2026-06-24  drhDefend against integer overflow on oversized string...
2026-06-24  stephanBack out [23936786e6] because [9725b513c0] obviates it.
2026-06-24  drhUpdate documentation to explain that a odd nByte parame...
2026-06-24  drhFixes for SQLITE_OMIT_FLOATING_POINT.
2026-06-24  danRevert the fixes to backup in [1f940357f7] and [e5db803...
2026-06-24  stephanSwap two lines to get the amalgamation building again...
2026-06-24  stephanAdd vtab to the list of supported omit-api=X options...
2026-06-24  stephanHave the npm target forward the omit-api flag to its...
2026-06-24  stephanTeach the JS build to filter out various APIs/VFSes...
2026-06-23  stephanAdd preprocessor guards to various JS files working...
2026-06-23  danMerge the fixes for the use-after-free problem caused...
2026-06-23  danFix sqlite3_backup_init() to correctly handle the case...
2026-06-23  drhFix an OOB read on the unused spellfix1 extension....
2026-06-23  danAvoid a use-after-free problem that could occur if...
2026-06-23  drhDo not allow internal-use-only functions to be coded...
2026-06-23  drhFix a typo in a comment. No code changes.
2026-06-23  stephanMakefile doc tweaks. No functional changes.
2026-06-23  stephanImprove robustness against corrupt kvvfs journal files...
2026-06-23  danFix a NULL pointer dereference that could occur in...
2026-06-23  drhFix a NULL pointer dereference that can occur when...
2026-06-23  drhFix an OOB read in the next_char() function of the
2026-06-23  drhFix dequoting error on the instantiation parameters...
2026-06-23  drhFix rounding behavior for all-9s decimals in the decima...
2026-06-22  danAdd the BTREE_HINT_TABLECURSOR cursor-hint. This is...
2026-06-21  stephanCorrect test from [96a48a15760a] - that journal was...
2026-06-21  stephanExtend the test from the previous check-in a bit.
2026-06-21  stephanAdd a JS test demonstrating that [7c4db1cd2d06] recover...
2026-06-21  stephanFix a result value semantics bug which broke applicatio...
2026-06-21  stephanFix a potential integer overflow when decoding a corrup...
2026-06-20  drhFix an incorrect assert() in check-in [984c9b181801c1de]
2026-06-20  stephanCorrect misuse of a loop control variable in writing...
2026-06-19  drhAdd the sqlite3_result_str() interface and use it to...
2026-06-19  drhUse SQLITE_FINISH in a few places in the core, to help... sqlite3-result-str
2026-06-19  drhPut the sqlite3OomStr singleton in "const" space to...
2026-06-19  drhAdditional changes based on Claude analysis.
2026-06-19  drhFurther refinements and uses for sqlite3_result_str().
2026-06-19  drhPrototype implementation for a new sqlite3_result_str...
2026-06-19  drhFix the format() SQL function so that it returns an...
2026-06-19  danFix a cast in fts3_write so that it is applied as inten...
2026-06-19  danFix an fts5 problem causing attempts to create locale...
2026-06-18  drhFix a memory size computation error on 32-bit platforms...
next