]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2 hours ago  drhCheck super-journal names for validity earlier, as... master
5 hours ago  danHave API functions sqlite3_serialize, sqlite3_limit...
6 hours ago  danAlso have functions sqlite3_db_name(), sqlite3_get_auto... db-mutex-fixes
6 hours ago  danHave API functions sqlite3_serialize(), sqlite3_limit...
7 hours ago  drhChange the undocumented and unsupported sqlite_log...
7 hours ago  drhImprove the sqlite3_str_vappendf() routine for addition...
8 hours ago  danHave sqlite3_drop_modules() take the database mutex...
12 hours ago  danAdd test case to backup5.test to verify that detaching...
22 hours ago  drhFix a harmless false-positive compiler warning on Windows.
22 hours ago  drhAlternative to [15a6482300bb2804] that is testable.
26 hours ago  drhCheck for cells extending too far past the end of a...
26 hours ago  drhRemove ALWAYS() and NEVER() macros used for developmemt... index-cell-overflow
27 hours ago  danWhen rolling back a journal that contains a super-journ...
27 hours ago  danUpdate mjournal.test so that it works on windows. del-super-filter
27 hours ago  danOnly delete a super-journal if it contains a pointer...
27 hours ago  drhCheck for cells that extend of the end of a page when...
28 hours ago  danDo not delete super-journal files named "xyz.9hh" unles...
29 hours ago  danWhen rolling back a journal that contains a super-journ...
32 hours ago  danAvoid trying to delete a database file while it is...
32 hours ago  drhFix a comment in os_kv.c so that it does not match...
32 hours ago  drhFix the sqlite3ParseUri() for improved defenses against...
32 hours ago  danRevert the fixes to backup in [1f940357f7] and [e5db803...
33 hours ago  danRemove a stray C++ style comment left in build.c by... attach-backup-fix
34 hours ago  drhDefend against integer overflow on oversized string...
34 hours ago  stephanBack out [23936786e6] because [9725b513c0] obviates it.
34 hours ago  drhUpdate documentation to explain that a odd nByte parame...
34 hours ago  drhFixes for SQLITE_OMIT_FLOATING_POINT.
34 hours ago  danRevert the fixes to backup in [1f940357f7] and [e5db803...
36 hours ago  stephanSwap two lines to get the amalgamation building again...
2 days ago  danMerge the fixes for the use-after-free problem caused...
2 days ago  danFix sqlite3_backup_init() to correctly handle the case...
2 days ago  drhFix an OOB read on the unused spellfix1 extension....
2 days ago  danAvoid a use-after-free problem that could occur if...
2 days ago  drhDo not allow internal-use-only functions to be coded...
2 days ago  drhFix a typo in a comment. No code changes.
2 days ago  stephanMakefile doc tweaks. No functional changes.
2 days ago  stephanImprove robustness against corrupt kvvfs journal files...
2 days ago  danFix a NULL pointer dereference that could occur in...
2 days ago  drhFix a NULL pointer dereference that can occur when...
2 days ago  drhFix an OOB read in the next_char() function of the
2 days ago  drhFix dequoting error on the instantiation parameters...
2 days ago  drhFix rounding behavior for all-9s decimals in the decima...
3 days ago  danAdd the BTREE_HINT_TABLECURSOR cursor-hint. This is...
4 days ago  stephanCorrect test from [96a48a15760a] - that journal was...
4 days ago  stephanExtend the test from the previous check-in a bit.
4 days ago  stephanAdd a JS test demonstrating that [7c4db1cd2d06] recover...
4 days ago  stephanFix a result value semantics bug which broke applicatio...
4 days ago  stephanFix a potential integer overflow when decoding a corrup...
5 days ago  drhFix an incorrect assert() in check-in [984c9b181801c1de]
5 days ago  stephanCorrect misuse of a loop control variable in writing...
5 days ago  drhAdd the sqlite3_result_str() interface and use it to...
5 days ago  drhUse SQLITE_FINISH in a few places in the core, to help... sqlite3-result-str
6 days ago  drhPut the sqlite3OomStr singleton in "const" space to...
6 days ago  drhAdditional changes based on Claude analysis.
6 days ago  drhFurther refinements and uses for sqlite3_result_str().
6 days ago  drhPrototype implementation for a new sqlite3_result_str...
6 days ago  drhFix the format() SQL function so that it returns an...
6 days ago  danFix a cast in fts3_write so that it is applied as inten...
6 days ago  danFix an fts5 problem causing attempts to create locale...
7 days ago  drhFix a memory size computation error on 32-bit platforms...
8 days ago  drhSmall parsing performance improvement by reducing the...
8 days ago  drhRemove the unnecessary Parse.szOpAlloc field, for small...
8 days ago  drhSmall performance boost in the sqlite3VdbeResolveLabel...
8 days ago  drhSafer conversion from double to 64-bit integer in two...
8 days ago  drhAdditional refinements to the large floating-point...
8 days ago  drhFix CLI CSV test cases so that they suppress the CR...
8 days ago  drhFix the OR-to-IN optimization so that it works in cases...
8 days ago  drhTypo fix in a comment used to generate documentation...
9 days ago  danAfter opening a non-covering index cursor, pass the... cursor-hint-tblcsr
9 days ago  drhLimit VIEW recursion depth to SQLITE_LIMIT_EXPR_DEPTH...
9 days ago  danFix instances of potential buffer overflow caused by...
9 days ago  drhFix a possible call to memcpy() with a NULL source...
10 days ago  drhConsistent error messages for excess trigger nesting.
10 days ago  danSpeed up SQL aggregate functions percentile() and media...
10 days ago  drhNew Windows makefile targets for common EXEs that omit...
10 days ago  danImprove comments in percentSort(). pecentile-partial-sort
10 days ago  drhEnhance SQLITE_LIMIT_TRIGGER_DEPTH so that it also...
10 days ago  stephanChange the PACKAGE_BUGREPORT config option point to...
10 days ago  danFix a problem sometimes causing an UPSERT to incorrectl...
10 days ago  drhImprovements to handling of inequality constraints...
10 days ago  drhAdditional tweaks and test cases for generate_series... series-boundry-cases
10 days ago  drhBetter behavior for generate_series() in cases where...
10 days ago  danAvoid a possible buffer overrun in 32-bit builds of...
10 days ago  stephanRevert the native impl of kvvfs's xOpen() (as distinct...
10 days ago  danFix a problem that could cause fts5 to return incorrect...
10 days ago  danRegardless of whether the platform is 32 or 64-bits...
10 days ago  drhFix rounding behavior in the decimal extension when...
10 days ago  drhPrevent array overflow when decoding a corrupted value...
11 days ago  drhRemove the unused, untested, experiemental "blobio...
11 days ago  drhDo not allow ridiculous "columns=N" values in the ...
12 days ago  danSpeed up SQL aggregate functions percentile() and media...
12 days ago  drhMake the --header option to the CLI sticky, so that...
13 days ago  danWhen reading a super-journal name from a journal file...
13 days ago  danFix errors in comments on this branch. Also prefer... super-journal-malloc
13 days ago  danFix a memory leak that could follow an OOM error in...
13 days ago  drhImproved documentation for sqlite3_deserialize().
13 days ago  drhDo not use shared locks on SHM files when the filename...
13 days ago  danFix a buffer overwrite in fts3 that could occur while...
13 days ago  drhWhen using a read-only WAL/SHM, handle a corrupt page...
13 days ago  drhAdd the --raw option to the dbtotxt command-line tool...
next